/* IMAGENES REDONDEADAS */
	/* normal image */
        .normal-img {
            /*background: #ccc;*/
            border: solid 3px #C7B857;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
            -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, .4);
            -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, .4);
            box-shadow: 2px 2px 4px rgba(0, 0, 0, .4);
			margin: 20px;
			
        }
		
		.normal-img1 {
            /*background: #ccc;*/
            border: solid 3px #C7B857;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
            -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, .4);
            -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, .4);
            box-shadow: 2px 2px 4px rgba(0, 0, 0, .4);
			margin: 10px;
			
        }
        .normal-img-2 {
            display: inline-block;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
            -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, .8), 0 1px 0 rgba(255, 255, 255, 1), 0 -1px 0 rgba(0, 0, 0, .6);
            -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .9), 0 -1px 0 rgba(0, 0, 0, .6);
            box-shadow: inset 0 1px 5px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, 1), 0 -1px 0 rgba(0, 0, 0, .6);
        }
        
        /* rounded image styles */
        .rounded-img {
            display: inline-block;
            border: solid 1px #C7B857;
            overflow: hidden;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
            -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
            -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
            box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
        }
        .rounded-img2 {
            display: inline-block;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .9), 0 -1px 0 rgba(0, 0, 0, .6);
            -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .9), 0 -1px 0 rgba(0, 0, 0, .6);
            box-shadow: inset 0 1px 5px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .9), 0 -1px 0 rgba(0, 0, 0, .6);
        }
        
	    .left {
            float: left;
            margin-right: 20px;
        }
		
		.sqr-img {
            /*background: #ccc;
            border: solid 3px #C7B857;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
            -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, .4);
            -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, .4);
            box-shadow: 2px 2px 4px rgba(0, 0, 0, .4);*/
			margin: 20px;
        }
/*  FIN IMAGENES REDONDEADAS */



@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

html { height: 100%; }

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

body {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	background: #fff;
	font-weight: 400;
	font-size: 100%;
	color: #333;
	height: 100%;
}

.js body {
	overflow: hidden;
}

a {
	color: #555;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #000;
}

.container,
.bb-custom-wrapper,
.bb-bookblock {
	width: 100%;
	height: 100%;
}

.container {
	position: relative;
	left: 0px;
	-webkit-transition: left 0.3s ease-in-out;
	-o-transition: left 0.3s ease-in-out;
	transition: left 0.3s ease-in-out;
}

.slideRight {
	left: 240px;
}

.no-js .container {
	padding-left: 240px;
}

