/*
Estilos del HTML
*/

#contentCenter{
	float: left;
	width: 100%;
}
#rightColumnContacto{
	float: left;
	overflow: visible;
	font-size: 14px;
	color: #333333;
	width: 615px;
	padding-top: 35px;
	height: 600px;
	/*padding-top: 380px;
	height: 500px;*/
}
#rightColumnLegal{
	float: left;
	overflow: visible;
	font-size: 14px;
	color: #333333;
	width: 615px;
	padding-top: 15px;
	/*height: 600px;
	padding-top: 380px;
	height: 500px;*/
}
#rightColumnLegal p{
	font-size: 12px;
	text-align: justify;
	margin-bottom: 10px;
}
/*
Estilos del formulario
*/

fieldset{
	width: 96%;
	border: 1px solid #DDD;
	*width: 100%;
	margin: 20px 0 0 0;
}
legend{
	font-size: 16px;
	line-height:200%;;
	font-weight: bold;
	color: #0CF;
	margin: 0 0 0 10px;
}
label{
	display: block;
	float: left;
	width: 150px;
	margin: 0 0 0 30px;
	font-size: 1em;
	text-indent: 6px;
}
form p{
	font-style: italic;
	font-size: 12px;
	padding-left: 15px;
}
input.text, input.textShort, input.textMiddle, textarea, textConsulta{
	background-color: #F9F9F9;
	border: 1px solid #DDD;
	height: 20px;
	width: 250px;
	margin: 2px 0;
	color: #006699;
	padding: 0 2px;
	font-size: 12px;
	font-family: Trebuchet MS;
}
textarea{
	width: 400px;
	height: 10em;
}
textConsulta {	
	width: 105px;
}
input.textShort{
	width: 65px;
}
input.textMiddle{
	width: 130px;
}
input.submit{
	display:block;
	color: #006699;
	margin: 10px 0 5px 180px;
	*margin: 10px 0 10px 200px;
}

.obligatorio{
	background-image: url(../img/star.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
select{
	background-color: #F9F9F9;
	border: 1px solid #DDD;
	margin: 2px 0;
	color: #387899;
	padding: 0 2px;
	font-size: 12px;
	font-family: Trebuchet MS;
}
form a{
	color: #333;
	text-decoration: none;
}
form a:hover{
	color: #FF5500;
}
.consulta{
	width: 380px;
}
