@-webkit-viewport{width:device-width}
@-moz-viewport{width:device-width}
@-ms-viewport{width:device-width}
@-o-viewport{width:device-width}
@viewport{width:device-width}

body{

	background: #f1f1f1;
	font-family: "Segoe UI", Tahoma, sans-serif;
	font-size: 13px;
	line-height: 19px;
}

.wrapper{
	width: 100%;
	background: white;
	margin: 0 auto;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	border-right: solid 1px #e5e5e5;
	border-left: solid 1px #e5e5e5;
	border-bottom: solid 1px #e5e5e5;

	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

header{
	padding: 25px 0 0 0;
}
header .logo{
	margin: 0;
}
header .suscripcion{
	padding: 23px 0 0 0;
	text-align: right;
}
.conten_codigo_cab{
	background: #f8f8f8;
	width: 100%;
	padding: 10px;
	border: solid 1px #f1f1f1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.inp_cab_1{
	width: 60px;
	height: 32px;
	text-align:center;
}
.inp_cab_2{
	width: 45px;
	height: 32px;
	text-align:center;
}
.inp_cab_3{
	width: 76px;
	height: 32px;
	text-align:center;
}

.inp_cab2{
	height: 32px;
	padding-top: 5px;
}

.nombre_bienv{
	background: #fff;
	padding: 5px;
	font-size: 11px;
	line-height: 14px;
	color: #278527;
	border: solid 1px #c4efc4;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.msj_error{
	background: url(../images/icon_error.png) no-repeat;
	color:#df050a;
	padding-left: 25px;
}
/*MENU*/
#menu{
	background: #822719;
	margin: 20px 0 10px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#menu ul li a{
	color: white;
	text-decoration: none;
	border-right: solid 1px #fff;
	padding: 10px 8px;
}

#menu ul li.active{
	background: #f08c20;
}


/*DROPDOWN */
.dropdown-toggle{
	background: #822719;
	font-size: 14px;
}
.nav .caret{
	border-top-color: #fff;
	border-bottom-color: #fff;
}

#menu .dropdown-menu li a{
	display: block;
	padding: 9px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	color: #333;
	white-space: nowrap;
	border-bottom: solid 1px #dddddd;
}
#menu .dropdown-menu .sin_enlace{
	display: block;
	padding: 9px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	color: #333;
	white-space: nowrap;
	border-bottom: solid 1px #dddddd;
	}
#menu .dropdown-menu li a:hover{
	color: #fff;
}
#menu .nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #822719;
}
/*DROPDOWN */



#menu ul li a:hover{
	background: #f08c20 !important;
}
.titulo_menu{
	background: #822719;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	padding: 10px 30px 10px 15px;
	color: #fff;
}

.titulo_menu2{
	width: 450px;
	background: #822719;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	padding: 10px 30px 10px 15px;
	color: #fff;
	
}
.conten_titulos{
	border-bottom: solid 1px #dddddd;
}
.conten_titulos span{
	
	margin-bottom: -10px;
}

/*MENU RESPONSIVE*/
nav select {
  display: none;
}

/**/
h2{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 30px;
	color: #464646;
}
.conten_in1{
	margin: 20px 0 0 0;
}
.conten_in2{
	border: solid 1px #e6e6e6;
	margin: 10px 0;
}
.conten_in3{
	margin: 10px 0 20px 0;
}
.titulo{
	/*background: #2e496d;*/
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 25px;
	color: #525252;

	margin: 0px 0 10px 0;
}
.tit_por{
	color: #226494;
	font-weight: 400;
	padding-left: 40px;
}

/*BANNER*/
.banner{
	border: solid 1px #dddddd;
}
.carousel-control img{
	padding-top: 100%;
}
.carousel-indicators li {
	border: 1px solid #383838;
}
.carousel-indicators .active {
	background-color: #383838;
}
.carousel-control.left {

	background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.0001)));
	background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.2) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.0001) 100%);
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.0001) 100%);
}
.carousel-control.right {
	background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.2)));
	background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.2) 100%));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.2) 100%);
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.2) 100%);
}
.carousel-control.left img{
	padding: 100% 55px 0 0 !important;
}
.carousel-control.right img{
	padding: 100% 0 0 55px !important;
}
.carousel-indicators {
	bottom: 0px;
}
/* BANNER DERECHA*/
#banner_right .carousel-control.left img{
	padding: 200px 0 0 0 !important;
}
#banner_right .carousel-control.right img{
	padding: 200px 0 0 0!important;
}


