@CHARSET "ISO-8859-1";
@import url("fonts.css");

/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	/*text-decoration:none;*/
	color:#666;
}
a.blanca {color:#fff}

table {
    border-spacing: 0;    
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}

/* Custom CSS
 * --------------------------------------- */
body{
	font-family: 'Brandon_med',arial,helvetica;
	color: #3a3434;
	color: rgba(0,0,0,0.5);
}


.section {position:relative}
/*----------------PRINCIPAL HOME-----------------*/

#section0 {
	background:url(../images/fondo1.jpg) no-repeat;
	background-size:100% 100%;
	position:relative;
}

#section0 #wrapper_principal{
	position:relative;
	width:1024px;
	margin:auto;
	height:100%;
}

#section0 #wrapper_principal .header{
	position:relative;
	padding-top:5em;
	width:100%;
	border-bottom:1px solid #fff;	
	padding-bottom:.5em;
}

#section0 #wrapper_principal .redes_sociales{
	position:absolute;
	top:0; right:1em;
	width:70px;
	height:66px;
	background:#6a6b6d;
	border-radius:0 0 5px 5px;
	text-align:center;
	z-index:999999
}

#section0 #wrapper_principal .redes_sociales a{
	position:relative;
	top:40px;
	margin:0 .2em;
	display:inline-block;
}

#section0 #wrapper_principal .firma{
	position:absolute;
	width:496px;
	height:87px;
	top:190px; 
	left:50%;
	margin-left:-248px;
}

#section0 #wrapper_principal .header .titulo {
	position:absolute;
	bottom:.3em	
}

#section0 #wrapper_principal .header .titulo h1{
	font-size:1em;
	font-family: 'Brandon_blk'; 
	font-weight:normal;
	color:#fff;
	width:auto;
}

#section0 #wrapper_principal nav.vertical {
	position:absolute;
	right:10em;
	bottom: .3em;
}

#section0 #wrapper_principal nav.vertical li {
	display:inline-block; padding:.2em 2em;
}

#section0 #wrapper_principal nav.vertical a{
	text-transform:uppercase;
	font-family: 'Brandon_blk';
	font-size:.8em;
	color:#3a3434;
}
#section0 #wrapper_principal nav.vertical a:hover{
	color:#fff;
	transition: all .2s;
	-webkit-transition: all .2s;
}


/*
#section4 {display:none}
*/

#wrapper_contenido{
	position:relative;
	width:900px;
	margin:auto;
	text-align:center;
	color:#fff;
	font-weight:normal;
}

.contenido_pagina1 h2,.contenido_pagina1 h3,.contenido_pagina1 h4{font-family: 'Brandon_med'; text-transform:uppercase}

#wrapper_contenido.contenido_pagina1 h2{
	font-size:1.4em;
}

#wrapper_contenido.contenido_pagina1 h3{
	font-size:1.2em;
}

#wrapper_contenido.contenido_pagina1 h4{
	font-size:1em;
}
.contenido_pagina1, .contenido_pagina2 {
	width:800px !important;
	left:50% !important;
	margin-left:-400px !important;	
}



.contenido_pagina2 {
	color:#383434 !important;
}

.contenido_pagina2 .centro_libro div{
	display:inline-block;
	position:relative;
}

.centro_libro .centro_libro_izq{
	width:170px;
	text-align:right;
}
.centro_libro .centro_libro_izq p{display:block; position:absolute; bottom:2em}
.centro_libro .centro_libro_cen{
	width:430px;
}
.centro_libro .centro_libro_der{
	width:150px;
	text-align:left;
}
.centro_libro .centro_libro_der p{display:block; position:absolute; bottom:6em}

.contenido_pagina2 .link_verlibro a{
	font-family: 'Brandon_blk';
	text-transform:uppercase;
	text-decoration:underline;
	font-size:1.4em;
	margin-top:2em;
	/*display:block;*/
}



#wrapper_contenido.contenido_pagina3 h2{
	font-size:1.4em;
}

#wrapper_contenido.contenido_pagina3 h3{
	font-size:.7em;
	font-family: 'Brandon_med';
}

/*
#wrapper_contenido.contenido_pagina3 img {margin-top:1em}
*/

#wrapper_contenido.contenido_pagina3 #galeria_1 {
  position:relative;
  width:558px;
  height:208px;
  margin:auto;
}

#wrapper_contenido.contenido_pagina3 #galeria_1 img{
  display:none;
  position:absolute;
  top:0;
  left:0;
}

