@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	font-family:Tahoma, Arial;
	background-image: url(../imagenes/fondo.jpg);
	background-repeat:  repeat-x;
	background-position: 8px 21px;	
}



#contenedor{
	width:950px;
	float:left;
	background-image: url(../imagenes/fondo.jpg);
	background-repeat:     repeat-x;
	background-position: 8px top;
}

#contenido{
	width:550px;
	float:left;
	background-image: url(../imagenes/fondo_contenido.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right:53px;
	padding-bottom:40px;
	margin-top:20px;
}

#contenido p{
	font-size:0.9em;
	text-align:justify;
	color:#333333;
}

#contenido a{
	color:#B91C39;
	text-decoration:none;
}

#contenido a:hover{
	text-decoration:underline;
}


#contenido h2{
	color:#B91C39;
	font-size:0.8em;
	text-transform:uppercase;
	margin:0;
	margin-bottom:10px;
}

#contenido h3{
	color:#666666;
	font-size:0.7em;
	text-transform:uppercase;
	margin:0;
}

#seccion{
	font-family:"Times New Roman", Times, serif;
	font-size:1.2em;
	text-transform:uppercase;
	color:#333333;
	font-weight:bold;
	letter-spacing:10px;
	margin-top:10px;
	margin-bottom:15px;
}

#izquierda{
	float:left;
	background-image: url(../imagenes/marco_izquierda.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width:346px;
}

#derecha{
	float:right;
	margin-left:10px;
}

#logo{
	width:200px;
	height:266px;
	background-image: url(../imagenes/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top:15px;
	margin-left:31px;
}



#menu{
	float:left;
	margin-top:20px;
	margin-left:10px;
	width:200px;
	margin-left:31px;
}

#menu ul{
	margin:0;
	padding:0;
	list-style:none;
}

#menu li{
	padding:3px;
	margin:0;
}

#menu a{
	text-decoration:none;
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:0.7em;
	font-weight:bold;
	margin:0;
}

#menu a:hover{
	text-decoration:underline;
}

#cabecera{
	height:20px;
	background-image: url(../imagenes/fondo_cabecera.jpg);
	background-repeat:  repeat-x;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#titulo{
	padding:2px;
	float:left;	
}

#titulo h1{
	font-size:0.9em;
	color:#B91C39;
	margin:0;
	font-weight:normal;
	font-family:"Courier New", Courier, monospace;
	margin-left:5px;
}

#organiza{
	padding:2px;
	float:right;
}

#organiza a{
	text-decoration:none;
	color:#B91C39;
	font-weight:bold;
}


#organiza a:hover{
	text-decoration:underline;
}

#logos_organizadores{
	float:left;
	margin:5px;
	margin-top:20px;
	margin-left:30px;
}

#organiza h1{
	font-size:0.8em;
	color:#B91C39;
	margin:0;
	font-weight:normal;
	font-family:"Courier New", Courier, monospace;
	margin-right:5px;
}

#sobrepie{
	height:15px;
	background-color:#eeeeee;
	margin-top:20px;
	background-image: url(../imagenes/linea_derecha_sobrepie.jpg);
	background-repeat:   repeat-y;
	background-position: right top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}





#pie{
	margin-top:20px;
	height:95px;
	padding:5px;
	background-image: url(../imagenes/fondo_pie.jpg);
	background-repeat:   repeat;
	background-position: left top;
	clear:both;
}

#pie #secretaria{
	padding:3px;
	float:left;
	margin-left:10px;
}

#pie #secretaria h1{
	font-size:0.7em;
	margin:0;
	font-weight:bold;
	text-transform:uppercase;
	color:#009837;
}

#pie h2{
	font-size:0.7em;
	margin:0;
	font-weight:normal;
	text-transform:uppercase;
}

#pie p{
	margin:0;
	font-size:0.8em;
}

#pie a{
	color:#009837;
}



