@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #162542;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.tit-principal{
	font-family: Georgia, Arial, Times, serif;
	font-style:italic;
	font-size:15px;
	color:#8B949E;
}
.boton-go{
	width:19px;
	height:16px;
}
.twoColHybLtHdr #container { 
	width: 790px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	
	padding-right:10px;
	padding-left:10px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColHybLtHdr #header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.twoColHybLtHdr #cont_sup{
	margin: 0 0 0 120px;
	
}

.twoColHybLtHdr #cont_sup table{
	margin: 0;
	
}

.twoColHybLtHdr #cont_sup_best_w{
	float: left;
	width: 99px; /* since this element is floated, a width must be given */
	height:91px;
	margin: 0px;
}

.twoColHybLtHdr #contenedor_temp{
    width:100%;
}

/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColHybLtHdr #sidebar1 p" rule.
*/
/*.twoColHybLtHdr #sidebar1 {
	float: left;
	width: 330px; /* since this element is floated, a width must be given 
	height:134px;
	padding-right:10px;
	margin-right:5px;
	padding: 0px; /* top and bottom padding create visual space within this div  
	vertical-align:top;
	background-image:url(/images/internas/amarillo.jpg);
	background-repeat:repeat-x;
	text-align:center;
	
}
*/

.twoColHybLtHdr #colleft h1{
	font-family:Arial, Helvetica, sans-serif;
	/*height:134;*/
	padding-left:auto;
	padding-right:auto;
	margin-top:15px;
	font-size:28px;
	color:#990000;
	line-height:45px; 
}

.twoColHybLtHdr #colleft p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:5px;
	color:#000000;
}

/***************************************************************************************/
.twoColHybLtHdr #sidebar11 {
	float: left; 
	width: 480px; /* since this element is floated, a width must be given */
	background-repeat:repeat-x;
	/*height:134px;*/
	background: #C1E6FF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div  */
}
.twoColHybLtHdr #sidebar11 h1{
font-family:Arial, Helvetica, sans-serif;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
/*	height:100px;*/
	padding-left:30px;
	margin-top:10px;
	margin-bottom:10px;
	font-size:16px;
	color:#012676;
	
}

.twoColHybLtHdr #sidebar11 p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:30px;
	padding-right:30px;
	text-align:justify;

	/*color:#012676;*/
}
/***********************************************/
.twoColHybLtHdr #sidebar11 a, a:link{
   color: #0000CC;
   font-size:12px;
   text-decoration:underline;
   text-transform:none;

}

.twoColHybLtHdr #sidebar11 a:hover{
  color: #0000CC;
   font-size:12px;
   text-decoration:underline;
   text-transform:none;
}

.twoColHybLtHdr #sidebar11 a:visited{
   color: #0000CC;
   font-size:12px;
   text-decoration:underline;
   text-transform:none;
}
/*************************************************/
.twoColHybLtHdr #mainContent { 
	margin: 0 0px 0 337px; /* the right margin can be given in percentages or pixels. It creates the space down the right side of 
	the page. */
	padding-top:0px;
	
} 

.twoColHybLtHdr #mainContent img {
  border:none;
  padding:0;
  margin:0;
  
}
/**********************************************************************/
.twoColHybLtHdr #mainContent1 { 
	margin: 0 0px 0 487px; 
/* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
} 

.twoColHybLtHdr #mainContent1 img {
  border:none;
  padding:0;
  margin:0;
  vertical-align:top;
}
/***************************************************************/
.twoColHybLtHdr #mainContent2 { 
	margin: 0 0px 0 280px; 
/* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
} 

.twoColHybLtHdr #mainContent2 img {
  border:none;
  padding:0;
  margin:0;
  margin-top:0px;
  padding-top:0px;
}


/**********************************************************************/
.twoColHybLtHdr #Barra { 
	margin: 0 10px 0 21em; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
}

/*.twoColHybLtHdr #footer { 
	padding: 0 10px;  this padding matches the left alignment of the elements in the divs that appear above it. 
	background:#DDDDDD;
} 
.twoColHybLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs *
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue 
}
*/
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 10px;
}

.botones{
   background-image:url(/images/principal/boton.gif);
   /*color:#FFF600;*/
   color:#012676;
   font-family:Georgia, "Times New Roman", Times, serif;
   font-size:12px;
   width:90px;
   font-weight:bold;
   height:24px;
}

#pie-navegable a {
	font-family:Arial, Helvetica, sans-serif;
	padding-left:15px;
	color:#0066CC;
	font-size:10px;
	text-transform:none;
	text-decoration:underline;
}
#pie-navegable a:hover {
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	color:#002674;
	text-transform:none;
	text-decoration:underline;
}
#pie-navegable a:visited {
	font-family:Arial, Helvetica, sans-serif;
	color:#0066CC;
	font-size:10px;
	text-transform:none;
	text-decoration:underline;
}