/*BODY INDEX*/
.panel_articulos{
	margin-top: -5px;
}
.conten_articulo{
	border: solid 1px #d2d2d2;
	margin-top: 20px;
}
.area_articulo{
	position: absolute;
	padding: 0 10px 0 10px;
	background: #000;
	/*opacity:0.6;
	filter:alpha(opacity=60);*/
	color: #fff !important;
}
.conten_articulo img{
	width: 100%;
	height: 180px;
}
.rev_actual img{
	width: 100%;
	height: 330px;
}
.fnd_rev_actual {

-webkit-box-shadow: 0px 0px 5px 0px rgba(168,168,168,1);
-moz-box-shadow: 0px 0px 5px 0px rgba(168,168,168,1);
box-shadow: 0px 0px 5px 0px rgba(168,168,168,1);
}

.titulo_articulo{
	font-size: 17px;
	line-height: 16pt;
	margin: 8px 0;
	padding: 0 10px;
}
	.titulo_articulo a{
		color: #222222;
	}
	.titulo_articulo a:hover{
		color: #c00909;
		text-decoration: none;
	}
.descripcion_articulo{
	font-size: 14px;
	line-height: 14pt;
	padding: 0 10px;
}
.pie_articulo{
	background-color: #f3f3f3;
	padding: 10px;
}
.pie_articulo img{
	width: 70px;
	height: 70px;
}
.nombre_autor{
	padding: 0 0 0 10px;
}
.cargo_autor{
	padding: 0 0 0 10px;
	color: #797979;
	font-size: 10px;
	line-height:11px !important;
}
.autor_int{
	background: #f8f8f8;
	border:solid 1px #dddddd;
	padding: 10px;
	margin-bottom: 15px;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
	.autor_int .nombre_autor{
		color: #0a78e9;
	}
	.autor_int .cargo_autor{
		font-size: 13px;
		line-height: 19px !important;
	}
.icons_social{
	border-top: solid 1px #dddddd;
	padding-top: 5px;
	margin: 5px 0 0 0;
}
/*Lectura*/
.conten_articulo_lec{
	margin-top: -5px;
}
.titulo_articulo_lec{
	font: bold 30px/33px 'Open Sans', sans-serif;
	color: #222222;
}
.descripcion_articulo_lec{
	margin-top: 20px;
	font: 15px/22px 'Open Sans', sans-serif;
	color: #222222;
}


.noticia{
	padding:10px 0 0 0;
	border-top: solid 1px #dddddd;
	margin: 0 0 10px 0;
}

.conten_int{
	padding: 10px;
	margin-bottom: 15px;
	border: 1px solid #dddddd;

	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.table{
	margin-bottom: 0px;
}
.table_izq{
	width: 100%;
}
.table_izq td{
	padding: 4px;
	border-top: 1px solid #dddddd;

}
.enlaces_pie{
	position: relative;
	background: #822719;
	margin: 0 -15px -15px -15px;
	color: #e4e4e4;
	padding: 15px 15px 20px 15px;


		-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;

}
.enlaces_pie a{
	color: #e4e4e4;
	margin: 0 20px
}
.enlaces_pie hr{
	border-color: #a34436;
}

/*SUSCRIPCION*/
.conten_suscripcion{
	clear: both;
	margin:0px;
}
.s_titulo{
	background: #822719;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: white;
	font-size: 18px;
	line-height: 23px;
	padding: 10px 0 10px 20px;
	
}

.s_contacto{
	background: #2e496d;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: white;
	font-size: 18px;
	line-height: 28px;
	padding: 10px 0 10px 20px;
	text-align:center;
}
/*body inerior*/
#body_inferior{
	background-color: #f8f8f8;
	margin: 0 -15px 0 -15px;
	padding: 15px 15px 0 15px;
	border-top: solid 1px #f1f1f1;
}

#body_inferior .conten_int{
	background-color: #fff;
}

