body {
	overflow-x: hidden;
	background-attachment: fixed;
	background-clip: border-box;
	background-color: #FFFFFF;
	background-origin: padding-box;
	background-repeat: repeat-x;
	background-size: auto;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
	margin-left: auto;
	margin-right: auto;
	font:Arial, Helvetica, sans-serif;

}
/*
 * General XHTML styles
 -----------------------*/

#contacto2 {
	width: 350px;
}
/*
 * Form elements
 -----------------------*/


input {
	width: 250px;
}
input {
	border:1px solid #CCCCCC;
	color: #333;

background:#FFF;
	height:25px;
	width:370px;
}
textarea {
	border:1px solid #CCCCCC;
	background:#FFF;
	height: 120px;
	width: 370px;
}
input:focus, textarea:focus {

	background:#FFF;
	color: #333;
}
textarea {
	font:Arial, Helvetica, sans-serif;
}
label {
	display: block;
	margin: 12px 0 0;
	font-size: 11px;
	float: left;
	clear: left;
	width: 250px;
	height: 20px;
	color:#666666;
}
label:after {
	content: ": ";
	
}
button {

}
button:hover {
	
}
.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: #0160A0;
}
.oops {
	background: #FF0000;
}
div.error {
	font-size: .8em;
	font-weight: 700;
	padding: 5px 0 0;
	color: #f30;
	margin: 0 0 0 90px;
}
/*menu arriba*/



.menu_arriba:link {
	color: #FFF;
	text-decoration: none;
}
.menu_arriba:visited {
	color: #FFF;
	text-decoration: inherit;
}
.menu_arriba:hover {
	color: #FFF;
	text-decoration: underline;
}
.menu_arriba:active {
	color: #FFF;
	text-decoration: none;
}


/*menu medio*/
.bt_enviar{	
	float: right;
	background: url(../../img/boton1.jpg) 0 -26px no-repeat;
	width: 111px;
	height: 24px;
	display: block;
	float: left;
	margin: 0px 0 0 0;
	color: #8B8B8B;
	font-size: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;

	padding:0px 0 0 5px;
	text-decoration: none;
	border:0px;	text-align: left;
	cursor:pointer;
}
.bt_enviar:hover{
	background: url(../../img/boton1.jpg) 0 top no-repeat;
	color: #F00;
	text-align: left;
	}
.bt_limpiar{	
	float: right;
	background: url(../../img/boton1.jpg) -32px -26px no-repeat;
	
	width:80px;
	height: 24px;
	display: block;
	float: left;
	margin: 0px 0 0 10px;
	color: #8B8B8B;
	font-size: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;

	padding:0px 0 0 5px;
	text-decoration: none;
	border:0px;	text-align: left;
	cursor:pointer;
}.bt_limpiar:hover{
	background: url(../../img/boton1.jpg) -32px 0px no-repeat;
	color: #F00;
	text-align: left;
	}