.menu-panel {
	background: #461F56; /*#f1103a;*/
	background-image: url(../../imagenes/2013_art1/2013_lat_articulo.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width: 240px;
	height: 100%;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	text-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.js .menu-panel {
	position: absolute;
	left: -240px;
}

.menu-panel h3 {
	font-size: 1.8em;
	padding: 20px;
	font-weight: 300;
	color: #fff;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.05);
} 

.menu-panel h2 {
	font-size: 1.1em;
	padding: 20px;
	font-weight: 300;
	color: #000;
	box-shadow: inset 0 -1px 0 rgba(255,255,255,0.1);
	text-align:center;
}

.menu-toc {
	list-style: none;
}

.menu-toc li a {
	display: block;
	color: #fff;
	font-size: 1.1em;
	line-height: 2.5;
	padding: 0 20px;
	cursor: pointer;
	background: #C7B857 /*#f1103a #461F56*/;
	border-bottom: 1px /*solid*/ #DDD3B8 dashed /*#461F56 #dd1338*/;
}

.menu-toc li a:hover,
.menu-toc li.menu-toc-current a{
	background: #fff /*#DDD3B8 #dd1338*/;
	color: #461F56;
}

.menu-panel div {
	margin-top: 20px;
}

.menu-panel div a {
	text-transform: uppercase;
	font-size: 0.7em;
	line-height: 1;
	padding: 5px 20px;
	display: block;
	border: none;
	color: #bc0b0b;
	letter-spacing: 1px;
	font-weight: 800;
	text-shadow: 0 1px rgba(255,255,255,0.2);
} 

.menu-panel div a:hover {
	background: inherit;
	color: #fff;
	text-shadow: none;
}

.bb-custom-wrapper nav {
	top: 20px;
	left: 60px;
	position: absolute;
	z-index: 1000;
}

.bb-custom-wrapper nav span,
.menu-button {
	position: absolute;
	width: 32px;
	height: 32px;
	top: 0;
	left: 0;
	background: #461F56;/* #f1103a;*/
	border-radius: 50%;
	color: #fff;
	line-height: 30px;
	text-align: center;
	speak: none;
	font-weight: bold;
	cursor: pointer;
}

.bb-custom-wrapper nav span:hover,
.menu-button:hover {
	background: #000;
}

.bb-custom-wrapper nav span:last-child {
	left: 40px;
}

.menu-button {
	z-index: 1000;
	left: 20px;
	top: 20px;
	text-indent: -9000px;
}

.menu-button:after {
	position: absolute;
	content: '';
	width: 50%;
	height: 2px;
	background: #fff;
	top: 50%;
	margin-top: -1px;
	left: 25%;
	box-shadow: 0 -4px #fff, 0 4px #fff;
}

.no-js .bb-custom-wrapper nav span,
.no-js .menu-button {
	display: none;
}

.js .content {
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	bottom: 50px;
	overflow: hidden;
	-webkit-font-smoothing: subpixel-antialiased;
}

.scroller {
	padding: 10px 5% 10px 5%;
}

.js .content:before,
.js .content:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 20px;
	z-index: 100;
	pointer-events: none;
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}

.js .content:after {
	top: auto;
	bottom: 0;
	background: -webkit-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -moz-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}


.titulo {
	font-size:50px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#fff;
	text-align:center;
}

.importante {
	margin: 0 20% 0 20%;
	background-color:#C7B857;
    height: auto;
	border-color: 2px  #000 dashed;
	border-radius: 10px;
	color:#FFF;

}

.pie {
	margin: 0 8% 0 8%;
	background-image: url(../../imagenes/2013_art1/2013_art1_pie.jpg);
	background-position: center;
	background-repeat:no-repeat;
	
    height: 80px;
	border-bottom: 2px  #C7B857 dotted;
	/*background-size: 98%;
	margin: auto auto 35px;*/
}

.pie-1 {
	margin: auto;
	background-image: url(../../imagenes/2013_art1/2013_cabecera_pie.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	border-bottom: 2px solid #C7B857;
    height: 220px;
	background-size: 98%;
/*	margin: auto auto 35px;*/
}
.cab-1 {
	margin: auto;
	background-image: url(../../imagenes/2013_art1/2013_cabecera1.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	border-bottom: 2px solid #C7B857;
    height: 220px;
	background-size: 98%;
	margin: auto auto 35px;
}

.cab-2 {
	margin: auto;
	background-image: url(../../imagenes/2013_art1/2013_cabecera2.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	border-bottom: 2px solid #C7B857;
    height: 220px;
	background-size: 98%;
	margin: auto auto 35px;
}

.cab-3 {
	margin: auto;
	background-image: url(../../imagenes/2013_art1/2013_cabecera3.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	border-bottom: 3px solid #C7B857;
    height: 220px;
	background-size: 98%;
	margin: auto auto 35px;
}

.cab-4 {
	margin: auto;
	background-image: url(../../imagenes/2013_art1/2013_cabecera4.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	border-bottom: 2px solid #C7B857;
    height: 220px;
	background-size: 98%;
	margin: auto auto 35px;
}

.cab-5 {
	margin: auto;
	background-image: url(../../imagenes/2013_art1/2013_cabecera5.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	border-bottom: 2px solid #C7B857;
    height: 220px;
	background-size: 98%;
	margin: auto auto 35px;
}

.cab-6 {
	margin: auto;
	background-image: url(../../imagenes/2013_art1/2013_cabecera6.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	border-bottom: 2px solid #C7B857;
    height: 220px;
	background-size: 98%;
	margin: auto auto 35px;
}

.cab-7 {
	margin: auto;
	background-image: url(../../imagenes/2013_art1/2013_cabecera7.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	border-bottom: 2px solid #C7B857;
    height: 220px;
	background-size: 98%;
	margin: auto auto 35px;
}

.cab-8 {
	margin: auto;
	background-image: url(../../imagenes/2013_art1/2013_cabecera_ambiente.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	border-bottom: 2px solid #C7B857;
    height: 220px;
	background-size: 98%;
	margin: auto auto 35px;
}

.cab-9 {
	margin: auto;
	background-image: url(../../imagenes/2013_art1/2013_cabecera9.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	border-bottom: 2px solid #C7B857;
    height: 220px;
	background-size: 98%;
	margin: auto auto 35px;
}

.cab-10 {
	margin: auto;
	background-image: url(../../imagenes/2013_art1/2013_cabecera10.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	border-bottom: 2px solid #C7B857;
    height: 220px;;
	background-size: 98%;
	margin: auto auto 35px;
}

.cab-11 {
	margin: auto;
	background-image: url(../../imagenes/2013_art1/2013_cabecera_culinaria.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	border-bottom: 2px solid #C7B857;
    height: 220px;
	background-size: 98%;
	margin: auto auto 35px;
}

.cab-12 {
	margin: auto;
	background-image: url(../../imagenes/2013_art1/2013_cabecera_conclusiones.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	border-bottom: 2px solid #C7B857;
    height: 220px;
	background-size: 98%;
	margin: auto auto 35px;
}

.content h2 {
	font-weight: 300;
	/*font-weight:bold;*/
	font-size: 4em;
	padding: 0 0 10px;
	color: #C7B857; /*#333;*/
	margin: 0 1% 10px;
	text-align: left;
	box-shadow: 0 10px 0 rgba(70,31,86,0.1);
	/*box-shadow: 0 10px 0 rgba(0,0,0,0.02);*/
	text-shadow: 0 0 2px #fff;
	line-height: 0.9;
}


.content h4 {
	font-weight: 100;
	/*font-weight:bold;*/
	font-size: 2em;
	padding: 0 0 10px;
	color: #000; /*#333;*/
	margin: 0 1% 20px;
	text-align: center;
	box-shadow: 0 10px 0 rgba(70,31,86,0.1);
	box-shadow: 0 10px 0 rgba(0,0,0,0.1);
	text-shadow: 0 0 2px #fff;
}
.content h3 {
	font-weight: 100;
	/*font-weight:bold;*/
	font-size: 2em;
	padding: 0 0 10px;
	color: #C7B857; /*#333;*/
	margin: 0 1% 20px;
	text-align: left;
	/*box-shadow: 0 10px 0 rgba(70,31,86,0.1);
	box-shadow: 0 10px 0 rgba(0,0,0,0.02);
	text-shadow: 0 0 2px #fff;*/
}

/*.content img {


	padding: 0 0 10px;
	margin: 0 1% 40px;
	text-align: right;

}*/

.no-js .content h2 {
	padding: 40px 1% 20px;
}

.content p {
	font-size: 1.2em;
	line-height: 1.6;
	font-weight: 300;
	padding: 5px 8%;
	text-align: justify;
}

@media screen and (max-width: 800px){
	.no-js .menu-panel {
		display: none;
	}

	.no-js .container {
		padding: 0;
	}
}

@media screen and (max-width: 400px){
	.menu-panel,
	.content {
		font-size: 75%;
	}
}