select {
	font: 10px Arial, Helvetica, sans-serif;
	border-style: none;
}
.cuadro {
	margin:5px 25px;
	text-align:justify;
}
#respuesta {
	position:relative;
	z-index:1;
	visibility: hidden;
}

.descripcion{
	width:100%;
	margin-top:5px;	
	color:#444444;
	background-color:#F2F2F2;
	border:1px #333333 solid;	
}
 
.descripcion p{
	font-size:11px;
	text-align:justify;
	margin-top: 5px;
	margin-bottom:5px;
	margin-left:3px;
	margin-right:3px;	
}

.resultadosValores {	
	width:100%;
	position:relative;
	float:left;
}

.resultadosValores ul{
	width:100%;
	margin:0px;
	padding:0px;
}

.resultadosValores img {
	padding: 2px 20px;
	border: 0px;
	margin: 10px auto;	
}

.resultadosValores li {
	margin: 7px 4px;
	padding: 7px;
	float: left;
	width: 100px;
	border-style:none;
	list-style-type: none;
	list-style-position:inside;
	height: 33px;
	background:url(/_imagenes/bgbotoncalculadora.gif) no-repeat;	
}

.resultadosValores h4 {	
	margin: 0px auto 10px;;
	text-align:center;
}
.resultadosValores p {
	float: right;
	width: 120px;
	color: #000000;
	text-decoration: none;
	margin-top: 0px;
}
.resultadosValores a:hover p{
	color: #FF0000;
	text-decoration: underline;
}

.resultadosValores a:link h4{

	text-align:center;
	text-decoration:none;
	font-size:10px;
}

.resultadosValores a:hover h4{
	color: #FF0000;
	text-decoration: underline;
	font-size:10px;	
}
.resultadosValores a:visited h4{	
	text-decoration: none;
	font-size:10px;	
}