@charset "utf-8";
/* CSS Document */
/* View < 1200px */ 
@media (max-width: 1200px){ 
/* Styles */} 

/* Max width 1024px and orientation: landscape for iPad in landscape */ 
@media (max-device-width: 1024px) and (orientation: landscape){ 
/* Styles */} 

/* Design for a width of 768px for iPad in portrait */ 
@media (max-device-width: 1024px) and (orientation: portrait){ 
/* Styles */} 

/* Design for a width of 740px for Tablet (Portrait) */ 
@media only screen and (min-width: 768px) and (max-width: 959px){ 
/* Styles */} 

/* Design for a width of 420px for Mobile (Landscape) */ 
@media only screen and (min-width: 601px) and (max-width: 767px){ 
/* Styles */} 

/* Mobile width < 600px */ 
@media (max-width: 600px){ 
/* Styles */} 
body{
	background-color: #FCF9F5;
}

#fondo-home{
	min-height: 305px;
	/*background-color: #467f6e;*/
	/*background-color: #9da89f;*/
	background-color: #7e867d;
	overflow: hidden;
}


.foto-home{float: left;}
.txt-home{
	float: left;text-align: left;	
	color: #FFF;
	font-size: 1.2em;
	font-style: italic;
	padding-top: 100px;
	line-height: 1.8em;
	margin-left: -40px;	/*padding-left: 30px;*/
}
@media (max-width: 768px){ 
.txt-home{
	margin-left: 0px;font-size: 1em;
	padding-top: 10px;
	text-align: left;
	padding-bottom: 10px;
}} 

.encabezado {
    background-color: #7f1616;
    opacity: 1;
    width: 100%;
    overflow-x: hidden;
}
.titulos{
	font-size: 18px;
	color: #7f1616;
}
.titulos-2{
	font-size: 14px;
	color: #577C71;
}
.color{color:#7f1616;}
.color2, .titulos.color2{
	color: #577C71;
}
.wrapper{}
@media (min-width: 768px) {
    .navbar-centered .navbar-nav {
        float: none;
        text-align: center;
    }
    .navbar-centered .navbar-nav > li {
        float: none;
    }
    .navbar-centered .nav > li {
        display: inline;
    }
    .navbar-centered .nav > li > a {
        display: inline-block;
    }
}
.navbar-default .navbar-nav > li > a {
	color: #000;opacity: 1!important;
	font-weight: bold;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #7f1616!important;
	font-weight: bold;
}

.navbar, .navbar-default{background-color: #ffffff; opacity: 1;}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #7f1616!important;
}
.navbar{
	/*background-image: url(../images/bg-navbar.png);*/
	margin-bottom: 0px;
}



@media (max-width: 320px) {
 
#fondo-home{
	background-size: auto 40%;
	background-position: center top;
	
}
}
@media (max-width: 480px) {

#fondo-home{
background-size: auto 60%;background-position: center top;
}
}
@media (max-width: 700px) {
  .slide-back{min-height: 600px; 
}
/*.slide-back h2{
padding-top: 40%;padding-left: 50%;
}*/
#fondo-home{
	background-size: auto 40%;
	text-align: center;
}
}
@media (max-width: 980px) {
  .slide-back{min-height: 600px; 
}
/*.slide-back h2{
padding-top: 40%;padding-left: 50%;
}*/
#fondo-home{
background-size: auto 60%;
}
}

img {
max-width: 100%;
}
/*Footer*/
footer{
	background-color: #48484a;
	min-height: 200px;
	color: #666;
	padding-top: 30px;
	padding-bottom: 30px;
}
footer a:link, footer a:visited{
	color: #666;
}
footer a:hover{
	color: #FFF;
	text-decoration: none;
}


.form-control.small{
	width: auto!important;
	display: inline;
}

.container-fluid {
	padding: 0px;
}
#titulo-pagina{
	color: #FFF;
	background-color: #577C71;
	margin-bottom: 20px;
}
#titulo-pagina h1, #titulo-pagina h1 a:link, #titulo-pagina h1 a:visited{color: #FFF;}
#titulo-pagina h1:hover{
	color: #FFF;
}
.articulos{min-height: 162px;}
.entre{min-height: 330px;}
@media (max-width: 768px){ 
.entre{min-height: 120px;}}
.entre-corto{min-height: 250px;}
.articulos h5{
	font-weight: bold;
}
.articulos h4{
	font-weight: bold; color: #7f1616;
}
.articulos-img{
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	max-height: 150px;
	border: 1px solid #666;
}
.articulos-img2{
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	max-height: 100px;
	border: 1px solid #666;
}

