@charset "utf-8";
body {
	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: #FFF;
	background-image: url(../imagenes/fondo.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.oneColFixCtr #container {
	width: 950px;  /* 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: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* esto anula text-align: center en el elemento body. */
	position: relative;
}
.oneColFixCtr #containerIntro {
	width: 950px;
	margin: 0 auto;
	text-align: left; /* esto anula text-align: center en el elemento body. */
	position: relative;
}

.oneColFixCtr #container #menu {
	background-image: url(../imagenes/reticula/fondo_menu.png);
	background-repeat: repeat-x;
	height: 46px;
}
.oneColFixCtr #container #menu img {
	border: 0px;
}


.oneColFixCtr #mainContent {

}
#textoyfoto {
	margin-left: 60px;
}
#textoyfoto2 {
	margin-left: 30px;
}
.oneColFixCtr #container #cabecera #FlashID {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.oneColFixCtr #container #cabecera {
	height: 163px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}




.oneColFixCtr #container #mainContent #bordederecho {
	background-color: #B2CDDF;
	width: 7px;
	vertical-align: top;
	background-image: url(../imagenes/reticula/borde_dcho.png);
	background-repeat: no-repeat;
}


.oneColFixCtr #container #pie {
	background-image: url(../imagenes/reticula/pie_negro.png);
	background-repeat: no-repeat;
	position: relative;
	height: 22px;
}
.oneColFixCtr #container #pie #subpie {
	float: right;
	position: absolute;
	right: 0px;
	top: 0px;
	background-image: url(../imagenes/reticula/pie_azul.png);
	width: 360px;
	height: 22px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 22px;
	color: #FFF;
	text-align: right;
	padding-right: 20px;
}
.btnmenu {
	width: 146px;
}
.fndmenu {
	background-color: #FFF;
	background-image: url(../imagenes/reticula/piesubmenu.png);
	/*height: 250px;*/
	background-repeat: repeat-x;
}
.btnmenu img {
	border: 0px;
}
.oneColFixCtr h1 {
	color: #1B699E;
	font-size: 20px;
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
	margin-top: 20px;
}
#textoyfoto td {
	vertical-align: top;
}
.oneColFixCtr p {
	margin-right: 20px;
}

#textoyfoto2 td {
	vertical-align: top;
}
.oneColFixCtr li {
	list-style-position: outside;
	padding-top: 4px;
	padding-bottom: 4px;
}
.oneColFixCtr li.azul {
	list-style-image: url(../imagenes/bolo_azul.png);
	list-style-position: outside;
}
.oneColFixCtr li.gris {
	list-style-image: url(../imagenes/bolo_gris.png);
	list-style-position: outside;
}
.oneColFixCtr p {
	line-height: 16px;
}
a {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #F90;
}
#textoScroll {
	overflow: auto;
	height: 400px;
}
