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

*{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size:14px;
	color:#4d4c4b;
	font-family:arial;
	text-decoration:none;
	line-height:22px;
}
img{
	border:0px;
}
body{
	background-color:#FFF;
	background-image:url(../img/fondo.jpg);
	background-position: 50% 50%;
	background-repeat:repeat-y;
}
#header{
	width:100%;
	height:157px;
	z-index:
}
#contHeader{
	width:965px;
	height:106px;
	margin: 15px auto;
}
#contHeader .logo{
	width:412px;
	height:107px;
	float:left;
	margin-left:40px;
}
#contHeader .infoweb{
	width:350px;
	height:auto;
	float:left;
	font-size:14px;	
	margin-top:15px;
	margin-left:140px;
}
#contHeader .infoweb ul li{
	font-size:14px;
	list-style:none;
	padding:3px;
}
#contHeader .infoweb img{
	margin-right:10px;

}
#carrusel{
	width:930px;
	height:310px;
	margin: 10px auto;
}
#carrusel2{
	width:900px;
	height:110px;
	margin: 20px auto;
}
#features3 {
	background: #FFF;
	position: relative;
	overflow: hidden;
	width: 900px;
	height: 295px;
	z-index:100;
	-webkit-box-shadow: 0px 4px 6px #999;
  	-moz-box-shadow: 0px 4px 6px #999;
	margin: 35px auto;
	}
#content{
	width:900px;
	height:auto;
	margin:0px auto 50px auto;
	display:table;
}
#content h1{
	background-color:#dedfe2;
	font-size:14px;
	width:890;
	border:1px solid #bdbaba;
	padding:5px;
	text-transform:uppercase;
}
#content p{
	margin-bottom:20px;
	text-align:justify;
}
#content p a{
	text-decoration:underline;
}
#pie{
	width:100%;
	height:262px;
	display:table;
	margin-top:0px;
	background-image:url(../img/fondo-pie.jpg);
	bottom:0;
}
#contPie{
	width:930px;
	height:auto;
	display:table;
	margin: 20px auto;
}
#contPie .logo{
	width:217px;
	height:106px;
	float:left;
	margin-left:22px;
}
#contPie .menu{
	margin:15px;
	float:left;
	width:900px;
	text-align:center;
	color:#FFF;
}
#contPie .menu a{
	color:#FFF;
	text-decoration:none;
	font-size:14px;
}
#contPie .menu a:hover{
	color:#FFF;
	text-decoration:underline;
}
#contPie .logo{
	margin-top:15px;
	margin-right:100px;
	margin-left:40px;
	margin-bottom:10px;
	height:69px;
	width:132px;
	float:left;

}
#contPie .infoPie{
	color:#FFF;
	float:left;
	margin-top:15px;
	margin-left:0px;
}
#contPie .infoPie b{
	color:#FFF;
}
#contacto{
	float:left;
	width:420px;
	display:table;
}
.inputForm{
	width:400px;
	height:30px;
	radius:6px 6px 6px 6px;
	-moz-border-radius:6px 6px 6px 6px; 
	-webkit-border-radius:6px 6px 6px 6px;
	-ms-border-radius:6px 6px 6px 6px;
	border:1px solid #adacac;
	background:#f1f2f1;
}
.textForm{
	width:400px;
	radius:6px 6px 6px 6px;
	-moz-border-radius:6px 6px 6px 6px; 
	-webkit-border-radius:6px 6px 6px 6px;
	-ms-border-radius:6px 6px 6px 6px;
	border:1px solid #adacac;
	background:#f1f2f1;
	
}
.botForm{
	padding:5px;
	width:100px;
	height:40px;
	border:0px;
	radius:6px 6px 6px 6px;
	-moz-border-radius:6px 6px 6px 6px; 
	-webkit-border-radius:6px 6px 6px 6px;
	-ms-border-radius:6px 6px 6px 6px;

}
#form input{
	width:300px;
	height:25px;
	radius:6px 6px 6px 6px;
	-moz-border-radius:6px 6px 6px 6px; 
	-webkit-border-radius:6px 6px 6px 6px;
	-ms-border-radius:6px 6px 6px 6px;
	border:1px solid #adacac;
	background:#f1f2f1;
}
#form textarea{
	width:300px;
	radius:6px 6px 6px 6px;
	-moz-border-radius:6px 6px 6px 6px; 
	-webkit-border-radius:6px 6px 6px 6px;
	-ms-border-radius:6px 6px 6px 6px;
	border:1px solid #adacac;
	background:#f1f2f1;
}
#form .botForm{
	padding:5px;
	width:100px;
	height:40px;
	radius:6px 6px 6px 6px;
	-moz-border-radius:6px 6px 6px 6px; 
	-webkit-border-radius:6px 6px 6px 6px;
	-ms-border-radius:6px 6px 6px 6px;
	border:1px solid #adacac;

}
#mapa{
	float:left;
	width:450px;
	border:1px solid #adacac;
	display:table;
	margin-top:30px;
}