/* CSS Document */



.EncabezadoPagina{
margin-left:auto;
margin-right:auto;	

}


.tabla{
	margin-left:auto;
	margin-top:auto;
	margin-bottom:5px;
	border-bottom-style:solid;
	border-bottom-width:3px;
	border-bottom-color:#003366;
	text-align: center;

}

.datostablas{
	color:#000000;
	font-family: "Bitstream Vera Sans", "DejaVu Sans", Verdana,  sans-serif; 
	font-size:10px;
	padding-right:10px;
	padding-left:10px;
	text-align:right;

}
.datostablas_izq{
	color:#000000;
	font-family: "Bitstream Vera Sans", "DejaVu Sans", Verdana,  sans-serif; 
	font-size:10px;
	padding-right:10px;
	padding-left:10px;
	text-align:left;

}
.textostablas{
	color:#000000;
	font-family: "Bitstream Vera Sans", "DejaVu Sans", Verdana,  sans-serif; 
	font-size:10px;
	padding-left:10px;
	padding-right:10px;
	text-align:left;

}

.titulostablas{
	color:#000;
	font-family: "Bitstream Vera Sans", "DejaVu Sans", Verdana,  sans-serif; 
	font-size:11px;
	font-weight: bold;
	text-align:center;
	margin-bottom:8px;
	margin-top:0px;
	
}

	
.leyendatablas{
	color:#FFFFFF;
	font-family: "Bitstream Vera Sans", "DejaVu Sans", Verdana,  sans-serif; 
	font-size:10px;
	font-weight: bold;
	padding:10px;
	text-align:left;
}


.encabezadotablas{ 
  font-family: "Bitstream Vera Sans", "DejaVu Sans", Verdana,  sans-serif;
  font-size:10px;
  color:#FFF;
  font-weight:bold;
  text-align:center;
  height:35px;
  padding:8px;
  
}

.h1 { 
		font-family: "Bitstream Vera Sans", "DejaVu Sans", Verdana,  sans-serif;
		font-weight:bold;
    	font-size: 14px;
	    text-align:left;
		color:#3a6785;
		margin:0px;
		margin-top:0px;
}


.h2 { 
		font-family: "Bitstream Vera Sans", "DejaVu Sans", Verdana,  sans-serif;
		font-weight: normal;
    	font-size: 13px;
	    text-align:left;
		color:#3a6785;
		margin:0px;
		margin-bottom:0px;
		margin-top:0px;
}

.h3 { 
	    margin-bottom:25px;  
		padding-top:0px;
		margin-left:10px;
		margin-top:0px;   
		height:0px; 
		white-space:normal;
		font-family: "Bitstream Vera Sans", "DejaVu Sans", Verdana,  sans-serif;
		font-weight: bold;
    	font-size: 11px;
	    text-align: justify;
		color:#3a6785;

}

.h4 { 
		margin-bottom:25px;
		height:0px; 
		white-space:normal;
		font-family: "Bitstream Vera Sans", "DejaVu Sans", Verdana,  sans-serif;
		font-weight: bold;
    	font-size: 11px;
	    text-align: center;
        color:#000;

}

.textosmujeres{
color:#CC0100;
font-family: "Bitstream Vera Sans", "DejaVu Sans", Verdana,  sans-serif;
font-weight: bold;
font-size:11px;
}

.textoshombres{
color:#101070;
font-family: "Bitstream Vera Sans", "DejaVu Sans", Verdana,  sans-serif;
font-weight: bold;
font-size:11px;
}

.textoprecio{
color:#FFFFFF;
font-family: "Bitstream Vera Sans", "DejaVu Sans", Verdana,  sans-serif;
font-weight: bold;
font-size:11px;
text-align:center;
vertical-align:middle;
}

#ComercioComentarios {
	background-color:#FFF;
	border: 0px solid grey;
	background:#fff ;
	float:left;
	width:900px;
	height:350px;
	position:relative;
	top:0px;
    left:0px;/*Aqui movilizamos grafico a derecha o izquierda*/
}

#principal{
	position:relative;
	width:900px;
	margin-left:-450px;
	top:0px;
    left:50%;/*Aqui movilizamos grafico a derecha o izquierda*/
}


#container_grafico_comex_resumen{
	position:relative;
	width:900px;
	height:450px;
	margin-top:20px;
	margin-left:-450px;
	left:50%;	
}
