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


@font-face {
    font-family: 'akagibook';
    src: url('../fonts/akagi-bk-webfont.eot');
    src: url('../fonts/akagi-bk-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/akagi-bk-webfont.woff') format('woff'),
         url('../fonts/akagi-bk-webfont.ttf') format('truetype'),
         url('../fonts/akagi-bk-webfont.svg#akagibook') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'akagibook_italic';
    src: url('../fonts/akagi-bkit-webfont.eot');
    src: url('../fonts/akagi-bkit-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/akagi-bkit-webfont.woff') format('woff'),
         url('../fonts/akagi-bkit-webfont.ttf') format('truetype'),
         url('../fonts/akagi-bkit-webfont.svg#akagibook_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'akagiextrabold';
    src: url('../fonts/akagi-eb-webfont.eot');
    src: url('../fonts/akagi-eb-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/akagi-eb-webfont.woff') format('woff'),
         url('../fonts/akagi-eb-webfont.ttf') format('truetype'),
         url('../fonts/akagi-eb-webfont.svg#akagiextrabold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'lucida_calligraphyitalic';
    src: url('../fonts/lcallig-webfont.eot');
    src: url('../fonts/lcallig-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lcallig-webfont.woff') format('woff'),
         url('../fonts/lcallig-webfont.ttf') format('truetype'),
         url('../fonts/lcallig-webfont.svg#lucida_calligraphyitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}


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: 506px;
	margin: 0 auto;
	position: relative;
}

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

}

.content-box{
	width: 685px;
	height: auto;
	margin: 0 auto;
	margin-top: 74px;
}

.content-text{
	width: 427px;
	color: #fff;
	font-family: 'akagibook';
	font-size: 15px;

}

.content-text img{
	margin-top: 10px;
}


.content-box-inf{
	width: 540px;
	height: 44px;
	background: url("../img/background/bg-textoquien.png") no-repeat;
	color: #403f3f;
	margin-top: 50px;
}

.content-box-inf p{
	padding-top: 4px;
	margin-left: 40px;
	font-size: 12px;
	width: 435px;
	font-family: 'akagiextrabold';
}

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