@charset "utf-8";
/* CSS Document */

html, input, select, textarea{
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;

	font-family: "Lucida Sans Unicode";
	font-size: 10px;
	color: #333;

}


a{
	color: #006699;
	cursor: pointer;
	text-decoration: none;
}

blockquote {
	color:#006600;
	margin:0 0 20px 40px;
}

body{
	margin: 0px;
	background-color: #CCC;
	background-image: url(../img/pattern.gif);
}

/*
body, input, select, textarea{
	font-family: "Lucida Sans Unicode";
	font-size: 11px;
	color: #333;
}
*/


input, select, textarea{
	border: 1px solid #999;
}

input.error, textarea.error{
	border: 1px dotted #f00;
}

.enlace{
	cursor: pointer;
}

h1{
	border-bottom:1px solid #DDDDFF;
	color:#102368;
	font-size:1.3em;
	font-weight:normal;
	text-decoration:none;
	margin: 0px 0px 20px 0px;
}

h2 {
	color:#102368;
	font-size:1.2em;
	font-weight:normal;
	text-decoration:none;
	margin: 0px 0px 20px 0px;
}

#cuerpo strong{
	color: #E17009;
	font-weight: normal;
}

p{
	margin: 0px 0px 20px 0px;
}

#cuerpo ul.lista{
	margin-top: 0px;
	margin-bottom: 20px;
}

#cuerpo ul.lista li{
	margin: 0px 0px 8px 0px;
}

img{
	border: 0px solid #fff;;
}

img.izquierda{
	float: left;
	margin: 0px 20px 20px 0px;
	padding: 4px;
	border: 1px solid #ddd;
}

img.derecha{
	float: right;
	margin: 0px 0px 20px 20px;
}

ul.lista{
	margin-bottom: 20px;
}

.azul{
	background-color: #102368;
}



	/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  C O N T E N E D O R */
	.contenedor{
		margin: auto;
		background-color: #fff;
		border-collapse: collapse;
	}
	.contenedor tbody{
		margin: 0px;
		padding: 0px;
	}
	.contenedor tbody td{
		margin: 0px;
		padding: 0px;
		vertical-align: top;
	}

/**/

table.formulario{
	margin: 0px auto 20px auto;
}

table.formulario td, table.formulario th{
	padding: 6px;
	vertical-align: top;
}

table.formulario thead th{
	font-weight: normal;
	color: #102368;
	vertical-align: top;
	font-size: 1.1em;
}

table.formulario tfoot td{
	text-align: right;
	vertical-align: top;
}







table.lista{
	margin: 0px auto 20px auto;
	border-collapse: collapse;
}

table.lista td, table.lista th{
	padding: 6px;
	vertical-align: top;
}

table.lista thead th{
	font-weight: normal;
	color: #3385CF;
	text-align: left;
	border-bottom: 1px solid #DDECF7;
	font-size: 1.1em;

}

table.lista tbody tr{
	border-bottom: 1px solid #ddd;
}

table.lista tfoot td{
	text-align: right;
	color: #6FA7D1;
	vertical-align: top;
}

table.lista strong, table.formulario strong{
	color: #6FA7D1;
	font-weight: normal;
}









table.horario{
	margin: 0px auto 20px auto;
	border-collapse: collapse;
	width: 100%;
	font-size: 0.9em;
}

table.horario td, table.horario th{
	padding: 6px;
	vertical-align: top;
	border: 1px solid #ddd;
}

table.horario thead th{
	font-weight: normal;
	color: #3385CF;
	text-align: left;
	border-bottom: 1px solid #DDECF7;
	font-size: 0.9em;

}

table.horario tbody tr{
/*	border-bottom: 1px solid #ddd; */
}

table.horario tfoot td{
	text-align: right;
	color: #6FA7D1;
	vertical-align: top;
}

table.horario strong{
	color: #6FA7D1;
	font-weight: normal;
}









#cuerpo{
	padding: 20px 20px 0px 20px;
	font-size: 1.1em;
}





/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - aqui vienen los estilos generales melas!!!*/

div.resumen{
	clear: both;
	margin: 0px 0px 20px 0px;
}

div.resumen h1{
	font-family: "Lucida Sans Unicode";
	font-size: 1.1em;
	margin: 0px;
	font-weight: normal;
	color: #006699;
	border: none;
	clear: none;
}

div.resumen h1 a{
	text-decoration: none;
	color: #006699;
}


div.resumen p.fecha{
	margin: 0px 0px 9px 0px;
	color: #999;
	font-size: 1em;
}

div.resumen img.miniatura{
	float: left;
	margin: 0px 10px 10px 0px;
	border: 1px solid #ddd;
	padding: 4px;
}


div.resumen p{
	color: #333;
	margin: 0px 0px 20px 0px;
	font-size: 1em;
}

div.resumen p.descarga{
		text-align: right;
	}


div.resumen p.descarga img{
	float: none;
	margin: 0px;
	border: 0px;
	padding: 0px;
}





/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - LISTAAAAAAAAAAAAAAAAAAAAAAAA!!!*/

ul.resumen_lista {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 0 20px;
padding:0;
}
ul.resumen_lista li {
margin:0 0 10px;
}
ul.resumen_lista li h1 {
border:0 none;
color:#336699;
font-size: 1em;
margin:0;
}
ul.resumen_lista li p {
color:#999999;
margin:0;
font-size: 0.9em;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - GALERIAAAAAAAAAAAAAAAAAAAAAA!!!*/

p.galeria{
	text-align: center;
	margin: 0px 0px 20px 0px;
}

p.galeria img{
	border: 1px solid #CCCCCC;
	margin: px;
	padding: 4px;
	margin: 0px 6px 0px 6px;
}


p.paginacion{
	text-align: center;
	margin: 0px 0px 0px 20px;
}

p.paginacion span{
	padding: 8px;
}

p.paginacion a{
	padding: 8px;
}

label.error{
	color: #f00;
	margin: 0px 0px 0px 8px;
	display: none;
}




p.archivo_adjunto{
	margin: 0px auto;
	width: 200px;
	background-color: #6FA7D1;
	color: #fff;
	padding: 10px;
	margin-bottom: 20px;
}

p.archivo_adjunto a{
	padding: 10px;
	color: #fff;
	margin: 20px;
}

p.archivo_adjunto strong{
	color: #fff;
	font-weight: bold;
}