/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* General */
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
html {
	margin: 0;
	padding: 0;
	height: 100%;
	}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	color: #000000;
	font: 11px Arial, sans-serif;
	background-color: #336600;
	}

form {
	margin: 0;
	padding: 0;
	}

img {
	margin: 0;
	padding: 0;
	border: 0 solid #000000;
	}

p {
	margin: 0;
	padding: 0;
	}

a {
	color: #000000;
	text-decoration: none;
	}

label {
	margin: 0 10px 0 0;
	white-space: nowrap;
	font-weight: bold;
	}

label span.validated {
	margin: 0 0 0 5px;
	color: red;
	font-weight: normal;
	}

a:hover {
	color: #9dc318;
	}

.blank { 
	display: none;
	}

.nofloat {
	clear: both;
	}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Website */
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
div#website {
	margin:  0 auto 0 auto;
	padding: 8px 0 15px 0;
	width: 1223px;
	overflow: hidden;
	}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Header */
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
div#header {
	margin: 0;
	padding: 0;
	height: 137px;
	overflow: hidden;
	position: relative;
	background: #709e18 url("../images/bg-header.jpg") repeat-x center top;
	}

div#header h2 {
	margin: 0;
	padding: 0;
	top: 17px;
	left: 209px;
	position: absolute;
	}

div#header h2 a {
	width: 270px;
	height: 100px;
	display: block;
	background: transparent url("../images/logo.jpg") no-repeat left top;
	}

div#header h3 {
	margin: 0;
	padding: 0;
	top: 43px;
	right: 217px;
	width: 280px;
	height: 80px;
	position: absolute;
	background: transparent url("../images/slogan.jpg") no-repeat left top;
	}

div#header h3.catalan {
	background: transparent url("../images/slogan-catalan.jpg") no-repeat left top;
	}

div#header p {
	top: 18px;
	right: 227px;
	font-size: 7px;
	line-height: 11px;
	display: block;
	position: absolute;
	}

div#header a.header-left {
	color: #ffffff;
	padding-right: 7px;
	border-right: 1px solid #ffffff;
	}

div#header a.header-right {
	color: #ffffff;
	padding-left: 7px;
	border-left: 1px solid #ffffff;
	}

div#header a:hover {
	color: #000000;
	}

div#header a.imagelink img {
	border: none;
	vertical-align: bottom;
	}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Flash Home */
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
div#flash-home {
	margin: 0;
	padding: 0;
	line-height: 0;
	font-weight: bold;
	text-align: center;
	background-color: #ffffff;
	border-bottom: 8px solid #9fc425;
	}

div#flash-home p {
	line-height: 200%;
	}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Menu Top */
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
div#menutop {
	margin: 0;
	padding: 0;
	height: 40px;
	overflow: hidden;
	position: relative;
	background: #e9e9e9 url("../images/bg-menutop.jpg") repeat-x center top;
	}

div#menutop ul {
	margin: 0 auto 0 auto;
	padding: 0 0 0 5px;
	height: 40px;
	width: 800px;
	list-style-type: none;
	background: transparent url("../images/bg-menutop.jpg") no-repeat -196px -40px;
	}

div#menutop li {
	margin: 0;
	padding: 0;
	float: left;
	}

div#menutop a {
	padding: 0 11px 0 7px;
	line-height: 40px;
	display: block;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	background: transparent url("../images/bg-menutop.jpg") no-repeat right -40px;
	}

div#menutop a:hover, div#menutop a.active {
	color: #000000;
	font-weight: bold;
	background: #c3da71 url("../images/bg-menutop.jpg") no-repeat right bottom;
	}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* SubMenu */
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
ul#submenu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

ul#submenu a {
	margin: 0;
	padding: 0;
	display: block;
	font-weight: bold;
	line-height: 20px;
	}
	
ul#submenu li {
	margin: 12px 0 0 0;
	}

ul#submenu a.subactive {
	color: #9dc318;
	}

ul#submenu a span {
	margin: 0;
	padding: 0 0 0 15px;
	background: transparent url("../images/arrow1.gif") no-repeat left top;
	display: block;
	}

ul#submenu a#plano {
	padding: 17px 0 0 73px;
	height: 53px;
	font-weight: bold;
	display: block;
	background: transparent url("../images/plano.gif") no-repeat left top;
	}

ul#submenu a#calidad {
	padding: 17px 0 0 73px;
	height: 53px;
	font-weight: bold;
	display: block;
	background: transparent  url("../images/calidad.png") no-repeat left top;
	}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Content */
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
div#content {
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	background: #ffffff url("../images/bg-footer.jpg") repeat-x center bottom;
	}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Cuerpo */
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
div#cuerpo {
	margin: 0 auto 0 auto;
	padding: 25px 0 0 0;
	width: 800px;
	overflow: hidden;
	}

