@charset "UTF-8";
/* CSS Document */
* {
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	/*font: 13px"Lucida Grande", sans-serif;*/
	font-family: "trebuchet ms", helvetica, arial, sans-serif;
}
body {
	background: url(../images/background.jpg) #31063b;
}
#container {
}
#dsg_container {
	width:784px;
	margin:0px auto 0px;
}
#dsg_head {
	height:95px;
	background:url(../images/head.jpg);
}
#dsg_subMenu {
	background:url(../images/submenu.jpg);
	height:35px;
	text-align:center;
	padding-left:87px;
}

#dsg_subMenu  a.locales { background:url(../images/bt_locales_s.jpg); width:203px; height:35px; color:#99FF66; display:block; float:left;}
#dsg_subMenu  a.locales span { display:none;}
#dsg_subMenu  a.fotos { background:url(../images/bt_fotos_s.jpg); width:202px; height:35px; color:#99FF66; display:block; float:left;}
#dsg_subMenu  a.fotos span { display:none;}
#dsg_subMenu  a.eventos { background:url(../images/bt_eventos_s.jpg); width:204px; height:35px; color:#99FF66; display:block; float:left;}
#dsg_subMenu  a.eventos span { display:none;}

#dsg_subMenu  a.locales:hover{background:url(../images/bt_locales_o.jpg); }
#dsg_subMenu  a.fotos:hover{background:url(../images/bt_fotos_o.jpg); }
#dsg_subMenu  a.eventos:hover{background:url(../images/bt_eventos_o.jpg); }





#dsg_subMenu  a.localesSelected { background:url(../images/bt_locales_sel.jpg); width:203px; height:35px; color:#99FF66; display:block; float:left;}
#dsg_subMenu  a.localesSelected span { display:none;}
#dsg_subMenu  a.fotosSelected { background:url(../images/bt_fotos_sel.jpg); width:202px; height:35px; color:#99FF66; display:block; float:left;}
#dsg_subMenu  a.fotosSelected span { display:none;}
#dsg_subMenu  a.eventosSelected { background:url(../images/bt_eventos_sel.jpg); width:204px; height:35px; color:#99FF66; display:block; float:left;}
#dsg_subMenu  a.eventosSelected span { display:none;}




#dsg_Menu {
	background: url(../images/menu.jpg);
	height:36px;
	text-align:center;
}
/*content*/

#dsg_content {
clear:both;
}
#dsg_content_enlarge {
	background:url(../images/enlarge.jpg) center #FFFFFF;
}
#dsg_content_top_white {
	background: url(../images/top_white.jpg) no-repeat top;
}
#dsg_content_bootom_white {
	background:url(../images/bootom_white.jpg) no-repeat bottom;
}
#dsg_content_top_centers {
	background:url(../images/centers.jpg) no-repeat center;
}
#dsg_mainContent {
	padding:36px!important;
	padding-left:39px!important;
}
#dsg_footer {
clear:both;
	background: url(../images/footer.jpg);
	height:25px;
	padding:20px;
	text-align:center;
	color:#FFFFFF;
	font-size:11px;
}
.shadows {
	font-weight:normal;
	text-shadow:#000 0px 1px 1px;
}
#dsg_provincias {
	width:80px;
	padding-left:2px;
	padding-right:16px;
	display:block;
	float:left;
	list-style:none;
	margin-bottom:13px;
}
#dsg_provincias li {
	/*width:75px;*/

	margin-bottom:1px;
}
#dsg_provincias li a {
	border-bottom:1px solid #454545;
	font-size:12px;
	text-decoration:none;
	color:#b5b5b5;
	padding-left:10px;
	background:url(../images/arrow_grey.gif) no-repeat;
	background-position:0px 4px;
}
#dsg_provincias li a:hover {
	color:#FFFFFF;
	background:url(../images/arrow_white.gif) no-repeat;
	background-position:0px 4px;
}
/*CONTAINERS*/

.Container {
clear:both;
	/*margin-left:4px;fix space*/
	width:708px;
	background:#242424;
}
.Container_Enlarge {
	background: url(../images/container_enlarge.jpg);
}
.Container_Title {
	background:url(../images/container_header.jpg) no-repeat top;
	height:32px;
	padding-left:20px;
	padding-top:11px;
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
}
.Container_Base {
	background:url(../images/container_bootom.jpg) no-repeat bottom;
}
.Container_Content {
	color:#FFFFFF;
	padding-left:18px;
	padding-right:0px;
	padding-bottom:8px;
	padding-top:0px;
	font-size:13px;
}
.Container_Title_States {
	background:url(../images/container_header_nbt.jpg) no-repeat top;
	height:32px;
	padding-left:20px;
	padding-top:11px;
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
}
.Container_Title_States div{
	float:right;
	margin-right:15px;
	margin-top:-15px;
}
.Container_Title_States img{
 border:0px;
}
/*LOCALES*/

.Dsg_Locales2 {

	width:221px;
	text-align:left;
	background:#282828;
	border:1px solid #242424;
	margin-left:0px;
	margin-right:5px;
	margin-bottom:5px;
	/*display:block;*/
	cursor:pointer;

	float:left;
}

.Dsg_Locales2:hover { background:#303030;}
.Dsg_Locales2:hover a.local { color:#FFFFFF}



.Dsg_Locales2 tr td.imageCont { 
	max-height:60px!important;
	max-width:80px!important;
	width:80px;
    height:60px;
	padding:2px; 
	vertical-align:middle; 
	text-align:center; 
	background:#000000;font-size:1px;display:block;overflow:hidden;
}
.Dsg_Locales2 tr td.imageCont img { max-height:60px!important;max-width:80px!important;}
.Dsg_Locales2 tr td.textCont { padding:2px;width:124px;}

.Dsg_Locales2 a.imageLink img {}

.Dsg_Locales2 a.local {
	color:#dedede;
	text-decoration:none;
	font-size:12px;
		border-bottom:1px solid #454545;
		display:block;
		margin-bottom:3px!important;
		line-height:12px;
}

.Dsg_Locales2 a.local:hover { color:#FFFFF}

.Dsg_Locales2 p.ciudad {
	font-size:10px;
	color:#666666;
	line-height:11px;
}
.Dsg_Locales2 p.provincia {
	font-size:11px;
	color:#454545;
}



.GoogleContainer { text-align:center;  margin:10px; clear:both;}

/*calendario */

.calendar { width:202px; font-size:12px;
    background:#282828;
	border:1px solid #242424;
	float:left;
	margin-bottom:8px;
	margin-right:17px;
	margin-left:3px;

}
.calendar tr td { width:25px; text-align:center; vertical-align:middle; height:16px; padding:1px;border:1px solid #242424; color:#666666; line-height:14px;}

.calendar tr td.calendarHeader { width:202px; text-align:center; color:#FFFFFF}
.calendarHeader{ text-align:center!important; color:#CCCCCC!important; text-transform:capitalize;}
.activeDay { background:#D3E03B!important;}
.calendar tr td a { color:#000000; text-decoration:none;}
.calendar tr td a:hover { color:#FFFFFF;}

/*precarga */
.threeboxes{
	display:block;
	width:100%;
	float:left;
	text-align:right;
}
.shadows a{
	color:#FFFFFF
	}


