@charset "UTF-8";
/*@import url("lightbox.css");*/

body  {
	font-style: normal;
	font-weight: normal;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(../img/MainBckgrnd8.jpg);
	background-color: #153867;
	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 */
	font: 62.5% Arial, Verdana, Helvetica, sans-serif;
}

#logo {
	margin-top: 10px;
	top: 0px;
	z-index: 6;
	visibility: visible;
	overflow: visible;
	position: absolute;
	left: -70px;
	opacity: 0.7;
	border-style: none;
}

#logo2 {
	right: 0px;
	top: 0px;
	position: relative;
	margin-right: 0px;
	margin-top: 0px;
	z-index: 6;
	visibility: visible;
	opacity: 0.7;
	border-style: none;
}

#logo img:hover {
	top: 0px;
	z-index: 6;
	visibility: visible;
	overflow: visible;
	position: absolute;
	left: -70px;
	opacity: 1;
}

.thrColAbsHdr #container {
	position: relative; /* la adición de position: relative le permite colocar las dos barras laterales en relación con este contenedor */
	width: 780px;  /* el uso de 20px menos que un ancho completo de 800px da cabida a los bordes del navegador y evita la aparición de una barra de desplazamiento horizontal */
	background: white;
	height: 100%;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
}

#cgnl {
	position: absolute;
	top: 0px;
	left:-14px;
	height: 100%;
}
#cgnr {
	position: absolute;
	top: 0px;
	right:-14px;
	height: 100%;
}

    .thrColAbsHdr #header {
	height: 245px; /* si está cambiando el orden de origen de las columnas, puede que le interese utilizar una altura en el encabezado que le permita asignar a las columnas un valor superior predecible */
	background: #000000 url(../img/borde-ppal-der.png);  /* este relleno coincide con la alineación izquierda de los elementos de los divs que aparecen bajo él. Si se utiliza una imagen en el #header en lugar de texto, es posible que le interese quitar el relleno. */
	margin-bottom: 20px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	z-index: 0;
} 
    .thrColAbsHdr #header h1 {
	margin: 0; /* el ajuste en cero del margen del último elemento del div de #header evita la contracción del margen (un espacio inexplicable entre divs). Si el div tiene un borde alrededor, esto no es necesario, ya que también evita la contracción del margen */
	padding: 10px 0; /* el uso de relleno en lugar de margen le permitirá mantener el elemento alejado de los bordes del div */
	color: #FFFFFF;
    }
    .thrColAbsHdr #sidebar1 {
	position: absolute;
	top: 265px;
	left: 0;
	width: 130px;
}
    .thrColAbsHdr #sidebar2 {
	background-color: #043063;
	position: absolute;
	top: 265px;
	right: 0;
	width: 90px; /* el ancho real de este div, en navegadores que cumplen los estándares, o el modo de estándares de Internet Explorer, incluirá el relleno y el borde además del ancho */ /* el color de fondo se mostrará a lo largo de todo el contenido de la columna, pero no más allá */
	padding: 15px 10px; /* el relleno mantiene el contenido del div alejado de los bordes */
	color: white;
    }

.thrColAbsHdr #sidebar2 h3 {
	font-size: 1.1em;
}

.thrColAbsHdr #sidebar2 a:link {
	color: white;
	font: 1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.thrColAbsHdr #sidebar2 a:visited {
	color: white;
	font: 1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
    .thrColAbsHdr #mainContent {
	text-align: left; /* los márgenes derecho e izquierdo de este elemento div crean las dos columnas externas de los lados de la página. Con independencia de la cantidad de contenido que incluyan los divs de las barras laterales, permanecerá el espacio de la columna. */
	padding: 0 10px;
	color: #191919;
	height: 100%;
	margin: 0 115px 0 130px;
	font-size: 1.3em;
	z-index: 3;
}

	.thrColAbsHdr #mainContent h2 { text-align: right; font-size: small; float: left; padding-left:20px; background:url(img/pdf_icon.gif) no-repeat 0 75%; }

    .thrColAbsHdr #mainContent p1 { /* el ajuste en cero del margen del último elemento del div de #header evita la contracción del margen (un espacio inexplicable entre divs). Si el div tiene un borde alrededor, esto no es necesario, ya que también evita la contracción del margen */                                                                                                                                                                                                                                                             
    	font-size: 1.2em;
    	text-shadow: 2px 2px #d2d2d2;
    	font-style: italic;
    	word-break: normal;                                                                                                                                                                     
    }
    .thrColAbsHdr #footer {
	position: relative;
	width: 780px;
	height: 90px;
	margin-bottom: 0;
	background-image: url(../img/pie-background.png);
}
    .thrColAbsHdr #footer p {
	font-style: normal;
	font-weight: normal;
	color: white;
	font-size: 1em;
	display: block;
	position: absolute;
	text-decoration: none;
	top: 28px;
	left: 20px;
	width: 490px;
	padding-top: 2px;
}
	
	.thrColAbsHdr #footer a:link{
	font-style: normal;
	color: white;
	font-weight: normal;
	text-decoration: none;
}

