* { margin: 0; padding: 0; }
html, body {height: 100%;}

body { background-image:url(images/fondo.jpg); background-position:top center; background-repeat: repeat-y; background-color:#9C9C9C;}

body, th, td, input, textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 1.4em;
}

h1 { color: #333; font-weight:normal; font-size: 25px; margin: 2px 0 10px 0; }
h2 { color: #348BD5; font-size: 16px; margin: 5px 0 5px 0; font-weight:normal;  }
h3 { color: #666; font-size: 16px; margin: 5px 0 5px 0; font-weight:bold;  }


hr{color: #CCC; margin-bottom:5px;}

a {	text-decoration: none; color: #348BD5; }
a:hover { border: none;	color: #666; }

a.l2 { text-decoration: none; color: #8898A7; }
a.l2:hover { border: none; color: #CCCCCC; }

ul, li { list-style-position: outside; list-style: outside; list-style-type:disc; }

/* contenedores */

.wrapper {
width:926px;
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -170px;
}
.push { height: 170px; }

.header{ width:926px; height:539px; margin:0 auto; }

.menu{top:10px; float:right; right:10px; text-align:right; position:relative; font-size:20px; line-height:1.3em;}
a.menu1{ color:#333;}
a.menu1:hover, a.menu0, amenu0:hover{ color:#348BD5; border-bottom: 2px #333 dashed;}

.titulo{float:left; position:relative; top:25px; left:25px;}

.contenido {
position:relative;
float:left;
width:876px;
height:auto;
margin:0 auto;
padding:0 25px 0 25px;
}

.columna50{
float:left;
position:relative;
width:430px;
}

.mas{
position:absolute;
left:910px;
top:310px;
}
.menos{
position:absolute;
left:-10px;
top:310px;
}

.banners{
margin:10px 0 10px 0;
width:406px;
height:100px;
padding:10px;
}

.datos_contacto{
	background-image: url(images/contacto.gif);
	width:368px;
	height:148px;
	position:absolute;
	color: #000;
	padding:14px;
	left:474px;
}
/* formulario */

textarea, input{ border: solid 2px #348BD5; padding: 2px; }

.boton {
	border: solid 0px #FFF;
	background-color: #348BD5;
	color:#FFF;
	padding-left: 8px;
	padding-right: 8px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 1px;
}


/* slider */
.fotos_cabecera{ clear:both; float:left; position:relative; padding-top:40px;}

.marco{ 
position:absolute;
z-index:100;
}

#slider{
	top:14px;
	left:12px;
	position:relative;
}	

#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	width:904px;
	height:309px;
	z-index:10;
	overflow:hidden; 
	}	
#prevBtn, #nextBtn{ 
	display:block;
	z-index:150;
	width:30px;
	height:77px;
	position:absolute;
	left:-6px;
	top:175px;
	}	
#nextBtn{ 
	left:906px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:30px;
	height:77px;
	background:url(images/prev.png) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(images/next.png) no-repeat 0 0;	
	}	
	
/* pie */

.footer {
	clear:both;	
	height: 170px;	
	background-image:url(images/pie.jpg);
	background-position:top center;
	background-repeat: repeat-y;
	background-color:#FFF;
	width: 100%;

}

.footer_cont {
	text-align:right;
	width:916px;
	margin:0 auto;
	position:relative;
	padding:75px 10px 0 0;
}

a.link_footer{ color:#999; font-size:17px; padding-right:10px;}
a.link_footer:hover{ color:#FFF; }