div#cleft {
	float: left;
	margin: 0;
	padding: 0;
	width: 195px;
	overflow: hidden;
	}

div#cright {
	float: right;
	margin: 0;
	padding: 0 0 0 19px;
	width: 575px;
	overflow: hidden;
	}

div.left-border {
	border-left: 1px solid #9c9c9c;
	}

img#img-comunidad {
	width: 200px;
	height: 150px;
	position: absolute;
	right: 25px;
	top: 120px;
	}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Tags de Cuerpo */
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
div#cuerpo h1 {
	margin: 0;
	padding: 0;
	color: #9dc318;
	font-size: 24px;
	}

div#cuerpo h2 {
	margin: 3px 0 0 0;
	padding: 0;
	font-size: 18px;
	}

div#cuerpo h3 {
	height: 22px;
	color: #98c00c;
	border-bottom: 1px solid #d3e498;
	font-size: 14px;
	}

div#cuerpo p {
	margin: 18px 15px 0 0;
	padding: 0;
	line-height: 20px;
	}

div#cuerpo p.note {
	color: #7a7a7a;
	font-size: 10px;
	line-height: 12px;
	}

div#cuerpo li {
	font-size: 12px;
	line-height: 20px;
	}

div#cuerpo p span.emailspan a {
	padding: 0 0 0 22px;
	color: #9dc318;
	display: block;
	font-weight: bold;
	background: transparent url("../images/email.png") no-repeat left center;
	}

div#cuerpo p span.emailspan a:hover {
	color: #000000;
	}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Zoom Area */
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
div#cright div.zoomarea {
	margin: 15px 0 -15px 0;
	overflow: hidden;
	}

div#cright div.zoomarea p {
	float: left;
	margin: 5px 4px 15px 3px;
	line-height: 100%;
	}

div#cright div.zoomarea a {
	margin: 0;
	padding: 0;
	color: #626262;
	}

div#cright div.zoomarea a:hover {
	color: #9dc318;
	}

div#cright div.zoomarea span {
	display: block;
	margin: 0 5px 0 5px;
	line-height: 18px;
	background: transparent url("../images/zoom.png") no-repeat right top;
	}

div#cright div.zoomarea span.doble {
	line-height: 14px;
	}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* NoZoom */
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
div#cuerpo p.fotonormal {
	float: left;
	margin: 8px 4px 8px 3px;
	padding: 0;
	line-height: 14px;
	color: #626262;
	}

div#cuerpo p.fotonormal span {
	display: block;
	margin: 0 5px 0 5px;
	text-align: right;
	}

div#cuerpo p.fotolateral {
	float: left;
	margin: 8px 4px 8px 3px;
	padding: 0;
	line-height: 14px;
	color: #626262;
	height: 270px;
	}

div#cuerpo p.fotolateral img {
	margin: 0 5px -9px 0;
	}

div#cuerpo p.fotolateral span {
	display: inline-block;
	padding: 0 0 10px 0;
	}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Footer */
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
div#footer {
	clear: both;
	padding: 50px 0 18px 0;
	text-align: center;
	color: #7a7a7a;
	font-size: 10px;
	}

div#footer a {
	color: #7a7a7a;
	text-decoration: underline;
	}

div#footer a.aviso {
	font-size: 11px;
	color: #7a7a7a;
	font-weight: bold;
	text-decoration: none;
	}

div#footer a:hover {
	color: #000000;
	text-decoration: none;
	}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Table Listado */
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
table.listado {
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 5px 0 15px 0;
	}

table.listado caption {
	text-align: left;
	}

table.listado th {
	color: #98c00c;
	text-align: left;
	padding: 2px;
	}

table.listado th.subseccion {
	color: #9bc212;
	}

table.listado td {
	padding: 2px 10px 2px 0;
	white-space: nowrap;
	border-top: 1px solid #d3e498;
	}

table.listado td.wrap {
	padding: 2px 0 2px 0;
	white-space: normal;
	}

table.listado td a {
	text-decoration: underline;
	}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Contacto */
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
ul#ulcontacto {
	margin: 10px 0 0 0;
	padding: 0;
	list-style-type: none;
	}

ul#ulcontacto li {
	margin: 5px 0 5px 0;
	padding: 0 20px 0 0;
	width: 260px;
	float: left;
	display: block;
	line-height: 100%;
	}

ul#ulcontacto label {
	font-weight: normal;
	white-space: normal;
	font-size: 11px;
	}

ul#ulcontacto input {
	margin: 4px 0 0 0;
	}

ul#ulcontacto img {
	margin: 0 10px 0 0;
	float: left;
	}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Shadow */
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
div#shadow {
	z-index: 99;
	position: fixed;
	display: none;
	}



























/* End */