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

#contacto_main {
	margin:0px 20px;
	padding-top:20px;
	width:960px;
}

h2 {
	color:#F7931E;
	margin:0px;
}
.sub_02 {
	background-color:#F7931E;
	height:1px;
	margin:10px 0px;
	width:300px;
}

p {
	color:#F2F2F2;
	line-height:20px;
}

.contact_form ul {
    width:440px;
    list-style-type:none;
	margin:0px;
	padding:0px;
}
.contact_form li{
	padding:10px 0px; 
	position:relative;
} 
.contact_form label {
    color: #F2F2F2;
    display: inline-block;
    float: left;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-top: 3px;
    padding: 3px;
    width: 70px;
}
.contact_form input {
	height:20px; 
	width:300px; 
	padding:5px 8px;
}
.contact_form textarea {
	height:120px;
	padding:8px; 
	width:340px;
}
.contact_form button {
	height:30px;
	margin-left:90px;
	padding:5px 10px;
	width:100px;
}

/*----- estilos visuales de los elementos --------*/

.contact_form input, .contact_form textarea { 
	border:1px solid #F2F2F2;
	box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
	border-radius:2px;
	color: #888;
	font-size: 12px;
	padding-right:20px;
	-moz-transition: padding .25s; 
	-webkit-transition: padding .25s; 
	-o-transition: padding .25s;
	transition: padding .25s;
}
.contact_form input:focus, .contact_form textarea:focus {
	background: #fff; 
	border:1px solid #555; 
	box-shadow: 0 0 3px #aaa; 
	padding-right:20px;
}

/* === Estilos de Validacion === */	

.contact_form input:required:valid, .contact_form textarea:required:valid {
	box-shadow: 0 0 5px #5cd053;
	border-color: #28921f;
}
.contact_form input:focus:invalid, .contact_form textarea:focus:invalid {
	box-shadow: 0 0 5px #d45252;
	border-color: #F7931E;
}

/* === Estilos del boton de Envio === */
button.submit {
	background-color:#2B2B2B;
	border-radius:3px;
	border-top:3px solid #F7931E;
	color:#F2F2F2;
	padding:2px 4px;
}
button.submit:hover {
	background-color:rgba(255,255,255,0.1);
	border-radius:3px;
	border-top:3px solid #999;
	box-shadow:0px 0px 5px #F7931E;
	color:#F90;
	padding:2px 4px;
}

#area03 {
	float:left;
	margin:0px;
	width:960px;
}
#area03_L {
	float:left;
	margin-top:20px;
	width:310px;
}
#area03_mid {
	float:left;
	margin:20px 10px 0px 10px;
	width:320px;
}
#area03_R {
	float:left;
	margin-top:20px;
	width:310px;
}
.03izq {
	float:left;
	padding:10px;
}
.03der {
	background-color:#CCCCCC;
	color:#f2f2f2;
	float:left;
	height:100px;
	padding:20px 20px;
	width:100px;
}
.fono {
	border:1px solid #f2f2f2;
	float:left;
	height:55px;
	margin:-5px 10px 0px 0px;
	padding:10px;
	width:55px;
}