
/* Estilos formulario */

form#formContacto { font-family:"Times New Roman", Times, serif; font-size:15px;}

form#formContacto label {display:block; width:80px; float:left; margin-right:5px;}
form#formContacto input { border:1px solid #7b7b7b;}
form#formContacto textarea { border:1px solid #7b7b7b;}

div#contacto_izq p { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#790e11;  width:300px;}
div#contacto_der  { width:170px;float:right;}
div#contacto_der  img { margin-top: 7px;}
div#contacto_der  td { margin-left:5px;}

.error { color:orange;}
input.error {border:1px solid #f90;}

.margen{ padding: 20px 0 0 0 ; text-align:center;}



/* Mensajes y notificaciones */
div.mensajes {margin:5px 0; position:relative;padding:8px; }
	div.mensajes p {margin-left:25px;}
div.info {border:1px solid #bcddf4; background:#eaf6ff url(../img/information.gif) 1% 50% no-repeat;}
div.ok {border:1px solid #c0e886; background:#efffd7 url(../img/accept.gif) 1% 50% no-repeat;}
div.warning {border:1px solid #f4ca06; background:#fff1d4 url(../img/error.gif) 1% 50% no-repeat;}
div.error {border:1px solid #f47006; background:#f4c2b6 url(../img/cancel.gif) 1% 50% no-repeat;}