footer{
	text-align: center;
	margin: 15px 0;
	color: #7e7e7e;
}
.mensaje_sup{
	position: fixed;

	height: 30px;
	width: 100%;
	background: #ea3030;
	color: white;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 20px;
	text-align: center;
	padding: 10px 0 2px 0;
}
.error{
	color: #b94a48 !important;
}
.error ul{
	list-style: none;
	margin-left: -35px;
	font-size: 11px;
	line-height: 13px;
	text-align: center;
}
.help-inline{
	color: #468847 !important;
}
small{
	color: #822719 !important;
}
/**/
.container2{
	width: 840px;
	margin: 0 auto;
}
.titulo_int{
	margin: 0 10px 10px 10px;
}
.division{
	height: 20px;
	background: #f2f2f2;
	border: solid 1px #dddddd;
	margin: -5px 0 20px 0;
}
.list-group-item{
	color: #428bca;
}
/*REVISTAS DIGITALES*/
.conten_rev_dig small{
	color: #a7a7a7 !important;
	font-size: 12px;
}
.conten_rev_dig select{
	font-size: 12px;
}
.conten_rev_dig .tit_edicion {
	font-size: 18px;

	padding: 10px 0 10px 0;
	color: #585858;
}
/*CODIGO*/
.wcodigo{

	margin: 25px 0 0 0;
	border: solid 1px #e5e5e5;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
-webkit-box-shadow: 0px 0px 10px 0px rgba(194,194,194,1);
-moz-box-shadow: 0px 0px 10px 0px rgba(194,194,194,1);
box-shadow: 0px 0px 10px 0px rgba(194,194,194,1);
}
.conten_cab_cod{
	background: #822719 url(../images/img_apenal_fondo_palacio.png);
	margin: -25px -15px 20px -15px;
	padding: 20px 0 20px 20px;

	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

input:focus{
	background-color: #822719;
	color: #fff;
}
textarea:focus{
	background-color: #822719;
	color: #fff;
}
.wcodigo input{
	font-size: 18px;
	text-align: center;
	font-size: sans-serif;

}
.text_c1{
	width: 105px;
	font-weight: bold;
}
.text_c2{
	width: 62px;
	font-weight: bold;
}
.text_c3{
	width: 150px;
	font-weight: bold;
}
.text_c4{
	width: 150px;
	height: 38px;
	font-size: 15px !important;
	padding-top: 5px !important;
}
.btn-xs{
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
/*TABS*/
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	background: #2e496d;
	color: #fff;
}

/*DIALOG*/
.ui-dialog{
	font-size: 12px;
}
/*EBOOKS*/

.titulo-libro-n{
	color: #fff;
	text-align: center;
	padding: 10px 5px;
	font-size: 14px;
	background: #822719;
	margin: 0;

	-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;

}
.cont_libro_nw{
	text-align: center;
	padding: 0 0 10px 0;
	border-bottom: solid 1px #dddddd;
	border-right: solid 1px #dddddd;
	border-left: solid 1px #dddddd;
}
.cont_libro_nw img{
	margin: 10px 0;
}
/**/
.aviso_panel{
	color: #d10000;
	padding: 4px 0 0 0;
}
/**/
.text-primary{color: #428bca}
.text-success{color: #5cb85c}
.text-info{color: #5bc0de}
.text-warning{color: #f0ad4e}
.text-danger{color: #d9534f}

/*Ebooks*/
.conten_ebook small{
	display:inline-block;
	font-size: 12px;
	margin-top: 5px;
	color: #bebebe !important;
}
.button-lv{
	background: #5cb85c;
}
.button-lv-none{
	background: #fff;
	color: #999;
}
.text-proximo{
	background: rgba(212, 212, 212, 0.38);
    border: solid 1px #CCCCCC;
    color: #484848;
    padding: 6px 10px;
    border-radius: 3px;
}
.cont_2016{
	margin-bottom: 25px;
}
.cont_2016 img{
	width: 150px;
	border: solid 1px rgba(224, 224, 224, 0.65);
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.1);
    box-shadow: 0 3px 5px rgba(0,0,0,0.1);
    margin: 15px 0;
}

/**/
.select_mes{
	position: relative;
top: 49px;
margin-top: -43px;
}

/*Indices acumulativos*/
.cont_bread{
	position: relative;
	z-index: 3;
}
.cont_iacum{
	background: #f8e8e5;
	border: solid 1px #dac1bb;
	border-radius: 4px;
	padding: 5px;
	position: relative;
	z-index: 3;
}
.conten_rev_dig{
	margin-top: 10px;
}

/*REVISTAS*/
.rev-titulo{
	font-weight: bold;
    background: rgba(241, 241, 241, 0.88);
    padding: 8px 5px 4px 5px;
}
.text-subtitulo{
	font-weight: bold;
    color: #333;
    padding-bottom: 5px;
}