@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,500,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800');
html {
  position: relative;
  min-height: 100%;
}
body{
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	font-weight: 400;
	background: #f2f2f2;
	color: #333333;
	padding-top:30px;
}
/* Scroll Bar */
@media screen and (min-width: 299px){
  ::-webkit-scrollbar {width:3px;height:3px;}
  ::-webkit-scrollbar-track-piece {background:##344A60;}
  ::-webkit-scrollbar-thumb {background:#2e5275;}
  ::-webkit-scrollbar-thumb:hover {background: #000;}
}
@media screen and (min-width: 330px){
  ::-webkit-scrollbar {width:8px;height:5px;}
  ::-webkit-scrollbar-track-piece {background:##344A60;}
  ::-webkit-scrollbar-thumb {background:#2e5275;}
  ::-webkit-scrollbar-thumb:hover {background: #000;}
}

a:hover{
	text-decoration:none;
}
.title-head{
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	text-transform: uppercase;
	line-height: 33px;
    font-weight: 700;
    color: #344A60;
    margin-bottom: 10px;
}
.title-head .color-1{
	color: #717171;
}
.title-head .color-2{
	color: #000000;
}


.link-logo:hover{
	text-decoration: none;
}
.img-logo {
	margin-top:15px;
}
.img-logo img{
	width:200px;
}

/*MENU*/
nav.portada ul.nav li.nav-item a{
	background-color: #344A60;
	color: #fff;
	text-align: center;
	margin-bottom: 15px;
	text-transform:uppercase;
	font-size: 13px;
}
nav.portada ul.nav li.nav-item a:hover{
	background-color: #717171;
}

nav.interno{
	margin-top:30px;
	padding-left: 0;

}
nav.interno ul.nav li.nav-item a{
	color: #8c9197;
 	border-bottom: solid 1px #808080;
	text-transform:uppercase;
	font-size: 13px;
	font-weight: 600;
	padding-top:20px;
	padding-bottom:20px;
	padding-left: 0px;
}
nav.interno ul.nav li.nav-item a:hover{
	color: #344A60;
	text-decoration:none;
}
nav.interno ul.nav li.nav-item a.active{
	color: #344A60;
}
.navbar-brand{
	display: none;
}

a.text-link-1 p{
	color: #666;
	margin-bottom: 0px;
}
a.text-link-1 p:hover{
	color: #007BFF;
	text-decoration: underline;
}

.conten-1{
	border: solid 1px #344A60;
	padding: 15px;
}
.conten-1 a{
	color: #8e8d8d ;
}

.conten-1 a:hover{
	color: #007acc;
	text-decoration: underline;
}

.title-area-1{
	font-size: 24px;
	text-transform: uppercase;
	line-height: 35px;
    font-weight: 600;
    color: #344A60;
    margin-bottom: 0px;
}
.title-cuadro {
	font-size: 20px;
	text-transform: uppercase;
	line-height: 35px;
	font-weight: 600;
	color: #344A60;
}
.conten-cuadros{
	margin-top: 30px;
 
}
.cuadro-portada{
	border-left: solid 1px #344A60;
	padding-left: 15px;
	min-height: 500px;

	height: 100%;
}
.conten-lectura{
	margin-bottom:80px;
}
.unborder{
	border-left: none;
}
.nombre-autor{
	display: block;
	font-style: italic;
	color: #333;
	margin-bottom: 15px;
}


.conten-lectura .conten-pie{
	border-top: solid 1px #344a60;
	padding-top:30px;
	margin-top: 30px;
	margin-bottom:50px;
}

.text-inline{
	border-top: solid 2px #000;
	border-bottom: solid 2px #000;
	margin-bottom: 15px;
	background: #e8e8e8;
}
.text-inline ul{
	margin-bottom:0px;
}
.text-inline li{
	border-right: solid 1px #000;
	text-align:center;
	padding-top: 5px;
	padding-bottom: 5px;

	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
}
.text-inline li a{
	color: #666;
}
.text-inline li a:hover{
	color: #007acc;
	text-decoration:uppercase;
}
.text-inline li:last-child{
	border-right: none;
}

footer{
	background-color: #344A60;
	color: #fff;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;

	 
  	width: 100%;
}

@media (max-width: 576px) {

}


@media (max-width: 768px) {
	.navbar-brand{
		display: block;
		margin: 10px;
	}
	.navbar-toggler{
		margin: 10px;
	}
	nav.portada .navbar-dark .navbar-toggler{
		color: rgba(255, 255, 255, 0.9);
    	border-color: rgba(255, 255, 255, 0.9);
	}
	nav.portada{
		background-color: #344a60;
		margin-top: 30px;
		margin-bottom: 30px;
		padding: 0px;
   		border: none;
	}
	.navbar-collapse{
		background: #f2f2f2;
	}
	nav.portada ul.nav li.nav-item:first-child{
		margin-top:10px;
	}
	.not-border{
		border-left: none;
	}
	.cuadro-portada{
		min-height: auto;
	}

	/*NAVBAR INTERNO*/
	nav.interno{
		background-color: #e6e7e8;
		margin-top: 30px;
		margin-bottom: 30px;
		padding: 0px;
   		border: none;
	}
	nav.interno a.navbar-brand{
		color: #344a60;
	}
	nav.interno .navbar-dark .navbar-toggler{
		color: #344a60;
    	border-color: #344a60;
	}

}
blockquote{
    margin-left: 40px;
    font-size: 12px;
    color: #333;
}
.text-dedicatoria-1{
	text-align: right;
	font-size: 10px;
	}

.dedicatoria-1{
	text-align: right;
	font-size: 10px;
	}

pre{
    font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	color: #344a60;
	font color: 344a60;
}

.title-head .fecha-3{
	font-size: 23px;
	line-height: 15px;
	color: #717171;
}

@media (min-width: 1200px){
	.wrapper-home {
    	width: 1350px;
	}
	.link-logo{
		width: 285px !important;
	}
	.link-logo-home{
		position: absolute;
	}
	.link-menu{
		width:280px;
	}
}

.conten-indexada{
	border-top: solid 1px #344A60;
	margin-top: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.barra-idioma{
	border-left: solid 1px #344A60;
}
.conten-indexada a{
	display: inline-block;
	width: 100%;
	background-color: #ffffff;
	min-height: 60px;
	text-align: center;
	line-height: 59px;
	border: solid 1px #e2e2e2;
	margin-bottom: 20px;
}
.conten-indexada a:hover{
	border: solid 1px #344A60;
	transition: 0.7s;
}
.conten-indexada a img{
	max-height: 60px;
	
}