﻿@charset "utf-8";
*{
	margin: 0px;
	padding: 0px;
	}
img {
	border-width: 0;
	margin: 0px;
	padding: 0px;
	}
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: #666666;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-image: url(../images/header_bg_tall.png);
	background-repeat:  repeat-x;
	background-position: top;
    }
h2	{
	font-size: 10pt;
	font-weight: bold;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #006699;
	background-color: #DBE5E6;
	background-image: url(../images/tabla_bg.png);
	background-repeat:  repeat-x;
	background-position: top;
	margin-bottom: 5px;
	border: 1px solid #91A7B4;
	}
	h3 {
	text-align: right;
	font-size: 11px;
	}
	h4 {
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #006699;
	}
	h6 {
	font-size: 11pt;
	font-weight: bold;
	text-align: left;
	}
	/*------------------------------BOTON DE DOWNLOAD HECHO CON H5------------------------------*/
/*	h5 {
	display: block;
	height: 32px;
	width: 182px;
	vertical-align: middle;
	text-align: center;
	background-image: url(../images/btn_download.png);
	background-repeat:  no-repeat;
	background-position: center center;
	}
	h5 a
	{
	text-decoration: none;
	background-color: #00FF00;
	
	}
	h5 hover
	{
	display: block;
	background-image: url(../images/btn_download_over.png);
	background-repeat:  repeat;
	background-position: center center;
	}*/
	p {
	text-align: left;
	margin-right: 10px;
	margin-bottom: 5px;
	}
	strong {
	color: #666666;
	}
	
	/*-------------------------------------------------MENU-------------------------------------------------------*/
	.oneColFixCtrHdr #menuBar ul
	{
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	background-image: url(../images/menu_fondo.png);
	background-repeat:  repeat-x;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	}
	
	.oneColFixCtrHdr #menuBar li
	{
	list-style-type: none;
	text-align: center;
	vertical-align: middle;
	height: 28px;
	width: 134px;
	display: block;
	float: left;
	background-image: url(../images/bg_btn_men.png);
	background-repeat: no-repeat;
	background-position: center top;
	}
	.oneColFixCtrHdr #menuBar li a
	{
	color: #FFFFCC;
	text-decoration: none;
	display: block;
	vertical-align: middle;
	padding-top: 6px;
	padding-bottom: 6px;
	}
	.oneColFixCtrHdr #menuBar li a:hover
	{
	background-image: url(../images/bg_btn_men_over.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFFF99;
	}

	/*-------------------------------------------------fin del MENU----------------------------------------------*/
    .oneColFixCtrHdr #container {
	width: 940px;
	margin: 0 auto;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
    }
    .oneColFixCtrHdr #header {
	min-height: 100px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/header_bg.png);
	height: 101px;
	margin: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
    }
    .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 */
	color: #E4E4E4;
	font-family: "Times New Roman", Times, serif;
    }
	.oneColFixCtrHdr #menuBar {
	height: 28px;
	
	}
    .oneColFixCtrHdr #mainContent {
	padding: 0px;
	background-color: #EEEEEE;
	overflow: hidden;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-image: url(../images/bg_grandient.png);
	background-repeat:  repeat-x;
	background-position: top;
    }
	.oneColFixCtrHdr #menuLeft
	{
	width: 200px;
	min-height: 150px;
	float: left;
	}
	.oneColFixCtrHdr #menuLeft a
	{
	text-decoration: none;
	color: #666666;
	}
	/*.oneColFixCtrHdr #menuLeft a:hover
	{
	font-weight: bold;
	}*/
	.oneColFixCtrHdr #menuLeft table
	{
	background-color: #E6E6E6;
	float: left;
	font-size: 9pt;
	}
	.oneColFixCtrHdr #menuLeft table th
	{
	color: #2A6C60;
	height: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #2A6C60;
	text-align: left;
	}
	.oneColFixCtrHdr #menuLeft table td
	{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
/*	padding-left: 10px;
	padding-right: 5px;
	text-indent: -5px;*/
	}
	.oneColFixCtrHdr #menuLeft table td a
	{
	display: block;
	padding-left: 5px;
	}
	.oneColFixCtrHdr #menuLeft table td a:hover
	{
	background-color: #D2FFC4;
	color: #095454;
	background-image: url(../images/bg_menuleft.png);
	background-repeat:  repeat-x;
	background-position: top;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #458764;
	}
	.oneColFixCtrHdr #menuLeft table td a:visited
	{
	font-style: oblique;
	}
	.oneColFixCtrHdr #cuerpo
	{
	float: right;
	width: 740px;
	padding-bottom: 15px;
	}