.thrColAbsHdr #footer a:visited{
	font-style: normal;
	color: white;
	font-weight: normal;
	text-decoration: none;
}

.thrColAbsHdr #participa{
	width: 230px;
	position: absolute;
	left: 530px;
	text-decoration: none;
	border-style: hidden;
	border-width: thin;
	top: 40px;
}
	
	.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: 8px;
	}
	.fltlft { /* esta clase puede utilizarse para que un elemento flote en la parte izquierda de la página. */
		float: left;
		margin-right: 8px;

	}
#menu {
	list-style-type: none;
	border-left-style: none;
	background-color: #043063;
	list-style: none;
	text-transform: capitalize;
	text-align: left;
	margin-left: 10px;
	width: 120px;
	padding-left: 3px;
	font: small-caps 1.6em/1.6em "Gill Sans", "Lucida Grande", Lucida, Verdana, sans-serif;
}
#menu2 {
	margin-left: 0px;
	padding-left: 3px;
	margin-top: 110px;
	list-style-type: none;
	border-left-style: none;
	background-color: #043063;
	list-style: none;
	text-transform: capitalize;
	text-align: left;
	width: 120px;
	font: small-caps 1.6em/1.6em "Gill Sans", "Lucida Grande", Lucida, Verdana, sans-serif;
}
#menu2 ul{
	list-style: none;
}

#menu2 a:link{
	text-decoration: none;
	color: white;
	font-weight:normal;
	display:block;
}

#menu2 a:visited{
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: white;
	display:block;
}

#menu2 a:hover{
	border-left-color: #910765;
	border-left-width: 10px;
	border-left-style: solid;
	color: white;
	background: url(../img/back_menu.png) no-repeat;
	width: 100%;
	height: 100%;
	margin-right: 10px;
}

#menu2 a:active{
color: #dbdbdb;
}

#menu ul{
	list-style: none;
}

#menu a:link{
	text-decoration: none;
	color: white;
	font-weight:normal;
	display:block;
}

#menu a:visited{
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: white;
	display:block;
}

#menu a:hover{
	border-left-color: #910765;
	border-left-width: 10px;
	border-left-style: solid;
	color: white;
	background: url(../img/back_menu.png) no-repeat;
	width: 100%;
	height: 100%;
	margin-right: 10px;
}

#menu a:active{
color: #dbdbdb;
}

#salas_listado {
padding-bottom: 10px;
padding-top: 10px;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #CCCCCC;
margin-bottom: 10px;
	display: block;
}

#salas_listado h1 {
color: #043063;
font-weight: bold;
	width: 100%;
	font-size: 1.2em;
	margin-top: 0;
}

#salas_listado_img  {
border: 3px solid #043063;
width: 250px;
	float: left;
	margin-right: 6px;
	text-shadow: #000000 0 0 0;
}

.imagenes  {
	border: 3px solid #043063;
}

#salas_listado p {
width: 100%;
	text-align: left;
	padding-left: 0;
	margin-top: 0;
}

#salas_listado a {
text-decoration: none;
font-size: 1em;
font-weight: bold;
	background-position: 0;
}                                       

#blog {
padding-bottom: 10px;
padding-top: 10px;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #CCCCCC;
margin-bottom: 10px;
	display: block;
}

#blog post {
color: #3f262c;
font-weight: bold;
	width: 100%;
	font-size: 1.2em;
	margin-top: 0;
}

#salas_listado a {
text-decoration: none;
font-size: 1em;
font-weight: bold;
	background-position: 0;
}  

#blog h2 {
	color: #3f262c;
	font-weight: bold;
	width: 100%;
	font-size: 1.2em;
	margin-top: 0;
}

#blog_img  {
	border: 3px solid #3f262c;
	width: 250px;
	float: left;
	margin-right: 6px;
	text-shadow: #000000 0 0 0;
}

#blog h3 {
	width: 100%;
	color: #3f262c;
	text-align: left;
	padding-left: 0;
	margin-top: 0;
}

#blog meta {
text-decoration: none;
font-size: 1em;
font-weight: bold;
	background-position: 0;
}

#blog storycontent {
text-decoration: none;
font-size: 1em;
font-weight: bold;
	background-position: 0;
}


