@charset "utf-8";
/* CSS Document */

* {padding:0; margin:0;} 

img {border:none;}

body {text-align:center; margin:0 auto; font-family: Arial, Helvetica, sans-serif; font-size:12px; color:#000; background-color:#FFF;}

#wrap_content {margin:0 auto; text-align:left; width:860px;}

#contact_fondo {position:relative; float:left; width:860px; background-image:url(../images/fondo2.png); height:700px; background-repeat:no-repeat; margin-left:10px;}
#contact_top {position:relative; float:left; width:760px; background-image:url(../images/contact-form_01.png); height:700px; background-repeat:no-repeat;}
#contact_middle {position:relative; float:left;	width:750px; height:700px; background-image:url(../images/contact-form_02.png); background-repeat:no-repeat; margin:10px 0 0 12px;}
#contact_form {position:relative; float:left; width:650px; height:auto; margin:200px 0 0 100px;}

.contact_campo_form {position:relative; float:left; width:550px; height:auto;}
.contact_flecha {position:relative; float:left; width:45px;	height:35px; background-image:url(../images/flecha.png); background-repeat:no-repeat;}
.contact_titulo {position:relative; float:left; width:150px; height:auto; font-weight:bold; font-size:16px; margin-left:5px;}
.contact_campo {position:relative; float:left; width:300px; height:20px; margin-left:5px;}
.contact_logo {position:relative; float:right; width:200px; height:auto; margin-top:70px;}
.contact_submit {position:relative; float:left; width:130px; height:auto; margin-top:70px;}
.contact_button {border:none; background:url(../images/up.png) repeat-x left top; width:130px; height:45px;	font-size:14px; font-style:bold;}
.contact_button:hover {border:none;	background:url(../images/down.png) repeat-x left top; width:130px; height:45px; font-size:14px; font-style:bold;}