--> 
 <!-- 
#pestanias{
   font-family:Arial, Helvetica, sans-serif;
   right:auto;
   text-decoration:none;
   font-weight:bold;
   font-size:12px;
}  

#pestanias .fondo_normal{
   background-image:url(/images/principal/menu-principal/ext_boton.jpg);
   color:#2E5694;
}
#pestanias .fondo_over{
   background-image:url(/images/principal/menu-principal/ext_rollover.jpg);
   color:#2E5694;
}

#pestanias .fondo_activa{
   background-image:url(/images/principal/menu-principal/ext_activo.jpg);
   color:#FFFFFF;
}

pestanias tr.tipo_normal{
   color:#2E5694;
}
#pestanias tr.tipo_over{
   color:#2E5694;
}

#pestanias tr.tipo_activa{
   color:#FFFFFF;
}

#pestanias td{
   text-align:center;
}

#pestanias .fondo_normal_curva{
   background-image:url(/images/principal/menu-principal/boton1.jpg);
   width:10px;
   height:25px;
}
#pestanias .fondo_normal_curva_der{
   background-image:url(/images/principal/menu-principal/boton2.jpg);
   width:10px;
   height:25px;
}
#pestanias .fondo_over_curva{
   background-image:url(/images/principal/menu-principal/rollover1.jpg);
   width:10px;
   height:25px;
}

#pestanias .fondo_over_curva_der{
   background-image:url(/images/principal/menu-principal/rollover2.jpg);
   width:10px;
   height:25px;
}

#pestanias .fondo_activa_curva{
   background-image:url(/images/principal/menu-principal/activo1.jpg);
   width:10px;
   height:25px;
}

#pestanias .fondo_activa_curva_der{
   background-image:url(/images/principal/menu-principal/activo2.jpg);
   width:10px;
   height:25px;
}
.franja {
  font-size:1.4em;
  font-weight:bold;
  font-family:Arial, Helvetica, sans-serif;
  color:#FFFFFF;
  background-color:#012676;
  padding-left:10px;
  margin: 0px;
  height:25px;
  }
.contenido-resaltado 
{
 color:#990000;
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
}
.parrafo-azul 
{
 color:#012676;
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
}

#linea_azul{
   color: #012676;
   background-color: #012676;
   margin:0px;
   font-size:5px;
}

#linea_azul a, a:link{
   color: #FFFFFF;
   margin:0px;
   font-size:12px;
   text-transform:uppercase;  
}

#linea_azul a:hover{
   color: #FFFFFF;
   margin:0px;
   font-size:12px;
   text-transform:uppercase;
   text-decoration:underline;  
}

#linea_azul a:visited{
   color: #FFFFFF;
   margin:0px;
   font-size:12px;
   text-transform:uppercase;  
}

.twoColHybLtHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}

.twoColHybLtHdr #footer_down {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color:#FFFFFF;
	width: 790px;  /* this will create a container 80% of the browser width */
	background: #162542;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align:left;	
	font-size:10px;
	color:#C2E6FF;
	font-style:italic;
}

.twoColHybLtHdr #footer_down a:link{
	color:#FFFFFF;
	text-align:left;	
	font-size:10px;
	color:#C2E6FF;
	font-style:italic;
}

.twoColHybLtHdr #footer_down a:visited{
	color:#FFFFFF;
	text-align:left;	
	font-size:10px;
	color:#C2E6FF;
	font-style:italic;
}

.twoColHybLtHdr #footer_search {
    background-color:#C1E6FF;
	font-weight:bold;
	color:#990000;
	padding-left:10px;
	width:250px;
}

.twoColHybLtHdr #footer_search p{
	margin-left:10px;
	padding-left:10px;
}
.twoColHybLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.linea_celeste{
   color:#0099FF;
   background-color: #0099FF;
   margin:0px;
   padding:0px;
   height: 3px;
}

.espaciado{
    font-size:8px; 
	line-height:5px;
}

#colleft{
    width: 330px;	 
    height:134px; 
    float:left; 
 	position:relative; 
 	background-image:url(/images/internas/amarillo.jpg);
	background-repeat:repeat-x;
	text-align:center; 
 
 }
 
#maincol{
 background-color:#9900CC;  
 float: right; 
 display:inline; 
 position: relative; 
 }
 
 div#segundo_nivel
{
  margin: 0px;
  display: none;
}

.fechas_tabla_rates{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#002674;
font-weight:bold;}
.cabeza{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#F24922; 
}
.bot_contactos{
   background-image:url(/images/internas/bot-contacto.gif);
   color:#FFFFFF;
   h
   font-family:Georgia, "Times New Roman", Times, serif;
   font-size:12px;
   width:111px;
   height:24px;
}
ul li{
font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	color:#000000;}