 /*ESTE ESTILO DEBE SER ELIMINADO UNAVEZ QUE SE INCORPORE EN EL CSS PRINCIPAL style.css

 SOLO SE USO PARA IMPLEMENTAR LAS PAGINAS ESTATICAS DEL SITIO

 */
 @charset "utf-8";
 /*@import url("../webfonts/exoitalic/stylesheet.css");*/
 @import url(http://fonts.googleapis.com/css?family=Exo);

#wrap{
	background-color: #ffffff;
}

#buscador {
	float: left;
	height: 110px;
	width: 100%;
}
#contenedor {
	height: auto;
	width: 974px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	/*border-left-width: 1px;*/
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	/*border-left-style: solid;*/
	/*border-left-color: #CCC;*/
	overflow: hidden;
	line-height:none !important;
	/*background-color: #ffffff;*/
}
#wrap-popups_estatica {
	width: 580px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 10px;
	overflow: hidden;
}
#popup-logo {
	float: left;
	margin-bottom: 10px;
	width: 100%;
}
#popup-header {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
#popup-contenido {
	float: left;
	width: 100%;
}
#info {
	float: left;
	width: 714px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
#footer {
	float: left;
	width: 100%;
}
#menuStatic {
	float: left;
	width: 249px;
}
#wrap {
	float: left;
	width: 100%;
}
#info-indicador {
	float: left;
	height: 45px;
	width: 565px;
	padding-top: 12px;
	margin-left: 47px;
}
#btn-cotiza {
	float: left;
	width: 102px;
	height: 34px;
	margin-top: 22px;
}

#info-seccion1 {
	float: left;
	padding-bottom: 20px;
	margin-left: 47px;
	width: 668px;
}
#info-seccion1-fijo {
	float: left;
	padding-bottom: 20px;
	margin-left: 47px;
	width: 668px;
	height: 500px;
}

#info-seccion2 {
	float: left;
	width: 311px;
	margin-left: 46px;
	padding-bottom: 46px;
}
#info-seccion3 {
	float: left;
	width: 192px;
	margin-left: 46px;
	padding-bottom: 46px;
}
#txt_notas {
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 46px;
	width: 668px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #0087ca;
	border-bottom-color: #0087ca;
	margin-bottom: 46px;
}
#estadisticas {
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 46px;
	width: 668px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0087ca;
	margin-bottom: 46px;
}
.titulos {
	/*font-family: exoitalic;*/
	font-family: 'Exo', sans-serif;
	font-style: italic;
	font-size: 24px;
	color: #0087ca;
	height: 45px;
}
.textosUbicacion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #0087ca;
}
.textos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	text-align: left;
}
.textosBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	text-align: left;
}
.textosBoldAzul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0087ca;
	text-align: left;
}
.form_campos {
	border: 1px solid #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	height: 20px;
}
.form_campotexto {
	border: 1px solid #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	height: 70px;
	width: 100%;
	text-align: left;
	vertical-align: top;
}

.form_botones {
	border-radius: 5px 5px 5px 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	height: 22px;
	font-weight: bold;
	background-color: #0087ca;
	box-shadow: 0px 0px 6px #999;
	border: 1px solid #FFF;
	text-align: center;
	vertical-align: middle;
}
#menuStatic ul{
	list-style:inside;
	width: 249px; padding-left: 14px;
}
