div#content_contacto
{
margin-top:10px;
margin-left:42px;
margin-right:42px;
width:508px;
margin-bottom:10px;
min-height:400px;
float:left;
}

div#cont_containear
{
width:428px;
height:300px;
margin-top:20px;
margin-left:40px;
margin-right:40px;
float:left;
}

.text_contact
{
font-size:12px;
font-family: 'durusans-regular-webfont',Arial,sans-serif;
color:#111111;
font-style:italic;
margin-left:60px;
width:380px;
float:left;
height:20px;
line-height:20px;
font-weight:bold;
}
.input_contact
{
width:320px;
margin-left:100px;
float:left;
height:28px;
}

.input_contact input[type=text]
{
color: #900;
border:1px solid #111;
width:220px;
margin-left:50px;
float:left;
height:22px;
margin-top:2px;
line-height:22px;
border-radius:2px;
box-shadow:-1px 1px 1px #111;
}

.input_contact input[type=text]:hover
{
border:1px solid #900;
box-shadow:-1px 1px 1px #900;
}

.input_contact input[type=text]:focus
{
border:1px solid #900;
box-shadow:-1px 1px 1px #900;
}

.input_contact textarea
{
width:220px;
margin-left:50px;
float:left;
height:92px;
margin-top:2px;
color: #900;
border:1px solid #111;
border-radius:2px;
box-shadow:-1px 1px 1px #111;
}

.input_contact textarea:hover
{
border:1px solid #900;
box-shadow:-1px 1px 1px #900;
}
.input_contact textarea:focus
{
border:1px solid #900;
box-shadow:-1px 1px 1px #900;
}

#textarea
{
height:100px;
}

div#boton_contacto
{
margin-top:20px;
margin-left:100px;
margin-right:100px;
float:left;
width:400px;
}
div#boton_contacto input[type=button]
{
float:left;
width:200px;
height:26px;
line-height:26px;
background-color:#111;
color:#fff;
font-weight:bold;
border-color:#ffab49;
border-width:1px;
border-radius:5px;
box-shadow:-1px 1px 1px #111;
}

div#boton_contacto input[type=button]:hover
{
background-color:#111;
color:#ccc;
cursor:pointer;
border-color:#900;
box-shadow:-1px 1px 1px #900;
}


div#info_contacto
{
font-family: 'durusans-regular-webfont',Arial,sans-serif;
color:#111111;
font-style:italic;
font-size:14px;
font-weight:bold;
margin-top:25px;
margin-left:40px;
margin-right:40px;
float:left;
width:428px;
text-align:center;
}