#wrapper_contenido.contenido_pagina3 #galeria_1 img.active{
  display:block;
}



.contenido_pagina4 {
	color:#383434 !important;
}

.contenido_pagina4 #circulo_redes{
	width:411px; height:411px;
	margin:2em auto 0;
	background-image:url(../images/circulo_contacto2.png);
	background-repeat:no-repeat;
	display:block;
	position:relative;
}

.contenido_pagina4 #circulo_redes.hover{
	background-image:url(../images/circulo_contacto.png);
	transition: all .2s;
	-webkit-transition: all .2s;
	
}

.contenido_pagina4 #circulo_redes a{
	display:none;
	position:relative;
	top:190px;
	margin:2em;
	opacity:.8;
}


#section5 #footer {
	position:absolute;
	bottom:0;
	border-top:1px solid #383434;
	padding:1em 0;
	width:1024px; 
	left:50%; 
	margin-left:-512px;
	
}


#section5 #footer #madeby{
	width:200px;
	float:left;
}

#section5 #footer #menu_footer{
	width:800px;
	float:right;
	text-align:right;
}
/*
#pagina4 #footer nav {
	position:absolute;
	right:10em;
	bottom: 1.2em;
}
*/
#section5 #footer nav li {
	display:inline-block; padding:.2em 2em;
}

#section5 #footer nav a{
	text-transform:uppercase;
	font-family: 'Brandon_blk';
	font-size:.8em;
}
#section5 #footer nav a:hover{
	color:#000;
	transition: all .2s;
	-webkit-transition: all .2s;
}













#superContainer {
    height:100%;
    position:relative;
}
.slide {
    float: left;
}
.slide, .slidesContainer {
    height: 100%;
    display: block;
}
.slides {
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.section.table,
.slide.table{
	display:table;
	width:100%;
}
.tableCell{
	display:table-cell;
	vertical-align: middle;
	width:100%;
	height: 100%;
}
.slidesContainer {
    float: left;
    position: relative;
}

#fullPage-nav{
	position: fixed;
	z-index: 100;
	margin-top: -32px;
	top: 50%;
/*	opacity: 0;*/
	display:none;
}
#fullPage-nav ul{
	margin:0;
	padding:0;
	position:relative;
}
#fullPage-nav li{
	display: block;
	width: auto;
	height: 30px;
	margin: 7px;

}
#fullPage-nav li a{
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	color:#c0bdbd;
}
#fullPage-nav li .active span{
	background: #c0bdbd;
}
#fullPage-nav span{
	top: 2px;
	left: 2px;
	width: 15px;
	height: 15px;
	border: 1px solid #c0bdbd;
	background: rgba(192, 189, 189, 0);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	margin-left: -30px;
	margin-top: 2px;
}


a.btn_regresar {
	color:#fff;
}



/*----------------FOOTER-------------------*/
div.madeby {
	text-align: center;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
}
div.madeBy a{color:#666}
div.madeByText {
	display: inline-block;
}
div.made {
	display: inline-block;
	float: left;
	margin-right: 5px;
	font-size: 12px;
}
div.ad {
	display: inline-block;
	float: left;
	font-style: italic;
	color: #b2b02b;
}
div.view {
	
	display: inline-block;
	float: left;
	color: gray;
	font-style: italic;
}


.totop{
  bottom: -5px;
  /*top: 18px;*/
  position: fixed;
  right: 5px;
  display:none;
  z-index: 999999
}

@media screen and (min-width: 861px) and (max-width: 1050px) { 

	#fullPage-nav ul li a div{
		display: none;
	}

}


@media screen and (max-width: 860px) { 

	#section0 #wrapper_principal .header {
		position: fixed;
		padding-top: 1em;
		width: 100%;
		border-bottom: 1px solid #fff;
		padding-bottom: 0em;
		z-index: 999999;
	}

	#section0 #wrapper_principal nav.vertical {
		position: relative;
		right: 0em;
		bottom: .3em;
	}

	#section0 #wrapper_principal nav.vertical a {
		text-transform: uppercase;
		font-family: 'Brandon_blk';
		font-size: .8em;
		color: #3a3434;
		text-shadow:2px 2px 2px #fff;
	}

	#section0 #wrapper_principal nav.vertical li {
		display: inline-block;
		padding: .2em 1em;
	}

	#section0 #wrapper_principal nav.vertical {
		right: 0em !important;
		text-align:center;
	}

	#section0 #wrapper_principal .header .titulo{
		display:none;
	}

	#fullPage-nav {
		display:none !important;
	}

}