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

html {
	background:url("../img/background/bg-body.jpg") repeat; 
}

body{
	margin:0;
	font-family: Arial, Helvetica, sans-serif
;
}

.left{
	float:left;
}

.right {
	float:right;
}

.clear {
	clear: both;
}

#head{
	margin-top: 34px;
}

.bg-menu{
	width: 100%;
	height: 80px;
	min-width: 930px;
	background: url("../img/background/bg-menu.png") repeat-x;
}

.box-menu{
	width: 930px;
	min-width: 910px;
	margin: 0 auto;
}

.logo{
	width: 352px;

}

.logo img{
	margin-left: 80px;
	margin-top: 18px;
}

.menu{
	width: 572px;
	margin-top: 28px;
}

.menu ul{
	margin: 0px;
	margin-left: -37px;
}

.menu li{
	display: inline-block;
	padding-right: 15px;
	border-right: 2px solid #8b8d95;
}

.menu a{
	text-decoration: none;
	color: #8b8d95;
}

.menu-inicio{
	padding: 7px 14px;
	
}

.menu-inicio:hover{
	background: url("../img/background/bg-inicio.png") center no-repeat;
}

.menu-quien{
	padding: 7px 14px;
}

.menu-quien:hover{
	background: url("../img/background/bg-quien.png") center no-repeat;
}

.social1{
	margin: 0px 5px 0px 10px;
	opacity: 0.8;
}

.social2{
	opacity: 0.8;
}

.social1:hover, .social2:hover{
	opacity: 1.0;
}


/********** CONTENIDO **********/

#content{
	width: 900px;
	min-width: 900px;
	height: 581px;
	margin: 0 auto;
	position: relative;
	border-left: 3px solid #2e2e2e;
	border-right: 3px solid #2e2e2e;
}

.content-fondo{
	width: 934px;
	min-width: 934px;
	margin: 0 auto;
	z-index: -1;
	top: 7px;
	left: -26px;
	position: absolute;

}

.form{
	width: 235px;
	position: absolute;
	z-index: 2;
	top: 176px;
	left: 311px;
}

.form p{
	margin: 0px;
	color: #484848;
	font-size: 18px;
	font-style: italic;
}

.form input[type="text"], select{
	width: 166px;
	height: 20px;
	border-radius: 4px;
	border: 2px solid #2a3940;
}

.form input[type="submit"]{
	width: 119px;
	height: 24px;
	background: transparent url("../img/icon/enviar.png") no-repeat;
	border: none;
	opacity: 0.9;
	margin-top: 16px;
}

.form input[type="submit"]:hover{
	opacity: 1.0;
}

.form select{
	width: 170px;
	height: 28px;
}

/********** FOOTER **********/

#footer{
	width: 100%;
	min-width: 930px;
	height: 90px;
	background: url("../img/background/bg-footer.png") repeat;
}

.footer-border{
	width: 100%;
	min-width: 930px;
	height: 39px;
	background: url("../img/background/bg-borde-footer.png") repeat-x;
}

.footer-box{
	width: 930px;
	min-width: 930px;
	margin: 0 auto;
}

.footer-text{
	width: 465px;
	font-size: 12px;
	color: #343333;
}

.footer-text p{
	margin-top: 22px;
	display: inline-block;
	margin-right: 10px;
}

.footer-text img{
	margin-top: 4px;
}

.redes{
	margin-top: 12px;
	margin-right: 8px;
}