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

*{
	margin:0px;
	border:0px;
	padding:0px;
}

a {
	outline:0px;
}

body{
	background-image: url(../images/fondoweb.png);
	background-repeat:repeat-x;
	padding:0px;
    bgproperties:fixed;	 
	font-family:trebuchet ms,tahoma;
}

.noborder{    
    border:0px;    
    margin:0px;
	padding:0px;
}


#pagina{
	top:10px;
	width:900px;
	height:auto;
	position:relative;
	margin:auto;
}

#header{
	width:100%;
	height:100px;
	position:relative;
	/*background:url(../images/campo2.jpg);*/
}

#header_mid{
	width:100%;
	height:64px;
	background:url(../images/fondo_header.png) repeat-y;
}

#barrasup{
	width:100%;
	height:14px;
	background:url(../images/barra_sup.png);
}

#barrainf{
	width:100%;
	height:14px;
	background:url(../images/barra_inf.png);
}

#logo{	
	top:-10px;
	left:400px;
	height:143px;
	width:108px;
	float:left;
    position:absolute;
	background:url(../images/escudo3.png);
	z-index:10;
}

#inicio_elporve{
	height:50px;
	width:300px;
	position:absolute;
	float:right;
	right:70px;
	top:16px;
}

#inicio_elporve h1{
	font-size:3em;
	color:#FFF;
}

#inicio_elporvetexto{
	height:70px;
	width:300px;
	position:absolute;
	float:left;
	left:90px;
	top:10px;
}

#inicio_elporvetexto h1{
	font-size:1.2em;
	color:#FFF;
	text-align:center;
}

#cuerpo{
	width:100%;
	height:420px;
	background:#FFF;
}

#cuerpoferre{
	width:100%;
	height:520px;
	background:#FFF;
}

#footer{
	width:100%;
	height:14px;
	background:url(../images/barra_inf.png);
	border-top:2px  solid;
	position:relative;
	float:left;
}

#footer p{
	top:5px;
	text-align:center;
	font-size:12px;
	color:#FFF;	
}

#footer a{
	top:5px;
	text-align:center;
	font-size:12px;
	color:#FFF;
}

#menu{
	width:125px;
	height:100%;
	position:relative;
	float:left;
	background:url(../images/fondo_menu.png) repeat-y;
}

#menu ul{
	list-style:none;
	width:125px;
}

#menu li{
	background:url(../images/boton.png);
	font-size:.7em;
}

#menu li a{
	font-family:Arial, Helvetica, Geneva, Verdana, sans-serif;
	text-transform:uppercase;
	display:block;
	padding:0 10px 0 10px;
	margin-left:40px;
	color:#FFF;
	font-size:.8em;
	text-decoration:none;
	height:28px;
	line-height:28px;
	white-space:nowrap;
	font-weight:bold;
}

#menu li:hover{
	background:url(../images/boton_over.png)
	
}

#menu li a:hover{
	font-family:Arial, Helvetica, Geneva, Verdana, sans-serif;
	text-transform:uppercase;
	display:block;
	margin-left:0px;
	padding:0 10px 0 10px;
	color:#FFF;
	font-size:.8em;
	text-decoration:none;
	white-space:nowrap;
	font-weight:bold;
}
/*
.selected{
	background:url(../images/boton_over.png);
	font-family:Arial, Helvetica, Geneva, Verdana, sans-serif;
	text-transform:uppercase;	
	margin-left:0px;
	padding:0 10px 0 10px;
	color:#FFF;
	text-decoration:none;
	white-space:nowrap;
	font-weight:bold;
}*/
/*
#menu li ul{
	list-style:none;
}
*/
#menu li li{
	background:url(../images/sboton.png);
}

#menu li li:hover{
	background:url(../images/sboton_over.png);
}

#menu li li a{
	font-family:Arial, Helvetica, Geneva, Verdana, sans-serif;
	text-transform:uppercase;
	display:block;
	padding:0 10px 0 10px;
	margin-left:0px;
	color:#000;
	font-size:1em;
	text-decoration:none;
	height:19px;
	line-height:19px;
	white-space:nowrap;
	font-weight:bold;
}

