@charset "utf-8";
.estilo {
}

body {
	background-image:url(../imagenes/fondoweb.jpg);
	background-repeat:repeat;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	margin:0;
	
}

h1{
	color:#FFFFFF;
	font-size:1.2em;
	margin:0;
	text-align:center;
	padding:0;
	padding-top: 8px;
	letter-spacing:0.2em;
	font-weight:lighter;
}

h2{
	color:#3B642E;
	margin:0;
	margin-bottom:15px;
	text-transform:uppercase;
	letter-spacing:0.1em;
	font-size:0.9em;
	font-weight:bold;	
}

h3{
	color:#3B642E;
	margin:0;
	margin-bottom:8px;
	letter-spacing:0.1em;
	font-size:0.8em;
	font-weight:bold;	
}

h4{
	color:#51873F;
	margin:0;
	margin-bottom:8px;
	letter-spacing:0.1em;
	font-size:0.8em;
	font-weight:bold;
}




/*FIN COMUNES*/

#cabecera{
	width:840px;
	background-image:url(../imagenes/cabecera.jpg);
	height:160px;
	margin:auto;
	vertical-align:top;
}

/*BARRA*/
#barra{
	width:840px;
	height:40px;
	background-image:url(../imagenes/menu.jpg);
	margin:auto;
	color:#FFFFFF;
}

#menu{
	width:93px;
	height:30px;
	float:left;
	padding-top:10px;
	padding-left: 7px;
	font-weight:bold;
	margin-left:20px;
}

#titulomenu{
	width:600px;
	float:left;
}

#comites{
	width:93px;
	height:30px;
	float:left;
	padding-top:10px;
	padding-right:7px;
	font-weight:bold;
	text-align:right;
}
/*FIN BARRA*/


/*LISTAMENU*/
#listamenu{
	width:130px;
	float:left;
	margin:0;
	padding-left:5px;
	padding-top:10px;
}


#listamenu ul{
	color:#3B642E;
	margin:0;
	padding:0;
	list-style:none;
	font-size:0.8em;
	font-weight:600;
	line-height:2em;
	letter-spacing:-0.05em;
	
}


#listamenu a{
	text-decoration:none;
	color:#3B642E;
}

#listamenu a:hover{
	letter-spacing:0.1em;
}

#logoizq{
	width:90px;
	height:75px;
	background-image:url(../imagenes/sem.jpg);
	margin-top:40px;
	margin-left:20px;
}

#logoder{
	width:90px;
	height:53px;
	background-image:url(../imagenes/UniVall.jpg);
	margin-left:20px;
	margin-top:40px;	
	
}

#logo_ayuntamiento{
	width:90px;
	height:90px;
	background-image:url(../imagenes/escudo-valladolid.png);
	margin-left:20px;
	margin-top:40px;
	margin-bottom:20px;
}

#contador{
	margin-top:50px;
	margin-left:25px; 
}



/*COMITES*/


#listacomites{
	width:130px;
	margin:0;
	padding-right:5px;
	padding-top:10px;
	float:left;
}


#listacomites ul{
	color:#3B642E;
	margin:0;
	padding:0;
	padding-left:8px;
	list-style:none;
	font-size:0.8em;
	font-weight:700;
	line-height:2em;
	text-align:right;
	list-style:none;
}

#listacomites a{
	text-decoration:none;
	color:#3B642E;
}

#listacomites a:hover{
	letter-spacing:0.1em;
}


#noticias{
	width:120px;
	margin-left:6px;
	margin-top:30px;
	color:#FFFFFF;
	background-color:#60A339;
	text-align:center;
	font-size:0.9em;
	font-weight:500;
	padding:2px;
}

#noticias a{
	color:#FFFFFF;
}



#banner{
	width:120px;
	border:1px #60A339 solid; 
	margin-top:30px;
	margin-left:6px;
 }

#banner a{
	margin-left:-10px;
	text-decoration:none;
	color:#FFFFFF;
	width:120px;
	border-color:#FFFFFF;
}

#banner a:hover{
	border-color:#FFFFFF;
}

#banner img{
	border-color:#FFFFFF;
}
 
#patro{
	width:120px;
	margin:auto;
	margin-top:30px;
	text-align:center;
}

#patro h4{
	color:#3B642E;
	margin-bottom:2px;
}

#barrita{
	background-image:url(../imagenes/barrita.png);
	width:120px;
	height:2px;
	margin:auto;
}

#secretaria{
	width:120px;
	margin-left:6px;
	margin-top:30px;
	color:#FFFFFF;
	background-color:#008344;
	text-align:center;
	font-size:0.9em;
	font-weight:500;
	padding:2px;	
}

#secretaria a{
	color:#FFFFFF;
}



/*TIRA DE IMAGENES*/
.sdswitch {
			    position:relative;
			    height:70px;
				
			}
			
			.sdswitch *{
			    padding-left:10px;
				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;
			}
			
