@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* es recomendable ajustar a cero el margen y el relleno del elemento body para lograr la compatibilidad con la configuración predeterminada de los diversos navegadores */
	padding: 0;
	text-align: center; /* esto centra el contenedor en los navegadores IE 5*. El texto se ajusta posteriormente con el valor predeterminado de alineación a la izquierda en el selector #container */
	color: #000000;
	background-color: #000;
	background-image: url(imagenes/fnd_pagina.png);
	background-repeat: repeat-x;
}
.twoColFixLtHdr #container {
	width: 955px;
	margin: 0 auto; /* los márgenes automáticos (conjuntamente con un ancho) centran la página */
	border: 1px solid #000000;
	text-align: left; /* esto anula text-align: center en el elemento body. */
	position: relative;
	background-color: #FFF;
} 
.twoColFixLtHdr #header {
	margin: 0px;
	background-image: url(imagenes/sombreado.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 155px;

} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* el uso de relleno en lugar de margen le permitirá mantener el elemento alejado de los bordes del div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* dado que este elemento es flotante, debe asignarse un ancho */
	width: 170px;
	background-color: #FFF;
	background-image: url(imagenes/patrona.jpg);
	background-repeat: no-repeat;
	background-position: 0px 450px;
	height: 900px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 0;

} 
.twoColFixLtHdr #footer {
	background:#A5753A;
	margin-bottom: 0px;
	height: 150px;
	text-align: center;
} 
.fltrt { /* esta clase puede utilizarse para que un elemento flote en la parte derecha de la página. El elemento flotante debe preceder al elemento junto al que debe aparecer en la página. */
	float: right;
	margin-left: 3px;
}
.fltlft { /* esta clase puede utilizarse para que un elemento flote en la parte izquierda de la página. */
	float: left;
	margin-right: 3px;
}
.clearfloat { /* esta clase debe colocarse en un elemento div o break y debe ser el último elemento antes del cierre de un contenedor que incluya completamente a un elemento flotante */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h5 {
	padding-left: 5px;
	font-family: Verdana, Geneva, sans-serif;
	height: 1.13em;
	color: #222222;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #222222;
	text-align: center;
	white-space: normal;
	line-height: normal;
}
.twoColFixLtHdr #container #footer h6 a {
}

h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.05em;
	color: #222222;
}
.destacado {
	color: #900;
}
a:link {
	text-decoration: none;
	color: #222222;
}
a:visited {
	color: #222222;
	text-decoration: none;
}
a:hover {
	color: #900;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.75em;
	text-align: justify;
	margin-right: 5px;
	margin-left: 10px;
	line-height: 1.4em;
	background-image: url(imagenes/fondoficha.gif);
	background-repeat: no-repeat;
	background-position: center 40px;
}
#agenda   {
	height: 190px;
	width: 470px;
	padding-top: 0px;
	padding-bottom: 10px;
	margin-bottom: 5px;
	margin-top: 20px;
	background-image: url(imagenes/sombreadolateral.gif);
	background-repeat: repeat-y;
	background-position: left;
	border-bottom-width: 2px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCC99;
	background-color: #F9F7ED;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#opinion {
	height: 135px;
	width: 470px;
	padding-top: 0px;
	margin-top: 20px;
	background-image: url(imagenes/sombreadolateral.gif);
	background-repeat: repeat-y;
	background-position: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCC99;
	background-color: #F9F7ED;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 5px;
	padding-bottom: 10px;
}
#noticias {
	margin-top: 20px;
	margin-bottom: 5px;
	padding-left: 0px;
	background-image: url(imagenes/sombreadolateral.gif);
	background-repeat: repeat-y;
	background-position: left;
	border-right-width: 1px;
	border-right-color: #CCCC99;
	background-color: #F9F7ED;
	border-right-style: solid;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	width: 732px;
	padding-top: 0px;
	height: 360px;
	padding-bottom: 10px;
}

h2 {
	margin: 0px;
	background-color: #903;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-left: 20px;
	background-image: url(imagenes/top_h2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 1.1em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	margin: 0px;
	color: #C93;
	font-family: Tahoma, Geneva, sans-serif;
	height: 20px;
	font-size: 0.9em;
	padding: 0px;
}

#convocatoria {
	position: absolute;
	top: 175px;
	width: 250px; /* el relleno mantiene el contenido del div alejado de los bordes */
	height: 360px;
	left: 684px;
}
#cabecero {
	position: absolute;
	top: 0px;
	width: 755px; /* el relleno mantiene el contenido del div alejado de los bordes */
	height: 155px;
	left: 200px;
	clip: rect(auto,auto,auto,auto);
	padding: 0px;
	margin-bottom: 5px;
	background-color: #903;
	background-image: url(imagenes/sombreado.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#fecha {
	top: 0px; /* el relleno mantiene el contenido del div alejado de los bordes */
	height: 17px;
	left: 200px;
	background-color: #903;
	margin-bottom: 0px;
	color: #C93;
	font-size: 0.85em;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: right;
	vertical-align: middle;
	margin-right: 5px;
	margin-left: 5px;
	clip: rect(auto,auto,0px,auto);
	padding: 0px;
}
.twoColFixLtHdr #container #mainContent p .fltrt {
	margin-left: 15px;
}
.twoColFixLtHdr #container #mainContent p .fltlft {
	margin-right: 15px;
}
#thumbs {
	width: 192px;
	border: 2px groove #903;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 5px;
	float: left;
	background-color: #FFF5EE;
	}
#select {
	margin: 10px 0 60px 0px;
}
#thumbs img {
	margin: 5px;
	padding: 3px;
	cursor: pointer;
	border: none;
}
#mainPic {
	width: 450px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: left;
}
.twoColFixLtHdr #container #mainContent #wrapper #mainPic p {
	text-align: center;
}

#wrapper {
	width: 700px;
	margin: 0 auto;
}
#ficha {
	margin-top: 20px;
	margin-bottom: 20px;
	background-image: url(imagenes/sombreadolateral.gif);
	background-repeat: repeat-y;
	background-position: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCC99;
	background-color: #F9F7ED;
	width: 725px;
	float: none;
	}
h4 {
	margin-left: 10px;
	font-size: 0.9em;
	color: #222222;
	height: 12px;
}
#base {
	clear: left;
	width: 600px;
	margin: 0 auto;
	
	}
#servicios {
	height: 190px;
	width: 440px;
	padding-top: 0px;
	margin-top: 20px;
	background-image: url(imagenes/sombreadolateral.gif);
	background-repeat: repeat-y;
	background-position: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCC99;
	background-color: #F9F7ED;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#publicacion {
	height: 190px;
	width: 275px;
	padding-top: 0px;
	margin-top: 20px;
	background-image: url(imagenes/sombreadolateral.gif);
	background-repeat: repeat-y;
	background-position: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCC99;
	background-color: #F9F7ED;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-right: 5px;
}
.twoColFixLtHdr #container #mainContent #noticias div {
	width: 300px;
}
.twoColFixLtHdr #container #mainContent #noticias p {
	background-image: none;
}

table {
	background-image: url(imagenes/fondoficha.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.twoColFixLtHdr #container #footer h6 a {
	color: #222222;
}
