@charset "utf-8";

#menu {
	position: absolute;
	left: 0px;
	width: 220px;
	padding: 10px 10px 50px 10px;
	border-right: 1px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
}
#menu ul {
	padding-left: 20px;
	list-style-type: square;
	font-size: 0.95em;
}
#menu li {
	padding-bottom: 4px;
}
#menu h1 {
	font-size: 1em;
	font-weight: bold;
	padding-top: 5px;
}

#center {
	margin: 10px 10px 10px 250px;
}
#center p {
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 15px;
	text-align: justify;
}
#estado {
	margin: 2px 10px 10px 250px;
	padding: 15px;
	background-color: #F7F7F7; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	border-top: 1px red solid;
	text-align: justify;
}

#estado h1 {
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 18px;
	font-family: Arial, sans-serif;
	font-variant: small-caps;
}
#periodo {
	margin: 10px 20px 0px 260px;
}
#periodo a, #periodo a:link, #periodo a:active { 
	text-decoration: none; 
}
#periodo .selected {
	font-size: 16px;
	font-weight: bold;
	padding: 3px 10px 3px 10px;
	margin-left: 2px;
	margin-right: 2px;
	background-color: #FF0000;
	color: #FFF;
}
#periodo .selected:hover {
	cursor: default;
}
#periodo .noselected {
	font-size: 14px;
	padding: 3px 10px 2px 10px;
	margin-left: 2px;
	margin-right: 2px;	
	background-color: #CCCCCC;
	color: #000000;
}
#periodo .noselected:hover {
	color: #FFFFFF;
	background-color: #BBB;
}
#banderas {
	background-color: #F7F7F7;
	padding: 10px 10px 40px 10px;
}
#banderas .mercados {
	padding-left: 25px;
	padding-top: 8px;
}
#banderas .mercado {
	padding-right: 10px;
	display: inline-block;
}
#banderas .mercado img{
	vertical-align: middle;
}
.ayuda {
	float: right;
	cursor: pointer;
}
#simbolos {
	margin: 0px 10px 10px 250px;
	padding-bottom: 30px;
	background-color: #F7F7F7;
}
#resumen {
	margin: 20px;
	padding: 0px;
	height: auto!important; height: 250px; min-height: 250px;
	background-color: #F7F7F7;
}
#resumen #anchor {
	padding-bottom: 30px;
}
#resumen #imagen img {
	border: none;
}
#resumen #explicacion {
	padding-left: 220px;
	padding-top: 10px;
	padding-right: 40px;
}
#resumen #comentario {
	clear: both;
}
#resumen #comentario p {
	padding-bottom: 10px;
	text-align: justify;
}
.box{position:relative;border:1px solid #000;height:17px;width:150px;background-color:#F4F4F4;}
.bar{position:absolute;top:0;left:0;height:100%;}
.text{position:relative;text-align:center;}

