/*
Estilos del HTML
*/

#contentCenter{
	float: left;
	width: 100%;
}

/*
Estilos del formulario
*/

fieldset{
	width: 90%;
	border: 1px solid #DDD;
	*width: 100%;
	margin: 20px 0 10px 0;
}
legend{
	font-size: 16px;
	color: #FFCCCC;
	font-weight: bold;
}
label{
	display: block;
	float: left;
	width: 140px;
	margin: 0 0 0 30px;
	font-size: 12px;
	text-indent: 6px;
}
.textodatos{
	display: block;
	float: left;
	width: 250px;
	margin: 0 0 0 30px;
	font-size: 12px;
	text-indent: 6px;
}
form p{
	text-indent: 6px;
	font-style: italic;
}
input.text, input.textShort, input.textMiddle, textarea{
	background-color: #F9F9F9;
	border: 1px solid #DDD;
	height: 20px;
	width: 250px;
	margin: 2px 0;
	color: #666666;
	padding: 0 2px;
	font-size: 12px;
	font-family: Trebuchet MS;
}
textarea{
	width: 400px;
	height: 10em;
	margin-left: 30px;
	margin-top: 10px;
}
input.textShort{
	width: 65px;
}
input.textMiddle{
	width: 130px;
}
input.submit{
	color: #666666;

	*margin: 10px 0 10px 200px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 120px;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: bold;
}
input.clear{
	color: #666666;

	*margin: 10px 0 10px 200px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 20px;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: bold;
}

.obligatorio{
	background-image: url(img/star.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
.noObligatorio{
}
select{
	background-color: #F9F9F9;
	border: 1px solid #DDD;
	margin: 2px 0;
	color: #FFCCCC;
	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;
}