#pie #titulo_inferior{
	border: 1px solid #666666;
	margin-left:5px;
	margin-top:6px;
	float:left;
	width:172px;
	height:80px;
	background-image: url(../imagenes/titulo_inferior.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}



.info_breve_nombre{
	font-size:0.8em;
	color:#333333;
	text-transform:uppercase;
}


.info_breve_valor{
	font-size:0.8em;
	color:#666666;
}


#creditos{
	float:right;
	margin-top:20px;
	margin-right:25px;
}

#desarrollo{
	font-size:0.7em;
	color:#666666;
	float:right;
	clear:right;
	margin-top:16px;
	margin-right:35px;
	font-family:"Courier New", Courier, monospace;
}

#desarrollo a{
	color:#666666;
	text-decoration:none;
}

#desarrollo a:hover{
	text-decoration:underline;
}

#menu_dias{
	font-size:0.6em;
	margin-bottom:20px;	
}

#menu_dias ul{
	margin:0;
	padding:0;
	list-style:none;
}

#menu_dias li{
	display:inline;
	color:#999999;
	background-color: #666666;
	border: 1px solid #333333;
	padding:3px;
}

#menu_dias li:hover{
	background-color: #999999;
}

#menu_dias a{
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
}


.cabecera_tabla{
	background-color: #DADADA;
	font-size:0.8em;
	text-align:center;
	font-weight:bold;
	border: 1px solid #CCCCCC;
}

.celda_tabla{
	background-color: #EEEEEE;
	font-size:0.8em;	
	border: 1px solid #CCCCCC;
}



.item_menu_1{
	background-image: url(../imagenes/fondo_item_1.jpg);
	background-repeat:  repeat-x;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.item_menu_2{
	background-image: url(../imagenes/fondo_item_2.jpg);
	background-repeat:  repeat-x;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.item_menu_3{
	background-image: url(../imagenes/fondo_item_3.jpg);
	background-repeat:  repeat-x;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.item_menu_4{
	background-image: url(../imagenes/fondo_item_4.jpg);
	background-repeat:  repeat-x;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.item_menu_5{
	background-image: url(../imagenes/fondo_item_5.jpg);
	background-repeat:  repeat-x;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.item_menu_6{
	background-image: url(../imagenes/fondo_item_6.jpg);
	background-repeat:  repeat-x;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.item_menu_7{
	background-image: url(../imagenes/fondo_item_7.jpg);
	background-repeat:  repeat-x;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.item_menu_8{
	background-image: url(../imagenes/fondo_item_8.jpg);
	background-repeat:  repeat-x;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.item_menu_9{
	background-image: url(../imagenes/fondo_item_9.jpg);
	background-repeat:  repeat-x;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.item_menu_10{
	background-image: url(../imagenes/fondo_item_10.jpg);
	background-repeat:  repeat-x;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.item_menu_11{
	background-image: url(../imagenes/fondo_item_11.jpg);
	background-repeat:  repeat-x;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}


#sev1{
	float:left;
}

#sev2{
	float:left;
	margin-left:112px;
}

#sev3{
	float:left;
	margin-left:112px;
}

#sev4{
	float:left;
	margin-left:112px;
}

#sev5{
	float:left;
	margin-left:112px;
}

.sdswitch {
			    position:relative;
			    height:150px;
			}
			
			.sdswitch *{
			    position:absolute;
			    top:0;
			    left:0;
			    z-index:8;
			}
			
			.sdswitch *.active {
			    z-index:10;
			}
			
			.sdswitch *.last-active {
			    z-index:9;
			}
			
			.sdwindow {	
				position:absolute;
				top:10px;
				height:20px;
				background: #000;
				color:#fff;
				font-weight: bold;
				z-index: 11;
				opacity:0.6;
			}

#alerta{
	border:2px solid #F30;
	background-color:#CCC;
	font-size:0.9em;
	padding:0;
	padding-left:7px;
}
			
			


#div tab1 { float:left;  }
#div tab2 { float:right; }