@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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #333;
	background-image: url(fondo-trans.png);
	background-repeat: repeat;
	background-attachment: fixed;
}
.thrColFixHdr #container {
	width: 780px; /* los márgenes automáticos (conjuntamente con un ancho) centran la página */
	border: 1px solid #000000;
	text-align: left;
	background-attachment: fixed;
	background-image: url(fondo1.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColFixHdr #header {
	background-color: #000;
	height: 150px;
	text-align: center;
}
.thrColFixHdr #container #header p  {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 24px;
	letter-spacing: 3pt;
	font-style: normal;
	text-align: center;
	margin: 0px;
	padding-top: 55px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thrColFixHdr #container #header a  {
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	letter-spacing: 1px;
	text-transform: capitalize;
	padding-right: 5px;
	}
	.thrColFixHdr #container #header a:hover  {
	color: #060;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #060;
	border-bottom-color: #060;
	}
.thrColFixHdr #container #header ul li{
	display: inline;
	}
.thrColFixHdr #container #header ul {
	padding-top: 20px;
}
.thrColFixHdr #sidebar1 {
	float: left; /* dado que este elemento es flotante, debe asignarse un ancho */
	width: 160px; /* el color de fondo se mostrará a lo largo de todo el contenido de la columna, pero no más allá */
	padding: 15px 10px 15px 20px;
	}
	ul, li { 
	list-style-type:none;
		}
		
.thrColFixHdr #container #footer .pie_texto .pie_link_subir, a {
	color: #F00;
}
.thrColFixHdr #container #mainContent #documentacion a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	text-decoration: none;
	display: block;
	color: #000;
	line-height: 30pt;
}
.thrColFixHdr #container #mainContent #documentacion a:hover {
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #000;
	padding-left: 10px;
}
.thrColFixHdr #container #footer .pie_texto .pie_link_subir,  a:hover {
	color: #666;
}
.thrColFixHdr #container #sidebar1 .menu_iz a:hover {
	text-decoration: none;
	list-style-type: none;
	padding-left: 9px;
	background-image: url(pixel-semi-trans.png);
	background-repeat: repeat;
}
.thrColFixHdr #container #footer .pie_texto {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	line-height: 25px;
	color: #FFF;
}
.thrColFixHdr #container #footer .pie_texto a {
	text-decoration: none;
	font-weight: normal;
	color: #FFF;
	font-style: italic;
}
.thrColFixHdr #container #footer .pie_texto a:hover {
	color: #F00;
	font-weight: normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.thrColFixHdr #sidebar2 {
	float: right; /* dado que este elemento es flotante, debe asignarse un ancho */
	width: 160px; /* el color de fondo se mostrará a lo largo de todo el contenido de la columna, pero no más allá */
	padding: 15px 10px 15px 20px;
}
.thrColFixHdr #mainContent {
	background-image: url(pixel-semi-trans.png);
	background-repeat: repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.thrColFixHdr #footer {
	background-color: #000;
	color: #CCC;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	text-align: center;
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	font-weight: normal;
	font-variant: normal;
} 
.thrColFixHdr #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;
}
.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;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