#menu li li a:hover{
	font-family:Arial, Helvetica, Geneva, Verdana, sans-serif;
	text-transform:uppercase;
	display:block;
	padding:0 10px 0 10px;
	margin-left:30px;
	color:#000;
	font-size:1em;
	text-decoration:none;
	height:19px;
	line-height:19px;
	white-space:nowrap;
	font-weight:bold;
}

#menu ul li ul{	
	width:125px;
	list-style:none;
	background-color:#666;
}

#contenidoini{
	width:775px;
	height:420px;
	position:relative;
	float:left;
	background:url(../images/fondo.jpg);
}

#contenido{
	width:775px;
	height:420px;
	position:relative;
	float:left;
	background:#CCC;
}

#contenidoferre{
	width:775px;
	height:520px;
	position:relative;
	float:left;
	background:url(../images/productos/fondotuerca.jpg);
}

#contenidopaint{
	width:775px;
	height:420px;
	position:relative;
	float:left;
	background:url(../images/productos/paint.jpg);
}

#contenidoelect{
	width:775px;
	height:420px;
	position:relative;
	float:left;
	background:url(../images/productos/elect.jpg);
}

#contenidosani{
	width:775px;
	height:420px;
	position:relative;
	float:left;
	background:url(../images/productos/sani.jpg);
}

#titulo{
	width:100%;
	height:20px;
	position:relative;
	float:left;
	top:5px;
}

#titulo h2{
	color:#333;
	font-size:1.2em;
	text-align:left;
	padding-left:20px;
}

#textoinicio{
	width:700px;
	height:350px;
	left:40px;
	top:100px;
	position:relative;
	float:left;
}

#textoinicio p{
	font-size:1.2em;
	font-weight:bold;
	text-align:justify;
}

#textoservicio{
	width:700px;
	height:150px;
	left:40px;
	top:100px;
	position:relative;
	float:left;
}

#textoservicio p{
	font-size:1.2em;
	font-weight:bold;
	text-align:justify;
}

#mapa{
	top:70px;
	float:right;
	right:30px;
	position:relative;
	width:300px;
	height:267px;
	border:solid 2px #333;
}

#textoubicacion{
	top:70px;
	float:left;
	left:30px;
	position:relative;
	width:350px;
	height:250px;
}

#textoubicacion h3{
	color:#000;
	font-size:1em;
	font-weight:bold;
}

#textoubicacion p{
	color:#333;
	font-size:.9em;
}

#texto_historia{
	position:relative;
	float:left;
	top:40px;
	height:200px;
	width:400px;
	left:10px;
}

#texto_historia p{
	color:#333;
	font-size:1em;
}

#foto_historia{
	top:20px;
	position:relative;
	float:right;
	width:239;
	height:350;
	right:50px;
}

/* Contacto */

#contacto{
	position:relative;
	top:5px;
	float:left;
	width:100%;
	height:420px;
}

#contacto h2.titulo{
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:5px;
}

#contacto .tituloForm{	
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}

#contactoDatos .tituloForm{
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

#contactoDatos .datosContacto{	
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

#contactoForm{
	position:relative;
	float:left;
	width:500px;
}

#contactoFormD{
	top:20px;
	position:relative;
	float:left;
	left:10px;
	width:500px;	
}

#contactoFormD .boton{
	color:#333;
	font-size:1.5em;
	font-weight:bold;
	background:#666;
	padding-left:300px;
}

#contactoDatos{
	position:relative;
	float:right;
	width:250px;
	height:100%;
}

#columnatituloContacto{
	position:relative;
	width:500px;
	height:30px;
	float:left;
}

#textoContacto{
	top:30px;
	position:relative;
	width:100%;
	left:10px;
	height:40px;	
	float:left;
}

#textoContacto p{
	font:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:1em;
	color:#333;
}
/* Fin Contacto */

#productoline{
	position:relative;
	float:left;
	width:100%;
	height:100px;
}

#producto{
	position:relative;
	float:left;
	width:150px;
	height:100px;
}