@import url("general.css");
.ContactoForm{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width:80%;
}

.letra, label:first-letter {
	margin-right: 1px;
	padding: 2px;
	border: #f00 1px solid;
	color:#f00;	
	}

.ContactoForm label {
	float:left;
	padding-bottom: 5px;
	font-size: 12px;
	}


.ContactoForm input, .ContactoForm textarea {
	width:90%;    
	background-color:#FFCFCF;
	background-color:#fff;
	border: #F00 solid 1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding:3px 5px;
	}
	
.ContactoForm textarea {
	height:150px;
	}
	
.ContactoForm p {
	text-align:center;
	margin: auto;
	}

#contenido p.advertenciaContacto {
	text-align: left;
	color: #fff;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
}	

#enviar{
	width: 80px;
	background: #7E7E7E;
	font-size: 12px;
}

small{
font-size: 9px;
color: #F00;
}

#contenido p.error, #contenido p.resaltado {
background: url(../img/atencion.gif) no-repeat #FFAAB4;
background-position:left;
width: 50%;
padding: 5px 5px 5px 30px;
border: #FA0005 1px solid;
text-align:left;
color: #FA0005;
font-weight:bold;
}

#contenido p.resaltado {
border: #00FF3A 1px solid;
background: #CFFFDA;
background-image:none;
padding: 5px;
color: #000;
}

#contenido p.texto{
width: 300px;
padding-left: 15px;
margin-left: 15px;
}
