/* contenedor principal */

#main {
	width: 1000px;
	margin: 0 auto;
	font: 12px Arial;
}

#content {
	min-height: 500px;
}

/* Cabecera */

#logo {
	background-image: url(images/logo.jpg);
	width: 1000px;
	height: 192px;
}

/* pie */

#pie {
	background-image: url(images/pie.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #dedcd0;
	padding: 5px;
	margin: 0px;
	height: auto;
	clear: both;
}

#pieleft {
	float: left;
	width:600px;
	text-align: justify;
	font: italic 12px Arial;
	padding: 10px 0px 0px 10px;
}

#pieright {
	float: right;
	width: 300px;
	text-align: right;
	padding-right:10px;
	color: gray;
	font-size: 11px;
}

#pieclear {
	clear: both;
}

.mail {
	text-decoration: none;
	color: #8b0000;
}

/* parte izquierda */

#left {
	width: 620px;
	border: 1px solid #cccc99;
	float: left;
	margin: 8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #f8f8f6;
}

/* parte derecha */

#right {
	width:340px;
	float: left;
	margin: 5px;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-image: url(images/right.jpg);
	background-repeat: repeat-y;
}

/* tercer bloque de contenido */

#cont3 {
	width: 980px;
	float: left;
	margin: 2px 8px 2px 8px;
	border: 1px solid #cccc99;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #f8f8f6;
}

/* noticias */

.rep {
	padding: 5px;
}

.titular {
	padding: 5px 0px 10px 35px;
	font: normal small-caps bold 18px Arial;
	background-image: url(images/closebox.png);
	background-repeat: no-repeat;
}

.subtitular {
	font: normal lighter 14px Cambria, Arial;
	padding: 5px;
	color: #336699;
	text-align: justify;
}

.fecha {
	font-size: 10px;
	color: #a9a9a9;
	font-style: italic;
	padding: 0px 0px 8px 5px;
}

.noticia {
	text-align: justify;
	padding: 5px;
	overflow: hidden;
}

.sep {
	height: 10px;
	border-top: 1px dashed #a9a9a9;
}

.cita {
font: italic 12px Georgia, "Times New Roman", Times, serif;
color:#999999;
display:block;
padding:6px 3px 3px 0;
text-align: right;
}

/* tabla eventos */

#eventos {
	width: 330px;
	padding: 0;
	border-spacing: 0px;
	border: 1px solid #ff9b20;;
}

.fechaevento {
	font-weight: bold;
	background-color: #ffb04f;
	text-align: center;
	/*border-right: 2px solid black;
	border-left: 2px solid black;*/
	vertical-align: middle;
	width:100px;
	border-bottom: 1px dotted #ff9b20;

}

.textoevento {
	/*background-color: white;*/
	padding: 4px;
	text-align: justify;
	background-color: #f4deae;
	border-bottom: 1px dotted #ff9b20;
}

/* enlaces dentro de las regiones repetidas */

.rep a{
	color: black;
	text-decoration: none;
}

.rep a:hover {
	color: #8b0000;
	text-decoration: underline;
}

/* imagenes */

.imagen {
	text-align: center;
	padding: 3px;
}

img {
	border: 1px solid gray;
	padding: 3px;
	vertical-align: middle;
	background-color: #d3d3d3;
}

img.icon {
	border: 0;
	background: transparent;
}

.comentario {
	text-align: left;
	padding-right: 3px;
	padding-top: 3px;
	text-indent: 8px;
	color: gray;
	font-size: 11px;
	font-style: italic;
}

/* posicinando tablas */

table#seminario {
	width: 600px;
	border: 0;
	padding: 0;
	margin: 3px auto 20px auto;
}

table#seminario tr {
	vertical-align: top;
}

table#seminario td {
	width: 300px;
}

.encabezado {
	color: #b22222;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
}

.encabezado2 {
	color: #cd5c5c;
	font-size: 13px;
	font-weight: bold;
	padding-top: 5px;
	text-align: center;
}

.centrado {
	text-align: center;
	/*font-weight: bold;*/
}

div.listas ul {
	/*background-color: #fff;
	border-bottom: 1px solid silver;
	border-right: 1px solid silver;*/
	width: auto;
	margin-left: 15px;
	margin-bottom: 2px;
	list-style: disc;
}

ol.normas {
	background-color: #fff;
	border-bottom: 1px solid silver;
	border-right: 1px solid silver;
	margin-left: 20px;
	margin-bottom: 3px;
}
ol.normas li {
	text-indent: 15px;
}

table.cal {
	border: 1px solid #cccc99;
	border-collapse: collapse;
	empty-cells: hide;
	caption-side: top;
	padding: 0;
	margin: auto;
	text-align: center;
	vertical-align: top;
	background-color: #cc9;
	font-size: 10px;
}

.cal th, .cal td {
	width: 170px;
	border: 1px solid #cccc99;
}

.cal th {
		background-color: #daa520;
		color: white;
}

.cal tr {
	vertical-align: top;
}

.nolectivo {
	background-color: #dedcd0;
	border: 1px solid #dedcd0;
}

.cal strong {
	font-size: 15px;
	color: black;
}

.fotonoticia {
	float: left;
	margin-right: 10px;
}

.fotonoticia img {
	width: 200px;
}

#externos, #internos {
	text-align: left;
	margin-left: 5px;
}

#externos span img, #internos span img {
	margin-bottom: 3px;
}
