/* CSS Document */

a:link {
	color: #cc0000; text-decoration: none
}
a:visited {
	color: #cc0000; text-decoration: none
}
a:hover {
	color: #cc0000; text-decoration: underline
}
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: #333333;
	background-color: #515151;
	background-image: url(../../img08/1/F09.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-attachment: fixed;
    }
	
	h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 0px;
	}
p {
	margin-bottom: 10px;
	margin-top: 5px;

}

li {
	list-style-image: url(../../img08/1/li1.jpg);
	list-style-type: disc;
	list-style-position: outside;
}
.rojo {
	color: #cc0000;
}

    .twoColFixLtHdr #container {
	width: 905px;  /* 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; /* los márgenes automáticos (conjuntamente con un ancho) centran la página */
	border: 0px solid #000000;
	text-align: left; /* esto anula text-align: center en el elemento body. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
    } 
    .twoColFixLtHdr #header {
	background: #FFFFFF;  /* 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. */
    } 
    .twoColFixLtHdr #sidebar1 {
	float: left; /* dado que este elemento es flotante, debe asignarse un ancho */
	width: 245px;
	background-color: #FFFFFF;
    }
    .twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 246px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	padding-top: 27px;
	background-image: url(../../img08/1/f3-10.jpg);
	background-repeat: no-repeat;
    } 
    .twoColFixLtHdr #footer {
	background-color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
    } 
	
    .twoColFixLtHdr #footer img {
	padding: 0;
	margin: 0;
    }
    .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;
    }
    .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;
    }

#t1 {
	background-color: #641d1c;
	padding-right: 10px;
	padding-left: 36px;
	width: 425px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	height: 24px;
	line-height: 24px;
	float: left;
}
.twoColFixLtHdr #container #mainContent #t1 h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container #mainContent #t2 h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#t2 {
	height: 21px;
	width: 425px;
	background-color: #b56968;
	line-height: 21px;
	padding-right: 10px;
	padding-left: 36px;
	float: left;
}
#ff1 {
	width: 495px;
}
#ff2 {
	background:url(../../img08/1/f1-10.gif);
	width:24px;
	height:24px;
	float: right;
}
.twoColFixLtHdr #container #mainContent #ff {
	width: 100%;
	height: 45px;
}
#datos1 {
	background-image: url(../../img08/1/f2.gif);
	background-repeat: repeat;

}
#datos2 {
	width: 620px;
	padding-top: 19px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b1b2b7;
	margin-left: 18px;
	padding-left: 18px;
}#texto1 {
	padding-top: 0px;
	padding-right: 33px;
	padding-bottom: 0px;
	padding-left: 36px;
}
#datos3 {
	width: 435px;
	padding-top: 19px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #b1b2b7;
	margin-left: 36px;
	padding-left: 0px;
}
.gris {
	color: #999999;
}
input 
{
	color: #333333;
	border: 1px solid #b1b2b7;
	background-color: #FBFBFB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 250px;
	height: 15px;
}

.submit
{
	color: #000;
	border: 1px solid #b1b2b7;
	background-color: #f59e00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	width: 70px;
	height: 17px;
} 

.submitsoli
{
	color: #000;
	border: 1px solid #b1b2b7;
	background-color: #f59e00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	width: 130px;
	height: 17px;
}
.check {
	height: 15px;
	width: 15px;
}
.radio {
	height: 15px;
	width: 15px;
}
.selector {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

#tblform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#tblform td {
	padding-right: 10px;
}

 /* coloque las reparaciones del modelo de cuadro para IE 5* en este comentario condicional */
    .twoColFixLtHdr #sidebar1 { width: 245px; }
/* coloque las reparaciones de css para todas las versiones de IE en este comentario condicional */
    .twoColFixLtHdr #sidebar1 {
	padding-top: 23px;
}
    .twoColFixLtHdr #mainContent { zoom: 1; }
 /* la propiedad zoom propia que se indica más arriba proporciona a IE el hasLayout que necesita para evitar diversos errores */
#trtbl2 {
	background-color: #F2F2F2;
	font-weight: bold;
}
#tbl2 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#tbl2 td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #EBEBEB;
	border-right-color: #EBEBEB;
	border-bottom-color: #EBEBEB;
	border-left-color: #EBEBEB;
}


#tbl2 #td2 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #EBEBEB;
	border-right-color: #EBEBEB;
	border-bottom-color: #EBEBEB;
	border-left-color: #EBEBEB;
}
.inputtxt2 {
	color: #333333;
	border: 1px solid #b1b2b7;
	background-color: #FBFBFB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 50px;
	height: 15px;
}
#enlace {
	background-image: url(../../img08/1/enla.jpg);
	background-repeat: no-repeat;
	height: 20px;
	margin-left: 36px;
	text-indent: 15px;
	line-height: 20px;
	width: 200px;
}
#derini {
	float: right;
	width: 189px;
	padding-top: 20px;
}
#izqini {
	width: 465px;
	float: left;
}
#datos4 {
	width: 425px;
	padding-top: 19px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #b1b2b7;
	margin-left: 18px;
	padding-left: 18px;
}
#texto2 {
	padding-top: 0px;
	padding-right: 33px;
	padding-bottom: 0px;
	padding-left: 36px;
	width: 390px;
}
#rnot {
	border-top-color:#b1b2b7;
	border-top-style:solid;
	border-top-width:1px;
	margin-left:19px
}
