@charset "utf-8";
/* CSS Document */
#Contenido {
	float:right;
	width:700px;
	height:422px;
/*	height:900px;*/
	background-image:url(../images/botones/Contenido_5.png);
	background-repeat:no-repeat;
	background-color:#8A8160;
}
#nombre, #email, #asunto {
	width:32.0em;
	border: 1px solid #333333;
	margin-bottom: 1em;
}
#mail {
	width: 50em;
	
}
#formulario {
background-image:url(../images/arrobak_f.png);
background-position:right;
background-repeat:no-repeat;
margin-left:2.5em;
width: 50em;
}
#cabecera_contacto{
	width:48.5em;
	border-bottom: 1px solid #000000;
	padding:0.2em;
	margin-left:2.5em;
}

#direccion_contacto {
	width:48.5em;
	border-bottom: 1px solid #000000;
	padding:0.2em;
	margin-left:2.5em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background-image:url(../images/mail4C.gif);
	background-repeat:no-repeat;
	background-position:center;
}
.etiqueta { display:block; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; }
.boton	 {
	border : 1px solid #000000;
	Font-Family : Verdana, Arial, Helvetica, sans-serif;
	Font-Size : 1.0em;
	Color : #FFFFFF;
	Background-Color : #333333;
	height: 20px;
	background-position: center;
	margin: 1px;
	padding: 1px;
	width:6em;
	}
.boton:hover {
	Color : #333333;
	Background-Color : #FFFFFF;
	width:6em;
	border: 1px solid;
	border-right-color:#CCC;
	border-bottom-color:#CCC;
	}
