/* CSS Document */

#wrapper #content{
	min-height:800px;
}

fieldset{
	margin:10px 0 0 0;
	width:450px;
	border:1px solid black;
}

td {
	vertical-align: top;
	padding:15px 0 0 0;
}


.error{
	width:450px;
	height:100px;
	padding:20px 0 0 20px;
	line-height:16px;
}


.nombre{
	width:160px;
	padding:15px 0 0 15px;
}


label{
	color:#000000;
	font-size:12px;
	font-weight:bold;
}

.campo{
	width:290px;
}

input{
	border:1px solid #7f9db9;
	width:250px;
}

textarea{
	border:1px solid #7f9db9;
	width:250px;
}

#wrapper #content legend {
	font-size: 14px;	
	font-weight: bold;
	width:75px;
	padding:5px;
	border:1px solid black;
	margin:10px 0 20px 10px;
}

#wrapper #content fieldset span{
	font-size:9px;
}


#wrapper #content #btn_Enviar{
	background-color:#f1f1ec;
	width:130px;
	border:1px solid #7f9db9;
	height:30px;
}

p{
	line-height:16px;
}

hr{
	margin:10px 0 10px 0;
	border:none;
}

