@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Varela';
    src: url('../resources/fuentes/varelaround-regular-webfont.eot');
    src: url('../resources/fuentes/varelaround-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../resources/fuentes/varelaround-regular-webfont.woff') format('woff'),
         url('../resources/fuentes/varelaround-regular-webfont.ttf') format('truetype'),
         url('../resources/fuentes/varelaround-regular-webfont.svg#varela_roundregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

form#contactform {}
form#contactform div.row { display:block; margin:0 0 15px 0;}
form#contactform div.row label { display:block; margin:0 0 4px 0;}
form#contactform div.row input.field, textarea, select { font-size:12px; width:568px; background:#FFF; padding:5px; border:solid 1px #003f5e;}
input.submit {background-color:#003f5e; padding:4px 7px; color:#FFF; font-size:14px; text-transform:uppercase; text-decoration:none; font-weight:bold; border:none; font-family:"Varela"; display:inline-block; text-align:center; cursor:pointer;}

.error {color:#b20f15!important; text-transform:none!important; font-size:12px; margin:3px 0 0 0;}
span.atr {color:#F00; font-weight:bold;}
.important { font-size:11px; margin:15px 0;}

.success, .wrong { padding:5px; background:#003f5e; color:#FFF; margin: 0 0 20px 0; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; opacity: 0.9; -moz-opacity:0.9; filter:alpha(opacity=90); }
.success p, .wrong p { margin:0; } 