#patrologos{
	margin-top:8px;
}

#patrologos2{
	margin-top:8px;
}

#patrologos3{
	margin-top:8px;
}

/*FIN TIRA DE IMAGENES*/


/*FIN LISTACOMITES*/

#contenedor{
	width:840px;
	margin:auto;
	background-color:#D1DECC;
}

/*CONTENIDO*/

#contenido{
	width:800px;
	margin:auto;
	background-color:#FFFFFF;
}


#seccion {
	color:#3B642E;
	width:500px;
	padding:15px;
	background-image:url(../imagenes/fondocontenido.jpg);
	background-repeat:repeat-x;
	float:left;
}

#seccion2 {
	color:#3B642E;
	width:105px;
	height:400px;
	padding:15px;
	background-image:url(../imagenes/fondocontenido.jpg);
	background-repeat:repeat-x;
	float:left;
}
#otrosenlaces{
	float:right;
	width:250px;
	color:#0066FF;
	font-size:0.7em;
	text-align:right;
}

#datos {
	padding:0;
	background-image:none;
	text-align:justify;
}

#datos img {
	margin-right:80px;
}

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

.div_p{
}

.div_p p{
	margin:5px 0 5px 0 !important;
}


#seccion ul{
	margin:0;
	padding:0;
	padding-bottom:10px;
	padding-top:10px;
	list-style-position:inside;
	list-style:square inside;
	font-size:0.8em;
}

#seccion li{
	padding-bottom:0.1em;
}	

#contenido pre{
	font-family:inherit;
	font-size:inherit;
}	

#seccion a{
	text-decoration:none;
	color:#0066FF;
}

#seccion a:hover{
	text-decoration:none;
	color:#000066;
}

/*FIN CONTENIDO*/

#pie{
	width:840px;
	height:30px;
	background-image:url(../imagenes/menu.jpg);
	margin:auto;
}

#contacto {
	margin-left:50px;
	margin-top:7px;
	font-size:0.8em;
	float:left;
}
#contacto a {
	text-decoration:none;
	color:#FFFFFF;
}
	
#contacto a:hover {
	color:#000066;
}	
	
#credito {
	float:right;
	color:#666666;
	font-size:0.6em;
	font-weight:bold;
	margin-right:160px;
}

#credito p{
	margin:0;
	padding:2px;
}

#credito a {
	text-decoration:none;
	color:#0066FF;
}
	
#credito a:hover {
	color:#000066;
}



/*TABLA*/


tr{
	font-size:0.8em;
}

th{
	font-weight:normal;
	color:#FFFFFF;
	background-color:#60A339;
}


.lista1{
	background-color:#C6CEC1;
}

.lista2{
	background-color:#B6C1B1;
}


/*FIN TABLA*/

#error{
	background-color: #A62E5B;
	border: 1px solid #000000;	
	padding:5px;
	font-size:0.8em;
	margin-bottom:10px;
	color:#FFFFFF;
	font-family:"Verdana", Courier, monospace;
	clear:both;
}
.borde_rojo{
	border: 1px solid #A62E5B;	
}



.caja_derecha2{

	float:right;
	width:165px;
	font-size: 1em;
	color: #FFFFFF;
	clear:right;
	padding:1px;
	margin-top:-11px;
	background:#9AC37F;	
	border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #999999;
border-top-width: 2px;
border-top-style: solid;
border-top-color: #999999;
border-left-width: 2px;
border-left-style: solid;
border-left-color: #999999;
border-right-width: 2px;
border-right-style: solid;
border-right-color: #999999;
}

.lista3{
padding:5px;
background:#90CA65;
color:#FFFFFF;
}

.lista4{
width:5px;
background:#95CB87;
color:#FFFFFF;
}

#tabla_com{
font-size:0.85em;

}


#tabla{
width:495px;
background:#BCDC79;
border-bottom-width: 3px;
border-bottom-style: solid;
border-bottom-color: #999999;
border-top-width: 3px;
border-top-style: solid;
border-top-color: #999999;
border-left-width: 3px;
border-left-style: solid;
border-left-color: #999999;
border-right-width: 3px;
border-right-style: solid;
border-right-color: #999999;
}



#nota{
padding:8px;
}

#aceptar{
padding:8px;
}
#frase_registro{

float:left;}

.caja_derecha{
background:#C8D0C5;
width:110px;
font-size: 0.8em;
clear:right;
padding:5px;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #999999;
border-top-width: 2px;
border-top-style: solid;
border-top-color: #999999;
border-left-width: 2px;
border-left-style: solid;
border-left-color: #999999;
border-right-width: 2px;
border-right-style: solid;
border-right-color: #999999;
}

#explicacion{
padding:10px;
background:#999999;
color:#FFFFFF;
}