@charset "utf-8";
/* CSS general */

html{background-color: #c8c8c6;}
body{
	width:960px;
	margin:10px auto;
	background-color:#fff;
	padding: 10px 20px;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size:13px;
}

/* enlaces */
a{
	text-decoration:none;
	color: #00602e;
}
a:hover, 
a.active{color: #c8d317;}

p{text-align:justify;}

table tr{vertical-align: top;}

/*titulos*/
h1{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 22px;
	font-weight: normal;
	line-height: 24px;
	letter-spacing: -0.05em;
	margin: 0 0 15px 0;
	color: #00602e;
}
h2{
	text-transform:uppercase;
	color:#00602e;
	font-size:12px;
}
h3{}
h4{}
h5{}


/* Cabecera */
#cabecera{
	width:918px;
	height:120px;
}
#cabecera a {
	background: url(../2017/Imaxes/fondointerior.jpg) no-repeat center center #c8d317;
	padding: 0px 480px 100px 480px;
}


/* menu idiomas */
#idiomas {
	width: 100%;
	list-style: none;
	float: right;
	clear: both;
	
}
#idiomas li{
	float:right;
	padding: 0 10px;
}
#idiomas li a{
	color: #00602e;
	text-decoration:none;
}
#idiomas li a:hover,
#idiomas li a.active{border-bottom:2px solid #c8d317;}

/* menu principal */
#menu {
	width: 920px;
	margin-top: 0;
	list-style:none;
	background-color: #00602e;
	float:left;
	clear:both;
}

#menu li{
	float: left;
	padding: 9px 10px;
	margin-right: 10px;
	text-transform: uppercase;
	font-size: 14px;
}

#menu li a{
	color: #c8d317;
	text-decoration:none;
}
#menu li a:hover,
#menu li a.active{
	text-decoration:none;
	color:#fff;;
}

.button{
	border-top-color: #c8d317;
	border-left-color: #c8d317;
}


/* login */
#login{
	width:230px;
}

/* Contenido */
#corpo{
	width:500px;
}

/* banners */
#banners{
	width:230px;
	text-align: right;
}

#banners a img{margin-bottom:10px;}

/* formulario contacto */
#formcontacto p{font-weight:bold;}
#formcontacto p input[type=text],
#formcontacto p textarea{width:300px;}
#formcontacto p textarea{height:130px;}

#formcontacto input[type=submit]{
	border-top-color: #c8d317;
	border-left-color: #c8d317;
}