.oneColFixCtrHdr #mainContent #cuerpo h3 {
	font-size: 10pt;
	font-weight: bold;
	list-style-type: none;
	text-align: left;
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 15px;
}

	.oneColFixCtrHdr #cuerpo table
	{
	background-color:#FFFFFF;
	text-align: center;
	width: 100%;
	border: 1px solid #91A7B4;
	height: 100%
	}
	.oneColFixCtrHdr #cuerpo table th
	{
	color: #006699;
	letter-spacing: 2pt;
	background-color: #DBE5E6;
	background-image: url(../images/tabla_bg.png);
	background-repeat:  repeat-x;
	background-position: top;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #91A7B4;
	}
	.oneColFixCtrHdr #cuerpo table td
	{
	min-height: 200px;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	.oneColFixCtrHdr #cuerpo table td ul
	{
	text-align: left;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #EEEEEE;
	background-color: #F1F5F6;
	}
	.oneColFixCtrHdr #cuerpo table td ul li
	{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
	list-style-position: inside;
	list-style-image: url(../images/flecha.png);
	padding-right: 5px;
	padding-left: 5px;
	}
	.oneColFixCtrHdr #cuerpo table td ul li ul
	{
	margin-left: 15px;
	}
	.oneColFixCtrHdr #direcciones
	{
	float: right;
	width: 250px;
	min-height: 50px;
	color: #666666;
	text-align: right;
	height: 80px;
	font-size: 8pt;
	margin: 5px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	line-height: 10pt;
	background-repeat:  repeat-y;
	background-position: center center;
	}
	.oneColFixCtrHdr #direcciones a
	{
	color: #2A6C60;
	text-decoration: none;
	font-weight: bold;
	}
	.oneColFixCtrHdr #direcciones a:hover
	{
	color: #333333;
	text-decoration: none;
	}
	.oneColFixCtrHdr #logo
	{
	float: left;
	width: 300;
	height: 80px;
	margin: 5px;
	text-align: center;
	vertical-align: middle;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	}
	.oneColFixCtrHdr #titulo
	{
	height: 50px;
	float: left;
	width: 720px;
	}
	.oneColFixCtrHdr #titulo h1 {
	font-size: 12pt;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	color: #2A6C60;
	border: 1px solid #2A6C60;
	background-color: #FFFF99;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 15px;
	background-image: url(../images/fondo_tit.png);
	background-repeat:  repeat-x;
	background-position: top;
	text-align: center;
	}
	.oneColFixCtrHdr #columnaIzq
	
	{
	width: 720px;
	float: left;
	padding-left: 5px;
	margin-bottom: 5px;
	margin-left: 1px;
	
	}
	.oneColFixCtrHdr #columnaDer
	{
	width: 360px;
	float: right;
	padding-right: 5px;
	margin-bottom: 5px;
	margin-right: 1px;

	}
    .oneColFixCtrHdr #footer {
	background-color: #F4F4F4;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999999;
	text-align: center;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	clear: both;
	color: #999999;
    }
    .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 */
	text-align: center;
	}
	.oneColFixCtrHdr #footer p a
	{
	color: #2A6C60;
	text-decoration: none;
	}
	.oneColFixCtrHdr #footer p a:hover
	{
	color: #333333;
	text-decoration: none;
	}
	.oneColFixCtrHdr #formularioContacto
	{
	/*float: left;*/
	background-color:#FFFFFF;
	overflow: hidden;
	width: auto;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 15px;
	margin-top: 10px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-top: 30px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	background-image: url(../images/bg_contacto.png);
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 350px;
	}
.oneColFixCtrHdr #container #mainContent #formularioContacto #alineadoIzquierda {
	float: left;
	
	}

.oneColFixCtrHdr #container #mainContent #formularioContacto table {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	float: left;
	height: 300px;
}
.oneColFixCtrHdr #container #mainContent #formularioContacto img {
	float: right;
}
/*------------------------------------------------fin del menu-------------------------------------------*/
.oneColFixCtrHdr #mainContent #cuerpo #columnaIzq a {
	height: 34px;
	width: 184px;
	background-image: url(../images/btn_download.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	text-decoration: none;
	text-indent: -999px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
}
.oneColFixCtrHdr #mainContent #cuerpo #columnaIzq a:hover
	{
	background-image: url(../images/btn_download_over.png);
	text-decoration: none;
	}



.campo
	{
	border: 1px solid #408080;
	vertical-align: text-top;
	color: #666666;
	margin-top: 5px;
	margin-bottom: 5px;
	}
	.boton
	{
	border: 1px solid #276659;
	width: 100px;
	height: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	color: #FFFFCC;
	text-align: center;
	vertical-align: middle;
	background-image: url(../images/menu_fondo.png);
	font-weight: bold;
	background-color: #337D71;
	background-repeat:  repeat-x;
	background-position: top;
	}

