@charset "iso-8859-1";
/* CSS Document */

#contenido{
	width:950px;
	min-height:627px;
	//height:627px;
	top:50%;
	left:50%;
	margin-top:-315px;
	margin-left:-475px;
	background-color:#006;
	position:absolute;
}

#cabecera{
	background-color:#000066;
	float:right;
}

#cuerpo{
	background-color:#000066;
	float:left;
}

#cuerpo2{
	width:912px;
	min-height:350px;
	//height:350px;
	margin-left:10px;
	border-collapse:collapse;
	border:8px solid #000000;
	background-color:#FFF;
}

#pie{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	color:#FFF;
	background-color:#006;
	margin-top:10px;
	font-size:12px;
	padding-bottom:10px;
}

#formulario{
	line-height:200%;
	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size:12px;
}

.titulo{
	font-size:14px;
	font-weight:bold;
	color:#ff6b00;
}

.texto_corrido{
	line-height:120%;
}

.enlace{
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}

.enlace:hover{
	font-weight:bold;
	text-decoration:none;
	color:#777777;
}

.contactoinput{
	width:175px;
	height:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#fff;
	background-color:#000066;
}

.contactoinfo{
	width:175px;
	height:80px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#fff;
	background-color:#000066;
	}

.separacion{
	line-height:10px;
	}
	
.botonesform{
	width:65px;
	height:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#fff;
	background-color:#4284F3;
	font-weight:bold;
	}