@import url("menu.css");
/*////////////////////////////*/
*{
	padding:0;
	margin:0;
}
/*///////////////////////////CLASES////////////////////////////*/
.contacto{
	background-image:url(images/contacto.jpg);
}
.fondoArriba{
	width:680px;
	height:181px;
	background:url(images/fondoContactoFr.jpg) no-repeat;
}
.nombre{
	width:297px;
	height:45px;
	background:url(images/nombreContactoFr.jpg) no-repeat;
}
.email{
	width:297px;
	height:45px;
	background:url(images/emailContacto.jpg) no-repeat;
}
.comentarios{
	width:383px;
	height:90px;
	background: url(images/comentariosContactoEn.jpg) no-repeat;
}
.botones{
	height:110px;
	text-align:right;
}
/*///////////////////////////FIN CLASES////////////////////////////*/
body{
	font: 62.5% Georgia, "Times New Roman", Times, serif;
}
h1{
	font-size:18px;
	font-weight:bold;
	margin-bottom:5px;
	text-decoration:underline;
}
#contenedor{
	width:760px;
	height:auto;
	background: url(images/fondoContenedor.jpg) repeat-y top center;
	margin:0 auto 0 auto;
}
#cabecera{
	width:706px;
	height:150px;
	background:url(images/cabecera.jpg) no-repeat;
	margin:0 auto 0 auto;
}

#cabecera2{
	width:706px;
	height:150px;
	margin:0 auto 0 auto;
}

#pie{
	width:760px;
	height:36px;
	background:url(images/pie.jpg) no-repeat;
	margin:10px auto 0 auto;
}
#subtitulo{
	width:500px;
	height:53px;
	margin-left:30px;
}
#contacto{
	width:680px;
	height:325;
	margin:5px auto 0 auto;
}
#contacto table{
	width:680px;
	height:325px;
	margin:0;
	background:url(images/fondoContacto2.jpg) no-repeat bottom;
}

#contacto table p a{
	font-size:18px;
	font-weight:bold;
	margin-bottom:5px;
	text-decoration:none;
	color:#c9584b;
}

#contacto table p a:hover{
color:#000000;
}

#gracias{
	width:680px;
	height:375;
	margin:5px auto 0 auto;
}
#gracias table{
	width:680px;
	height:375px;
	margin:0;
	background: url(images/fondoGraciasEn.jpg) no-repeat;
}
input{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-style:italic;
	margin:8px 0 0 137px;
	border:0;
	width:145px;
	background:url(images/fondoInput.jpg) no-repeat;
}
textarea{
	width:190px;
	height:70px;
	border:0;
	margin:15px 0 0 150px;
	background:url(images/fondoInput.jpg) repeat-y;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-style:italic;
}
#enviar{
	width:75px;
	height:20px;
	background:#c9584b;
	border:1px solid #6d160b;
	color:#fff;
	padding:2px;
	margin:0 15px 0 0;
}
#borrar{
	width:75px;
	height:20px;
	background:#c9584b;
	border:1px solid #6d160b;
	color:#fff;
	padding:2px;
	margin:0 40px 0 0;
}
#contenedor hr {
	display: block;
	clear: left; 
	margin: -0.66em 0;
	visibility: hidden;
}
#subMenu{
	width:280px;
	height:auto;
	margin-left:45px;
}
#subMenu ul{
	font-size:12px;
	font-style:italic; 
	font-weight:bold;
	list-style:none;
	padding-bottom:20px;
	margin-left:40px;
}
#subMenu li{
	margin-top:25px;
}
#subMenu li a{
	text-decoration:none;
	color: #000000;
}
#subMenu li a:hover{
	text-decoration:none;
	color:#ff351c;
}
p{
font-size:12px;
font-style:italic;
text-align:center;
padding-bottom:90px;

}