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

body  {
	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;
	background-color: #7B9BB2;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
}

a:link {
	color: #1818B6;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #11117F;
}
a:hover {
	text-decoration: underline;
	color: #11117F;
}
a:active {
	text-decoration: none;
	color: #11117F;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6D8297;
	padding: 0px;
	line-height: 95%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.twoColHybRt #container {
margin:0 auto;
text-align:left;
width:960px;
}

/* 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 ".twoColHybRt #sidebar1 p" rule.
*/

.twoColHybRt #sidebar1 {
float:right;
margin-left:0;
margin-top:0;
padding:0 0 0;
width:315px;
}
#header {
	height: 248px;
}
.FIRSTcontainer {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


.twoColHybRt #sidebar1 h3, .twoColHybRt #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the right margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this right margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
.twoColHybRt #mainContent {
left:0;
margin:0 340px 0 10px;
position:relative;
top:0;
}
/* 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: 0px;
}
#menutop {
background-image:url(images/menu_top.jpg);
background-position:0 0;
background-repeat:no-repeat;
height:31px;
margin-left:8px;
width:582px;
}
#bienvenidosBG {
	background-image: url(images/bienvenidos_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 100px;
	width: 390px;
	line-height: 100%;
	color: #425461;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 18px;
}

#noticiasHome  {
background-color:#EAEAEA;
margin-bottom:5px;
min-height:170px;
padding:6px;
position:relative;
width:575px;
}

#noticiasMarco {
background-color:#FFFFFF;
border:1px solid #E0E0E0;
float:left;
margin:0;
min-height:150px;
padding:10px;

}


#asociados {
background-image:url(images/asociados_marcas.jpg);
background-position:0 0;
background-repeat:no-repeat;
float:right;
height:94px;
margin:0;
padding:26px 20px 20px;
width:110px;
}

#DIVrow {
	margin-top: 10px;
	margin-bottom: 10px;
}

.noticias1er {
height:15px;
}

.noticiasR      {
	color: #FFF;
	background-color: #D62F26;
	margin-right: 5px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.noticiasFecha {
	color: #FFF;
	background-color: #304452;
	margin-right: 5px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.noticiasFOTO {
float:right;
margin-left:10px;
text-align:right;
}
.noticiasTITULO, .noticiasTITULO a {
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	color: #333;
	line-height: 80%;
	margin-top: 10px;
	margin-bottom: 5px;
}



	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
		
#slider li {
height:162px;
overflow:hidden;
width:575px;
}
		
	
	span#prevBtn a {
			background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 28px;
	width: 36px;
	float:left;
	z-index:90000000000;
		}
	
	
span#nextBtn a {
background-image:url(images/arrow.png);
background-position:right top;
background-repeat:no-repeat;
float:right;
height:28px;
margin:0;
padding:0;
width:36px;
z-index:9000000000000;
}

span#nextBtn a:hover {
background-position: right bottom;
	}

span#prevBtn a:hover {
background-position: left bottom;
	}
	
	
.contentab {
background-image:url(images/tap3.jpg);
background-position:left bottom;
background-repeat:no-repeat;
min-height:120px;
padding:0 20px 20px;
}
#DIVrowR {
	background-image:url(images/hr_colder.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	display:block;
	margin-bottom:10px;
	padding-bottom:15px;
	width: 315px;
	min-height: 160px;
	left: 0px;
}

#guiaalpasajero {
background-image:url(images/guia_al_pasajero.jpg);
background-position:0 0;
background-repeat:no-repeat;
margin:0px;
min-height:230px;
padding:0;
width:266px;
}

#indicadoreseconomicos {
background-image:url(images/indicadores_economicos.jpg);
background-position:0 0;
background-repeat:no-repeat;
margin:0px;
min-height:145px;
padding:14px 0 0;
width:266px;
}
.indicadoresDIV {
	height:90px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	width:256px;
}
.twoColHybRt .FIRSTcontainer #container #sidebar1 #DIVrowR #indicadoreseconomicos .indicadoresDIV span.nombre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #324654;
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: bold;
}
.twoColHybRt .FIRSTcontainer #container #sidebar1 #DIVrowR #indicadoreseconomicos .indicadoresDIV span.valor {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #FFF;
	text-decoration: underline;
	display: block;
	text-align: center;
}
.twoColHybRt .FIRSTcontainer #container #sidebar1 #DIVrowR #indicadoreseconomicos .indicadoresDIV span.fecha {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #324654;
	text-decoration: none;
	display: block;
	text-align: center;
}
#footer {
color:#FFFFFF;
font-size:11px;
margin:10px auto 0;
padding:0;
text-align:center;
width:900px;
}
#contactoINFO {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	color: #FFF;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 15px;
}
#MenuBar2 {
background-image:url(images/menu_down_ul.jpg);
background-position:left top;
background-repeat:no-repeat;
font-size:12px;
height:31px;
line-height:28px;
padding-left:10px;
position:relative;
text-align:center;
}
.twoColHybRt .FIRSTcontainer #container #mainContent #DIVrow #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible .contentab ul {
	margin: 0px;
	padding: 0px;
	margin-left:20px;
}
.twoColHybRt .FIRSTcontainer #container #mainContent #DIVrow #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible .contentab ul li {
list-style-image:url(images/esta.gif);
margin-bottom:10px;
}
.twoColHybRt .FIRSTcontainer #container #mainContent #DIVrow #asociados .limiter #portfolio li {
	display: none;
	list-style-image: none;
	list-style-type: none;
	position: absolute;
}
.twoColHybRt .FIRSTcontainer #container #mainContent #DIVrow #asociados .limiter ul#portfolio {
	margin: 0px;
	padding: 0px;
	height: 71px;
	position: relative;
}
.twoColHybRt .FIRSTcontainer #container #sidebar1 #DIVrowR #indicadoreseconomicos .limiter #indicadores li {
	list-style-image: none;
	list-style-type: none;
}
.twoColHybRt .FIRSTcontainer #container #sidebar1 #DIVrowR #indicadoreseconomicos .limiter ul#indicadores {
	margin: 0px;
	padding: 0px;
}





.twoColHybRt .FIRSTcontainer #container #mainContent #DIVrow #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible .contentab ul li a {
color:#333;
text-decoration:none;
}

.twoColHybRt .FIRSTcontainer #container #mainContent #DIVrow #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible .contentab ul li a:hover {
text-decoration:underline;
}


.twoColHybRt .FIRSTcontainer #footer #DOWNmenu ul li {
	display: inline;
	list-style-image: none;
	list-style-type: none;
}

.twoColHybRt .FIRSTcontainer #footer #DOWNmenu ul li a {
border-right:1px solid #FFFFFF;
color:#FFFFFF;
display:block;
float:left;
font-size:11px;
height:29px;
padding-left:10px;
padding-right:10px;
text-decoration:none;
}


.twoColHybRt .FIRSTcontainer #footer #DOWNmenu ul li a:hover {
	background-image: url(images/menu_down.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	color:#333;
}

#viewmore a {
background-image:url(images/view_more.png);
background-position:left top;
background-repeat:no-repeat;
color:#FFFFFF;
display:block;
font-size:11px;
height:20px;
line-height:20px;
margin:0;
padding:0;
text-align:center;
text-decoration:none;
text-transform:uppercase;
width:82px;
}
#viewmore a:hover {
	background-position: bottom;
	color: #333;
}



#CONTENIDOinternas {
background-image:url(images/content_2.jpg);
background-position:0 0;
background-repeat:repeat-y;
margin-left:auto;
margin-right:auto;
width:915px;
}
#CONTENIDOinternas2 {
	background-image: url(images/content_3.jpg);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	padding-bottom: 15px;
}

#CONTENIDO3 {
background-image:url(images/content_1.jpg);
background-position:center top;
background-repeat:no-repeat;
color:#394249;
line-height:140%;
padding:30px 20px 0;
text-align:justify;
height: auto !important;
min-height:450px;
height:400px;
}

#innerBANNER {
border:1px solid #CCCCCC;
clear:none;
float:none;
margin-bottom:10px;
margin-left:10px;
padding:10px;
width:155px;
}
.LISTADOCATEGORIAS {
	padding: 5px;
	float: right;
	width: 100px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6D8297;
}
.listadoNoticias {
}
#noticiasMarcoI {
	background-color:#FFFFFF;
	border:1px solid #E0E0E0;
	float:left;
	min-height:150px;
	padding:10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	width: 560px;
}
#indicadorLista {
background-color:#FFFFFF;
border:1px solid #E0E0E0;
float:left;
margin:0 0 5px;
min-height:135px;
padding:10px;
text-align:left;
width:650px;
}
#indicadoreseconomicos {
background-image:url(images/indicador_modulo.png);
background-position:0 0;
background-repeat:no-repeat;
float:none;
height:160px;
margin:0 auto;
padding:15px 0 0;
text-align:center;
width:266px;
}
.subcategoriasINDICADORES {
float:left;
margin-left:15px;
margin-top:10px;
width:200px;
}

.indicadoreconomicovalor {
color:#FFFFFF;
display:block;
font-family:'Times New Roman',Times,serif;
font-size:30px;
line-height:30px;
margin-bottom:10px;
margin-left:0;
margin-right:0;
margin-top:10px;
}

.subcategoriasINDICADORES a {
background-color:#BECFDE;
color:#453333;
float:left;
margin-bottom:5px;
margin-right:5px;
padding:2px;
text-align:left;
width:200px;
}

.twoColHybRt .FIRSTcontainer #container #mainContent #CONTENIDOinternas #CONTENIDOinternas2 #CONTENIDO3 #lipsum div .listadoNoticias div table th {
	color: #FFF;
	background-color: #7C9CB3;
}

.formpages label {
	line-height: 20px;
	color: #FFF;
	background-color: #0B1E24;
	font-size: 13px;
	padding-left: 10px;
	margin-bottom: 0px;
	padding-right: 10px;
	float: none;
	display: block;
	width: 130px;
}
.formpages .input_text {
	line-height: 30px;
	color: #666;
	background-color: #FFF;
	height: 34px;
	width: 100%;
	font-size: 25px;
	margin-bottom: 5px;
	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;
	text-indent: 10px;
}
.twoColHybRt .FIRSTcontainer #container #mainContent #CONTENIDOinternas #CONTENIDOinternas2 #CONTENIDO3 #lipsum div #form1 fieldset input {
	width: 400px;
}
.twoColHybRt .FIRSTcontainer #container #mainContent #CONTENIDOinternas #CONTENIDOinternas2 #CONTENIDO3 #lipsum div #form1 fieldset #button {
	font-size: 20px;
	line-height: 25px;
	color: #FFF;
	background-color: #D62F26;
	height: 25px;
	width: auto;
	border: 1px solid #CAD8E3;
	cursor: pointer;
}


.formpages .input_button {
	background-color:#D62F26;
	border-style:none;
	border-width:0;
	color:#FFFFFF;
	cursor:pointer;
	float:none;
	font-size:16px;
	height:34px;
	line-height:30px;
	margin-bottom:5px;
	margin-left:0;
	margin-top:20px;
	padding-left:20px;
	padding-right:20px;
	text-align:center;
	font-weight: bold;
}


#menutop ul li ul li ul {
margin-top:0px;	
}


#lipsum #indicadoreseconomicos {
background-image:url(images/indicador_modulo.png);
background-position:0 0;
background-repeat:no-repeat;
float:left;
height:160px;
margin:0;
padding:15px 0 0;
text-align:center;
width:266px;
}

div#lipsum {
min-height:450px;	
}

#mapaindicadores {
	border:1px solid #7B9CB3;
	clear:both;
	margin-bottom:5px;
	padding:10px 5px;
}
div#lipsum  h3 {
	background-color:#304452;
	color:#FFFFFF;
	display:inline;
	font-size:11px;
	margin-bottom:0;
	margin-top:10px;
	padding:4px 8px;
	clear:both;
}

#mapaindicadores ul {
list-style-image:none;
list-style-type:none;
margin:0 30px 0 0;
padding:0;
}
#mapaindicadores ul li {
background-color:#FCFCFC;
border:1px dashed #EFEFEF;
display:block;
float:left;
font-size:10px;
font-weight:bold;
margin:5px;
padding:3px;
text-align:left;
width:520px;
}
#mapaindicadores ul li ul {
margin:0;
padding:0;
width:200px;
}

#mapaindicadores ul li ul li {
border-color:-moz-use-text-color -moz-use-text-color #EEEEEE;
border-style:none none solid;
border-width:0 0 1px;
font-size:11px;
font-weight:bold;
margin:0 0 5px 15px;
min-height:20px;
padding:0;
width:320px;
}

#mapaindicadores ul li, #mapaindicadores ul li a  {
color:#C00;
font-weight:bold;
}

#mapaindicadores ul li ul li a {
color:#333;
font-weight:bold;
}

#mapaindicadores ul li ul li ul li a {
color:#333333;
font-weight:normal;
}



#mapaindicadores ul li ul li ul li {
border-bottom:0 none;
border-left:1px dashed #CCCCCC;
font-size:10px;
font-weight:normal;
list-style-type:circle;
margin:0 0 3px 35px;
min-height:20px;
padding-left:5px;
width:330px;
}

marquee p {
	margin: 0px;
	padding: 0px;	
}
