/* ESTILOS COMUNES EN LOS INTERIORES */

.cabeceras-interiores {
	background-color: #f5f5f5;
	padding: 30px 20px;
	margin-bottom: 15px;
}

.breadcrumb {
	padding: 0px;
	color: #3394c1;
	margin-bottom: 10px;
}

.breadcrumb a {
	color: #3394c1;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
}

.fa-home {
	font-size: 20px;
	font-size: 2rem;
}

.fa-chevron-right {
	font-size: 11px;
	font-size: 1.1rem;
	margin-right: 5px;
	margin-left: 5px;
}

.cabeceras-interiores h1 {
	color: #6b6b6b;
	font-weight: 700;
	font-size: 32px;
	font-size: 3.2rem;
	margin: 0px 0px 0px 0px;

}

.cuerpo-interior {
	margin-top: 10px;
}


/* INSTITUCIONAL ------- */
/* MENU LATERAL INTERIOR */
.lateral-izq {
	padding-left: 0px;
	margin-bottom: 20px;
}

.menu-lateral {
	display: block;
	font-size: 20px;
	font-size: 2rem;
	color: #aeaeae;
	font-weight: 400;
	padding: 15px 20px;
	border-bottom: 1px solid #d5d5d5;
}

a.menu-lateral:hover, #active-lateral {
	color: #278ebe;
	text-decoration: none;
	background: url('../images/arrow-menu.jpg') no-repeat right center;
}

/* CUERPO CENTRAL */
.lateral-der h1 {
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 700;
	color: #36a0d1;
	margin-top: 15px;
	margin-bottom: 20px;
}

.lateral-der p {
	font-size: 14px;
	font-size: 1.4rem;
	color: #747474;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 22px;
	line-height: 1.5em;
}

.lateral-der h2 {
	font-size: 17px;
	font-size: 1.7rem;
	color: #747474;
	font-weight: 600;
	margin-top: 0px;
	margin-bottom: 8px;
	line-height: 1.5em;
}

.lateral-der img {
	margin-bottom: 25px;
}

.col-destacados {
	padding-left: 20px;
	padding-right: 20px;
}

.col-destacados a {
	display: block;
	margin-bottom: 8px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.col-destacados a:hover {
	opacity: 0.75;
}

/* SERVICIOS */
.proyectos h1 {
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 700;
	color: #36a0d1;
	margin-top: 15px;
	margin-bottom: 20px;
}

.proyectos a {
	display: block;
}

.estado-proyectos {
	background-color: #F60;
    color: #FFF;
    font-size: 10px;
    font-size: 1rem;
    font-weight: bold;
    padding: 3px 3px;
    border-radius: 4px;
    margin-bottom: 10px;
    display: inline-block;
}

.contenedor-flyers {
}

.contenedor-flyers a {
	display: block;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.contenedor-flyers a:hover {
	opacity: 0.8;
}

/* BIBLIOTECA */
.biblioteca h2 {
	font-size: 19px;
	font-size: 1.9rem;
	color: #36a0d1;
	font-weight: 600;
	margin-top: 0px;
	margin-bottom: 8px;
	line-height: 1.5em;
}

.biblioteca a:link, .biblioteca a:active, .biblioteca a:visited {
	display: inline-block;
	color: #747474;
	margin-bottom: 15px;
}

.biblioteca a:hover {
	color: #36a0d1;
	text-decoration: none;
}

.biblioteca .fa-file-pdf-o {
	font-size: 18px;
	font-size: 1.8rem;
}

/* CONTACTO ----------*/
.cont-formulario label {
	color: #9a9a9a;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 400;
}

.linea-form {
	margin-bottom: 15px;
}

.cont-formulario .linea-radio {
	font-size: 13px;
	font-size: 1.3rem;
}

.cont-formulario input[type="text"], .cont-formulario textarea {
	border-radius: 2px;
}

.cont-formulario textarea {
	resize: none;
}

.cont-formulario input[type="submit"] {
	background-color: #36a0d1;
	color: #FFF;
	font-size: 15px;
	font-size: 1.5rem;
	border-radius: 0px;
	width: 40%;
	text-transform: uppercase;
	border: 1px solid #36a0d1;
}

#map_canvas_c {
	margin-top: 20px;
	height: 460px;
	border: 5px solid #dcdcdc;
	margin-bottom: 15px;
}

#datos-contacto {
	color: #808080;
}

