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

body {
	margin: 0px;
	background: #e5e4e4 url(../img/fons_pag.png) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #05a742;
	font-size: 14px;
	
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #666;
	font-size: 12px;
	
}


a, a:link, a:visited {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: underline;
	color: #666;
}

div#container {
	width: 100%;
}

div#contenido {
	width: 775px;
	margin: 0 auto;
}

div#cabecera {
	width: 100%;
	height:  150px;
}

div#logo {
	float: left;
}

/* --------------------------------------------------------Botonera */

div#container_botonera {
	padding: 119px 0 0 410px; 
	
}

div#botonera {
	background: url(../img/fondo_botonera.png) 0 0 repeat-x;	
	height: 31px;
}

div#botonera-de {
	background: url(../img/fondo_botonera-de.png) 100% 0 no-repeat;
	height: 31px;
}

div#botonera-iz {
	background: url(../img/fondo_botonera-iz.png) 0 0 no-repeat;
	height: 31px;
	
}

div#botonera-iz ul {
	margin:0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #fff;
	
	
}
div#botonera-iz li {
	margin: 0;
	padding: 0 10px 0 10px;
	list-style: none;
	float: left;
	background: url(../img/sep_menu.png) 100% 0 no-repeat;

}
div#botonera-iz li#no_sep {
	background: transparent;
}

div#botonera-iz li a,
div#botonera-iz li a:link,
div#botonera-iz li a:visited {
	text-decoration: none;
	color:#fff;
	font-size: 14px;
	padding: 8px 0 0 0;
	float: left;
	display: block;
}

div#botonera-iz li a:hover {
	color: #05a742;
}

div#botonera-iz li a.active,
div#botonera-iz li a.active:link,
div#botonera-iz li a.active:visited {
	color: #05a742;	
}

div#botonera-iz li a.active:hover {
	color: #fff;
}


/* --------------------------------------------------------Botonera */

div#img-cab {
	margin: 15px 0 0 0;
	z-index: 0;
}

div#cuerpo {
	margin: 10px 0 0 0;
	background: #fff url(../img/fondo_cos.png) repeat-x;
	padding: 10px;
	min-height: 150px;
}



div#col-iz {
	float:left;
	width: 360px;
}

div#col-de {
	margin: 0 0 0 370px;
}

div#banner {
	width: 335px;
	padding: 30px 10px 0 30px;
}
div#banner img {
	float: left;
}

div#banner h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #05a742;
	font-size: 14px;
	margin: 0 0 -5px 0;
}

div#col-interior-iz {
	float:left;
	width: 256px;
	margin: 10px 0 0 5px;
	
}

div#col-interior-iz p {
	font-size: 12px;
	color: #666;
	
}

div#col-interior-iz-galeria {
	width: 100%
}

div#col-interior-iz-galeria table td {
	border: 1px solid #ccc;
}

div#col-interior-de {
	margin: 20px 0 0 275px;
	border-left: 1px solid #ccc;
	padding: 0 10px 0 15px;
}

div#col-interior-de form {
	background: #f4f4f4 url(../img/fondo_form.png) no-repeat bottom right;
	border: 1px solid #ccc;
	padding: 5px;
	
}

div#col-interior-de ul {
	list-style: none;

}

div#col-interior-de li {
	background: url(../img/vineta.png) no-repeat 0 0;
	padding: 0 0 0 20px;

}

div#pie {
	width: 100%;
	height: 138px;
	background: url(../img/fondo_pie.png) no-repeat;
	margin: -12px 0 0 0;
}

div#pie p {
	font-size: 11px;
	color: #666;
	text-align: center;
	padding: 15px 0 0 0;
	
}

div#clr {
	clear: both;
}

.verde {
	color: #05a742;
	font-weight: bold;
}

span#creditos a,
span#creditos a:link,
span#creditos a:visited {
	color: #E6E6E6;
	font-size: 11px;	
}

span#creditos a:hover {
	color: #05a742;
}

.new-service {
	padding: 10px;
	border: 1px solid #ccc;
	background: #f2f2f2;
}
.new-service p {
	margin:0px;	
}