@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: #cccccc;
	background-image: url(../images/fondo.jpg);
	background-repeat:  repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
    }
    .oneColFixCtrHdr #container {
	width: 918px;  /* 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: transparent;
	margin: 0 auto;
	text-align: left;
    }
    .oneColFixCtrHdr #header {
	background: transparent;  /* 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. */
	height: 200px;
    }
    .oneColFixCtrHdr #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 */
    }
    .oneColFixCtrHdr #mainContent {
	padding: 0; /* recuerde que el relleno es el espacio situado dentro del cuadro div y que el margen es el espacio situado fuera del cuadro div */
	background: transparent;
    }
    .oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: transparent;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #999999;
	text-align: right;
    }
    .oneColFixCtrHdr #footer p {
	margin: 0; /* el ajuste en cero de los márgenes del primer elemento del pie evitará que puedan contraerse los márgenes (un espacio entre divs) */
	padding: 10px 0; /* el relleno de este elemento creará espacio, de la misma forma que lo haría el margen, sin el problema de la contracción de márgenes */
	color: #333333;
	font-weight: bold;
	font-size: 12px;
    }
#logo {
	height: 180px;
	width: 180px;
	padding-top: 10px;
	padding-left: 20px;
	float: left;
}
#banner {
	height: 120px;
	width: 550px;
	margin-left: 330px;
	padding-top: 50px;
}
#user {
	height: 50px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#log {
	background-image: url(../images/userw.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 33px;
	width: 500px;
	background-color: transparent;
	margin-left: 380px;
}
#log2 {
	background-image: url(../images/userrw.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 33px;
	width: 435px;
	background-color: transparent;
	margin-left: 445px;
}
.white {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.input_log {
	font-size: 12px;
	color: #333333;
	width: 120px;
	border: 1px solid #D6D6D6;
}
#menu {
	margin: 0px;
	height: 60px;
	background-color: transparent;
}
#sup {
	background-image: url(../images/screen_supw.png);
	background-repeat:  no-repeat;
	height: 20px;
	background-color: transparent;
	background-position: center;
}
#mid {
	background-image: url(../images/screen_midw.png);
	background-repeat:  repeat-y;
	padding-left: 30px;
	padding-right: 30px;
	background-color: transparent;
	background-position: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
#down {
	background-color: transparent;
	background-image: url(../images/screen_downw.png);
	background-repeat: no-repeat;
	height: 30px;
	background-position: center;
}
#menu_inf {
	height: 20px;
	text-align: right;
	font-size: 13px;
	padding-right: 20px;
	color: #003366;
	font-weight: bold;
}
#menu_inf a {
	color: #003366;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}
#mid p {
	font-size: 12px;
	color: #000000;
	text-align: justify;
	margin: 0px;
}
h1 {
	display: block;
	font-size: 20px;
	color: #FFFFFF;
	background-color: #FFFFFF;
	margin: 0px;
	background-image: url(../images/h1.jpg);
	background-repeat: no-repeat;
	height: 24px;
	text-indent: 20px;
	padding-top: 1px;
	font-weight: normal;
}
#espacio {
	height: 20px;
}

h3 {
	display: block;
	width: 500px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 18px;
	color: #009900;
	font-weight: normal;
}
#content_mid {
	margin-right: 270px;
	background-color: transparent;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content_mid2 {
	margin-right: 250px;
	background-color: transparent;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidebar {
	float: right;
	width: 200px;
	padding-right: 25px;
	padding-left: 25px;
}
.txt_form {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.input_form {
	width: 210px;
	font-size: 11px;
	color: #333333;
	border: 1px solid #999999;
}
.middle {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	display: block;
}
.error {
	font-size: 12px;
	color: #990000;
}
.txt1 {
	font-size: 13px;
	font-weight: bold;
	color: #006699;
}
.ingresa {
	height: 19px;
	width: 72px;
	background-image: url(../images/btnlogw.png);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	cursor: pointer;
	padding-top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
}
.white2 {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
.txt_glos {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.txt_glostitu {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
.Titu_glos {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.link a {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#GLOS {
	width: 160px;
	padding-left: 20px;
	background-color: transparent;
	background-image: url(../images/flecha.gif);
	background-repeat: no-repeat;
	background-position: left center;
	clear: both;
	padding-right: 5px;
	text-align: left;
}
.tit_bol {
	font-size: 18px;
	font-weight: normal;
	color: #000000;
}
.gray {
	font-size: 10px;
	font-weight: bold;
	color: #999999;
}
.left {
	float: left;
	clear: both;
	margin: 15px;
}
.right {
	margin: 10px;
	clear: both;
	float: right;
}
.ul_class {
	list-style-image: url(../images/flecha.gif);
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
h5 {
	margin-top: 10px;
	margin-bottom: 2px;
	color: #990000;
}
.INLINK {
	font-size: 10px;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}