#datos-contacto h4 {
	font-weight: 600;
	font-size: 14px;
	font-size: 1.4rem;
}

#datos-contacto p {
	font-size: 13px;
	font-size: 1.3rem;
	margin-bottom: 0px;
	line-height: 2.5rem;
}

#datos-contacto a {
	color: #808080;
}

#datos-contacto p i {
	font-size: 18px;
	margin-right: 7px;
	vertical-align: text-bottom;
}

.caracteres {
    display: block;
    text-align: right;
    padding-top: 5px;
    font-size: 12px;
    color: #adadad;
}

/* NOVEDADES ----------- */

.bloque-novedad {
	border-bottom: 1px solid #EBEBEB;
	padding-bottom: 30px;
	padding-top: 30px;
}

.bloque-novedad .titulo {
    font-size: 19px;
    font-size: 1.9rem;
    color: #36a0d1;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 10px;
    display: block;
}

.bloque-novedad p {
	color: #585858;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2rem;
	margin-bottom: 10px;
}

.bloque-novedad-ampliada p {
	margin-bottom: 20px;
}

.bloque-novedad .ver-mas-novedad {
	color: #36a0d1;
	font-weight: 600;
	font-size: 15px;
	font-size: 1.5rem;
	display: block;
}

.bloque-novedad .ver-mas-novedad:hover {
	color: #2f89b3;
	text-decoration: none;
}

.logos-enlaces {
	margin-top: 10px;
	text-align: center;
}

.logos-enlaces a:link,  .logos-enlaces a:visited, .logos-enlaces a:active {
    margin-right: 40px;
    margin-bottom: 20px;
    border: 3px solid #EBEBEB;
}

.logos-enlaces a:hover {
    border: 3px solid #36a0d1;
}

/* GALERIAS */
.bloque-galeria {
	margin-bottom: 20px;
}
.galeria-img img {
    border: 4px solid #E9E9E9;
}

.galeria-img img:hover {
    border: 4px solid #36a0d1;
}

a .galeria-texto {
    color: #7C7C7C;
    text-decoration: none;
    font-size: 16px;
    text-align: center;
    padding-top: 8px;
}

.imagen-ampliada-sp h2 {
    color: #2196F3;
    margin-bottom: 0px;
    padding-left: 18px;
    font-weight: 600;
    margin-top: 30px;
}

.texto-ampliada-sp {
    padding-left: 18px;
    font-size: 14px;
    line-height: 152%;
}

span.resultados {
    display: none;
    padding: 11px 15px;
    border: solid 1px #36a0d1;
    margin-left: 15px;
    font-size: 12px;
    float: right;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 

	.cuerpo-interior {
		margin-top: 30px;
	}

	.lateral-izq {
		padding-left: 0px;
	}

	#map_canvas_c {
		height: 460px;
		border: 5px solid #dcdcdc;
		margin-bottom: 15px;
		margin-top: 0px;
	}

	.cont-formulario input[type="submit"] {
		background-color: #36a0d1;
		color: #FFF;
		font-size: 15px;
		font-size: 1.5rem;
		border-radius: 0px;
		width: 20%;
		text-transform: uppercase;
		border: 1px solid #36a0d1;
		float: left;
	}

	.logos-enlaces {
		margin-top: 10px;
		text-align: left;
	}

	.logos-enlaces a:link,  .logos-enlaces a:visited, .logos-enlaces a:active {
	    margin-right: 40px;
	    margin-bottom: 40px;
	    border: 3px solid #EBEBEB;
	}

	.logos-enlaces a:hover {
	    border: 3px solid #36a0d1;
	}

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: @screen-md-min) { ... }

/* Large devices (large desktops, 1200px and up) */
@media (min-width: @screen-lg-min) { ... }