@charset "utf-8";
#content {
	color: #000;
	font-size: 14px;
	margin-left: 20px;
}
#content #sesion {
	text-align: right;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 12px;
}
#content #sesion #fecha {
	color: #0000FF;
	margin-left: 5px;
	margin-right: 5px;
	font-weight: bold;
	font-size: 14px;
}
#content #tabs {
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #F9F9F9;
	padding-bottom: 10px;
	line-height: 25px;
}

#content #tabs .inline {
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	display: inline-block;
}
#content #tabs .inline a {
	font-weight: normal;
}

#content #valores {
	margin-top: 30px;
	margin-left: 20px;
	margin-bottom: 60px;
}
#content #valores li {
	display: block;
	margin-left: 0px;
	padding-bottom: 15px;
	list-style-type: none;
	float: left;
	width: 400px;  /* accommodate the widest item */
}
#content #valores .ic {
	color: #006600;
	font-weight: bold;
	background-image: url(../img/arriba.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 20px;
}
#content #valores .vic {
	color: #006600;
	background-image: url(../img/arriba.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 20px;
}
#content #valores .man {
	color: #006600;
}
#content #valores .adv {
	color: #FF0000;
}
#content #valores .otro {
	color: #666666;
}
#content #valores .padv {
	color: #FF0000;
	font-weight: bold;
	background-image: url(../img/abajo.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 20px;
}
#content #valores .vpadv {
	color: #FF0000;
	background-image: url(../img/abajo.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 20px;
}
img{
	border: none;
	padding-right: 5px;
}
#d {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #F3F3F3;
}
#d select{
	margin-left: 20px;
}
#disponible {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}


