/*************CONTACTOS***************/

/*
 * General XHTML styles
 -----------------------*/


/*
 * Form elements
 -----------------------*/

div#contacto2 {
    width: 90%;
}
input {
}
input {

border: 1px solid #D8D8D8;

border-radius: 8px;

background-color: #FFFFFF;

color: #B1B1B1;

padding-left:10px;

height: 37px !important;

width: 465px;!important;

margin:0px 0 15px 0;

font-family:MyriadProRegular, Arial, Helvetica, sans-serif !important;

font-size: 12px;

float: right;
}
textarea {
	
color: #B1B1B1;
	
font-family:MyriadProRegular, Verdana, Geneva, sans-serif;
	
font-size: 12px;
	
border: 1px solid #D8D8D8;
	
border-radius: 8px;
	
height: 93px;
	
width: 469px;!important;
	
float:left;
	
background-color: #FFFFFF;
	
margin: 00px 0 0 13px;
}
input:focus, textarea:focus {
}
textarea {

	float:none
}
label {
	font-family: OpenSansRegular, Arial, Helvetica, sans-serif;
	display: block;
	margin: 7px 0 0;
	font-weight: bold;
	font-size: 12px;
	float: left;
	clear: left;
	width: 143px;
	height: 20px;
	color: #333333;
	text-align: left;
}
label:after {
	content: "* ";
	color:#F00;
	padding-left:10px;
}
button {	font-weight: bold;
border:inherit 5px #000000;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;

	background-color: #01A0E2;
	cursor:pointer;
	border:0px;
	color: #FFFFFF;
	


	padding: 12PX;
	height: auto;	float:left;
	margin: 0 0px 0 20px;
	font-size: 12px;

	float: right;}
button:hover {
	color:#FFF;


	background-color: #999999;
}
.button2 {
	color: #FFF;
	width: 69px;
	height: 35px;
	padding: 0 0 0 0;
}
fieldset {
	border: 0px;

}
/*
 * User feedback
 -----------------------*/
.yay, .oops {
	font-size: .8em;
	text-align: center;
	padding: 10px;
	color: #fff;
	font-weight: 700;
}
.yay {
	background: #ED3A00;
}
.oops {
	background: #ED3A00;
}
div.error {
	font-size: .8em;
	font-weight: 700;
	padding: 5px 0 0;
	color: #f30;
	margin: 0 0 0 90px;
}
.menu_arriba{color:#FFF; text-decoration:none;}
.text_cont_sub{margin:30px 0 0 0;}
/*menu arriba*/


.clear_cont {
	clear:both;
}