@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;
}

.hide{
	display: none;
}

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

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

}

.col-izq{
	width: 176px;
}

.submenu{
	width: 176px;
}

.submenu ul{
	width: 124px;
	margin: 0px;
	margin-top: 72px;
	padding: 0px;
}

.submenu li{
	list-style: none;
	font-family: 'lucida_calligraphyitalic';
	border-top: 2px solid #8b8d95;
	padding: 10px 0px;
}

.submenu li:last-child{
	border-bottom: 2px solid #8b8d95;
}

.submenu li a{
	text-decoration: none;
	color: #8b8d95;	
	font-family: 'lucida_calligraphyitalic';
	font-size: 15px;
}

.submenu li a:hover{
	color: #fff;
}

.submenu-active{
	color: #fff !important;
}


.col-der{
	width: 754px;
	height: 562px;
	background: url("../img/background/bg-galeria.png") no-repeat center;
}

.slider{
	width: 586px;
	height: 393px;
	margin-left: 80px;
	margin-top: 80px;
	text-align: center;
}

.slider img{
	margin: 0 auto;
	max-width: 585px;
	max-height: 387px;
}

.flags{
	width: 118px;
	margin: 0 auto;
	margin-top: 90px;
	display: block;
}

#right{
	margin-left: 54px;
}



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