/* CSS Document */

.contact {
margin:0 auto;
width:305px;
height:auto;
overflow:hidden;
color:#ffffff;
font-family:Helvetica, sans-serif, Tahoma;
padding:10px;
}

.contact_left {
float: left; 
font-size: 16px; 
padding: 0; 
width:90px;

}

.contact_right {
float:right;
padding: 0; 
width: 210px;
}

.contact_campo{
width:100%;
height:auto;
overflow:hidden;
padding-top:5px;
}

input, textarea, select{
width:200px;
float:left;
border:0px;
background-color:#ffffff;
border:1px solid #0080AA;
}

input:hover, textarea:hover{
border:1px solid #00B6F2;
background-color:#ffffff;
color:#0099FF;
}

.text_imput{
}

.contact h1 {
color: #F4D1A0; 
float: left; 
font-size: 24px; 
font-weight: normal; 
margin: 20px 0 5px 0;
}

.contact h2 {
color: #FFFFFF; 
font-size: 18px; 
font-weight: normal; 
margin: 20px 0 5px 0;
}

.contact p {
color: #F4D1A0; 
float: left; 
font-size: 16px; 
font-weight: normal; 
margin: 20px 0 5px 0;
}


.contact_right textarea {
font-size: 13px; 
height: 104px; 
line-height: 15px; 
}

.btn{
width:100px;
background-color:#999999;
padding-top:5px;
padding-bottom:5px;
border:1px solid #CCCCCC;
color:#ffffff;
}

.btn:hover{
font-weight:bold;

border:1px solid #CCCCCC;
}

.mycheckbox{
width:13px;
height:13px;
border:0px;
margin:0px;
padding:0px;
float:left;
}

.myopcion{
font-size:14px;
width:80px;
float:left;
text-align:center;

}
