@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: 930px;
	min-width: 930px;
	height: 581px;
	margin: 0 auto;
	position: relative;
	border-left: 3px solid #2e2e2e;
	border-right: 3px solid #2e2e2e;
}

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

}

.img1{
	position: absolute;
	z-index: 2;
	top: 111px;
	left: 40px;
	-webkit-transform: rotate(-8deg); 
	-moz-transform: rotate(-8deg); 
	-o-transform: rotate(-8deg);
	-ms-transform: rotate(-8deg);
}

.img2{
	position: absolute;
	z-index: 2;
	top: 83px;
	left: 197px;
	-webkit-transform: rotate(-8deg); 
	-moz-transform: rotate(-8deg); 
	-o-transform: rotate(-8deg);
	-ms-transform: rotate(-8deg);
}

.img3{
	position: absolute;
	z-index: 2;
	top: 60px;
	left: 390px;
	-webkit-transform: rotate(-8deg); 
	-moz-transform: rotate(-8deg); 
	-o-transform: rotate(-8deg);
	-ms-transform: rotate(-8deg);
}

.img4{
	position: absolute;
	z-index: 2;
	top: 35px;
	left: 588px;
	-webkit-transform: rotate(-8deg); 
	-moz-transform: rotate(-8deg); 
	-o-transform: rotate(-8deg);
	-ms-transform: rotate(-8deg);
}

.img5{
	position: absolute;
	z-index: 2;
	top: 9px;
	left: 763px;
	-webkit-transform: rotate(-8deg); 
	-moz-transform: rotate(-8deg); 
	-o-transform: rotate(-8deg);
	-ms-transform: rotate(-8deg);
}

.img6{
	position: absolute;
	z-index: 2;
	top: 343px;
	left: 18px;
	-webkit-transform: rotate(3deg); 
	-moz-transform: rotate(3deg); 
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
}

.img7{
	position: absolute;
	z-index: 2;
	top: 350px;
	left: 190px;
	-webkit-transform: rotate(3deg); 
	-moz-transform: rotate(3deg); 
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
}

.img8{
	position: absolute;
	z-index: 2;
	top: 358px;
	left: 388px;
	-webkit-transform: rotate(3deg); 
	-moz-transform: rotate(3deg); 
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
}

.img9{
	position: absolute;
	z-index: 2;
	top: 364px;
	left: 582px;
	-webkit-transform: rotate(3deg); 
	-moz-transform: rotate(3deg); 
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
}

.img10{
	position: absolute;
	z-index: 2;
	top: 369px;
	left: 757px;
	-webkit-transform: rotate(3deg); 
	-moz-transform: rotate(3deg); 
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
}

.img1, .img2, .img3, .img4, .img5, .img6, .img7, .img8, .img9, .img10 {
	opacity:0.8;
}

.img1:hover, .img2:hover, .img3:hover, .img4:hover, .img5:hover, .img6:hover, .img7:hover, .img8:hover, .img9:hover, .img10:hover {
	opacity:1.0;
}


/********** 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;
}