body {
	margin: 0;
	padding: 0;
	
	font-family: Tahoma;
	font-size: 12px;
	color: #545454;
	
	background-image: url(../img/bg_body.jpg);
	background-repeat: repeat-x;
}

table, input, select, textarea {
	font-family: Tahoma;
	font-size: 12px;
	color: #545454;
}

a {
	color: #545454;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;	
}

img {
	border-width: 0;	
}

h1 {
	font-size: large;
	color: #2199bb;
	margin: 0;
	padding: 14px 0 0 44px;
	background-image: url(../img/bg_h1.jpg);	
	background-repeat: no-repeat;
	background-position: top;
}

h2 {
	color: #1484a9;
	margin: 0;
	padding: 0;
}

h2.mini {
	margin-bottom: 4px;
	font-size: 14px;
}

/*** Distribución de la página *******************************************************************/
#marco {
	width: 980px;
	margin: 0 auto;	
	min-height: 700px;
}

.cabecera {
	
}

#menu {
	
	height: 52px;
	padding: 0 10px;
	background-image: url(../img/bg_menu.jpg);
	background-repeat: no-repeat;
}

#menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;	
}

#menu ul li{
	float: left;
}

#contenido {
	margin: 0 13px;
}

#contenido .detalle {
	margin: 5px 0 5px 0;
	padding: 20px 22px 5px 22px;
	background-image: url(../img/bg_detalle.jpg);
	background-repeat: no-repeat;
	background-position: top;
	clear: both;
}

#pie {
	height: 38px;	
	line-height: 38px;
	text-align: center;
	color: #fff;
	background-image: url(../img/bg_pie.jpg);
	background-repeat: repeat-x;
}

#pie a {
	color: #fff;
}

/*** Estilos propios *****************************************************************************/
.img1 {
	background-image: url(../img/bg_img_1.jpg);	
	background-repeat: no-repeat;
	padding: 13px 13px 15px 13px;
	float: left;
	margin-right: 20px;
}

ul.lista_portada {
	list-style-type: none;	
	float: left;
	margin: 0;
	padding: 0;
	width: 400px;
}

ul.lista_portada li {
	width: 160px;
	line-height: 30px;
	background-image: url(../img/bg_li_lista_portada.jpg);
	background-repeat: no-repeat;
	background-position: 10px 11px;
	padding-left: 30px;
	float: left;
}

ul.lista_portada li.derecha {
	width: 180px;
}

/*Servicios***************************************************************************************/

.linea_ficha{margin:7px auto 12px auto;background:url(../img/bg_detalle.jpg) no-repeat;background-position:top;padding:20px 21px 10px 21px;}
.ficha{background:url(../img/bg_marco_serv.jpg) no-repeat;width:151px;height:134px;margin-right:39px;float:left}
.ficha_ultimo{background:url(../img/bg_marco_serv.jpg) no-repeat;width:151px;height:134px;float:left}
.ficha img{padding:10px 0px 0px 11px}
.ficha_ultimo img{padding:10px 0px 0px 11px}
.ficha p{color:#1484a9;text-align:center;margin-top:15px;font-weight:bold;padding:0px}
.ficha_ultimo p{color:#1484a9;text-align:center;margin-top:15px;font-weight:bold;padding:0px}

/*** Noticias ************************************************************************************/
.titulo_noticia {
	background-image: url(../img/bg_li_lista_portada.jpg);	
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 20px;
	
}
.punto {
	background-image: url(../img/punto.jpg);		
	background-repeat: repeat-x;
	background-position: 0 bottom;
	padding-bottom: 1px;
	float: left;
}

.imagen_noticia {
	background-image: url(../img/bg_noticia.jpg);
	padding: 13px 13px 15px 13px;
	width: 181px;
	height: 154px;
}

/*** Acceso y área de usuarios *******************************************************************/
.leyenda {
	width: 120px;
	text-align: right;
	font-weight; bold;	
}

.input {
	width: 220px;	
	border: 1px solid #ccc;
	padding: 5px;
}

.mensaje {
	color: #ff3300;
	text-align: center;
	font-weight: bold;	
}

/*** Formulario de contacto **********************************************************************/
.input_form {
	width: 200px;	
	border: 1px solid #0a5991;
	height: 18px;
	padding-top: 3px;
	color: #0a5991;
}

.input_textarea {
	width: 545px;	
	border: 1px solid #0a5991;
	height: 100px;
	padding-top: 3px;
	color: #0a5991;
}

.leyenda {
	text-align: right;
	color: #0a6c8c;	
}

.gmnoprint {
	font-size: small;	
}
