/* CSS Document */

.interior p{
	padding: 			15px 20px 0px 20px;
}

#simulador{
	height:				40px;
}

#simulador p{
	text-indent:		10px;
	font-weight:		bold;
	text-align:			left;
	line-height:		8px;
	margin-top:			-4px;
}

#simulador p:first-letter{
	font-size:			11px;
}

#simulador p span{
	color:				#FF0000;
	font-size:			12px;
	font-weight:		bold;
}

#simulador .izda{
	width:				280px;
	float:				left;
	height:				15px;
	padding-top:		10px;
}

#simulador .dcha{
	width:				250px;
	float:				left;
	text-align:			center;
	padding-top:		12px;
}

p.error{
	font-family: 			Verdana;
	font-size: 				9px;
	color: 					#FF0000;
	font-weight: 			bold;
	text-indent:			0px;
}

.datos{
	border:					1px solid #E2E2E2;
	padding-left:			5px;
	font-size:				11px;
	font-weight:			bold;
	text-align:				left;
	margin-bottom:			3px;
	width:					150px;
}

.datos span{
	color:				#FF0000;
	font-size:			12px;
	font-weight:		bold;
}

input{
	font-family: 			Arial, Helvetica, sans-serif;
	font-size: 				11px;
	color: 					black;
	background-color:		#FDF7F7;
	border:					#CCCCCC;
	border-style: 			solid;
	border-top-width: 		1px;
	border-right-width: 	1px;
	border-bottom-width: 	1px;
	border-left-width: 		1px
}

#contenido .seccion .interior{
	height: 				500px;
}