.articulos a:link, .articulos a:visited{
	color: #7f1616;
}
.articulos a:hover{
	text-decoration: underline;
}
.articulos-txt{
	text-align: justify;
}
.articulos h5{
	line-height: 1.5em!important;
}
.raya{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7f1616;
	margin-bottom: 20px;
	float: left;
}
.sep{
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7f1616;
}
.sep-act{
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7f1616;
	margin-top: 20px;
	margin-bottom: 20px;
}
.subt{
	color: #7f1616;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	margin-top: 20px;
}
.subt-act{
	color: #7f1616;
	font-weight: bold;
	margin-top: 20px;
}
.act li{
	/*margin-bottom: 10px;*/
}
.f-art{
	background-image: url(../images/fondo-art.png);
	background-repeat: no-repeat;
}
.centrado{
	text-align: center;
}
/*Libros*/
.well.libros{
	min-height: 360px;

}
.libros{
	margin-bottom: 20px;
	min-height:200px;
	
}
.libros-titulo{
	font-size: 1.8em;
	color: #7f1616;
}
.libros-editorial{}
.libros-img{
	border: 1px solid #5C5C5C;
	float: left;
	margin-right: 20px;
	-webkit-box-shadow: 5px 5px 6px 1px rgba(0,0,0,0.17);
	-moz-box-shadow: 5px 5px 6px 1px rgba(0,0,0,0.17);
	box-shadow: 5px 5px 6px 1px rgba(0,0,0,0.17);
}
.libros-img-derecha{
	border: 1px solid #5C5C5C;
	float: right;
	margin-left: 20px;
	-webkit-box-shadow: 5px 5px 6px 1px rgba(0,0,0,0.17);
	-moz-box-shadow: 5px 5px 6px 1px rgba(0,0,0,0.17);
	box-shadow: 5px 5px 6px 1px rgba(0,0,0,0.17);
}
.libros-raya{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #577C71;
	clear: both;
}
.libros-subt{
	color: #577C71;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;*/
	margin-top: 5px;
	font-weight: bold;
}
.libros-margen{
	/*padding-left: 122px;*/
}
.libros-header{
	/*background-color: #F4F4F0;*/
	/*padding: 10px;*/
	clear: both;
}
.glyphicon-chevron-right{
	color: #999;
}
.well-home{
	background-image: -webkit-linear-gradient(top, #e4e0d4 0%, #e4e0d4 100%);
	background-image: -o-linear-gradient(top, #e4e0d4 0%, #e4e0d4 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e4e0d4), to(#e4e0d4));
	background-image: linear-gradient(to bottom, #e4e0d4 0%, #e4e0d4 100%);
	background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4e0d4', endColorstr='#e4e0d4', GradientType=0);
	border-top-color: #DDD8C8;
	border-right-color: #DDD8C8;
	border-bottom-color: #DDD8C8;
	border-left-color: #DDD8C8;
	text-align: center;
}
.well-home img{
	margin-right: auto;
	margin-left: auto;
}
.well-clara{
	background-image: -webkit-linear-gradient(top, #eeeae6 0%, #eeeae6 100%);
	background-image: -o-linear-gradient(top, #eeeae6 0%, #eeeae6 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeae6), to(#eeeae6));
	background-image: linear-gradient(to bottom, #eeeae6 0%, #eeeae6 100%);
	background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeae6', endColorstr='#eeeae6', GradientType=0);
	border-top-color: #eeeae6;
	border-right-color: #eeeae6;
	border-bottom-color: #eeeae6;
	border-left-color: #eeeae6;
	font-size: 90%;
}
.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent; }

.sin-margen{
	margin-bottom: 0px!important;
}
.m-derecho{
	margin-right: 20px;
}
.m-izq{
	margin-left: 20px;
}
.video-responsive {
position: relative;
padding-bottom: 56.25%; /* 16/9 ratio */
padding-top: 30px; /* IE6 workaround*/
height: 0;
overflow: hidden;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.txt_pdf{
    font-size: 1em;
}
.color-negro .articulos a:link {color:#000000 !important}
