/* INICIO VÍDEO EN IFRAME */

div.vid.listados_tabs {
	height: 0;
	padding-bottom: 56.25% !important;
	position: relative;
	overflow: hidden;
}

div.vid.listados_tabs iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#wrp_flash {
	width: 100%;
}

/* FIN VÍDEO EN IFRAME */

/* INICIO COOKIES */

#politicaDeCookies {
    background-color: rgba(0, 0, 0, 0.75);
    bottom: 0px;
    color: #fff;
    display: table;
    font-family: verdana;
    font-size: 12px;
    left: 0px;
    line-height: 15px;
    margin: 0 auto;
    position: fixed;
    right: 0px;
    table-layout: fixed;
    vertical-align: middle;
    width: 100%;
    z-index: 9999;
}

#politicaDeCookiesTexto {
    color: #fff;
    display: table-cell;
    height: 50px;
    padding: 10px 20px;
    text-align: center;
    vertical-align: middle;
}

#politicaDeCookies a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

#politicaDeCookies b {
    color: #fff;
}

#politicaDeCookies a:hover {
    color: #fff;
    text-decoration: underline;
}

#politicaDeCookiesCerrar {
    color: #fff;
    display: table-cell;
    padding: 5px;
    text-align: center;
    vertical-align: top;
    width: 20px;
}

/* FIN COOKIES */

/* INICIO MODULO REDESSOCIALES */

.redes h2, .redes h3, .redes h4 {
    background: url(../img/bg_encabezados_relacionado.gif) no-repeat bottom right;
    font-size: 1.2em;
    font-weight: bold;
    color: #2f352e;
    padding: .75em .85em .6em .85em;
    margin-bottom: .35em;
}

div.redes ul li {
    display: inline-block;
    padding: 0 5px;
}

.redes  li {
    margin-left: .6em;
    margin-bottom: .5em;
}

div.redes ul {
    text-align: center;
	font-size: 1.2em;
    margin: 1em 0 1.5em;
}

/* FIN REDESSOCIALES */

/* INICIO CALENDARIOS */

div#dCalendar {
	min-height: 130px;
	position: relative;
}

div#cargaCalendar {
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
}

div#cargaCalendar img {
	margin-top: calc(100% - 130px - 55px);
}

/* FIN CALENDARIOS */

/* INICIO IFRAME */

#embedded iframe {
    width: 100%;
}

/* FIN IFRAME */



/* INICIO PARRAFO (LO QUE EN BOOTSTRAP SE LLAMA CARDS) */

div.mod_parrafo_card {
	border: 1px solid rgba(0,0,0,.125);
	border-radius: .5em;
	display: flex !important;
	margin: 1.5em 0;
}

div.mod_parrafo_card.mod_parrafo_card_izquierda {
	flex-direction: row-reverse;
}

div.mod_parrafo_card.mod_parrafo_card_derecha {
	flex-direction: row;
}

div.mod_parrafo_card.mod_parrafo_card_derecha.no_borde, div.mod_parrafo_card.mod_parrafo_card_izquierda.no_borde {
    border: none;
}

div.mod_parrafo_card_contenido {
	flex: 1 0 calc(70% - 2em);
	margin: 0;
	padding: 1em;
}

div.mod_parrafo_card_contenido a {
	font-size: 1.2em;
}

div.mod_parrafo_card_titulo {
	font-size: 1.4em;
}

div.mod_parrafo_card_titulo h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 1em 0 0.2em;
}

div.mod_parrafo_card_entradilla {
	font-weight: bold;
	
}

div.mod_parrafo_card_cuerpo {
	font-size: 1em;
}

div.mod_parrafo_card_enlace:before {
	content: "\21D2";
	display: table-cell;
	font-size: 2em;
	font-weight: bold;
	line-height: .5em;
	padding-right: .25em;
	vertical-align: middle;
}

div.mod_parrafo_card_enlace a {
	display: table-cell;
	font-size: 1.2em;
	vertical-align: middle;
}

div.mod_parrafo_card_imagen {
	flex: 1 0 30%;
	margin: 0 !important;
}

div.mod_parrafo_card_imagen .mod_parrafo_card_imagen_aux img {
	border: 0;
	float: none;
	height: auto;
	max-width: 100%;
	margin: 0;
	width: auto;
}

div.mod_parrafo_card_izquierda div.mod_parrafo_card_imagen img {
	border-radius: .5em 0 0 .5em;
}

div.mod_parrafo_card_derecha div.mod_parrafo_card_imagen img {
	border-radius: 0 .5em .5em 0;
}

div.mod_parrafo_card_imagen_aux {
	margin: 0 !important;
	position: relative;
}

div.mod_parrafo_card_izquierda div.mod_parrafo_card_imagen_aux {
	text-align: left;
}

div.mod_parrafo_card_derecha div.mod_parrafo_card_imagen_aux {
	text-align: right;
}

div.mod_parrafo_card_imagen_pie {
	background-color: #fff;
	margin: 0 !important;
	padding: .5em;
	text-align: center;
	width: auto;
}

div.mod_parrafo_card_imagen_sin_contenido {
	display: block;
	margin: 0 auto;
}

div.mod_parrafo_texto {
	margin: 1em 0;
}

div.mod_parrafo_texto_titulo {
	border-bottom: .1em solid #009956;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: .4em;
	padding-bottom: .2em;
}

div.mod_parrafo_texto_titulo h3 {
	font-weight: bold;
}

div.mod_parrafo_texto_entradilla {
	font-weight: bold;
}


div.mod_parrafo_texto_cuerpo {
	font-size: 1.1em;
}

div.mod_parrafo_texto_relacionados a {
	font-size: 1.1em;
}

div.mod_parrafo_texto_relacionados > * {
	background-color: transparent !important;
}

/* FIN PARRAFO (LO QUE EN BOOTSTRAP SE LLAMA CARDS) */

/* INICIO SUBHOME INSTITUTOS */

.subhomeInstituto_titulo {
	display: block;
	font-size: 1.6em;
	margin: .5em 0 1em 0;
}

.subhomeInstituto_titulo h2 {
	font-weight: bold;
}

.subhomeInstituto_paginas_hijas {
	margin: 0 0 2em 0;
}

.subhomeInstituto_paginas_hijas li {
	background: rgb(238,238,238); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	border-radius: .75em;
	float: left;
	height: 7.05em;
	margin: 0 .5em .5em 0;
	width: calc(33.3% - 1em);
}

.subhomeInstituto_paginas_hijas li:not(.imagenBotonera){
    background: transparent !important;
	border-radius: .75em;
    float: left;
    height: 5.05em;
    margin: 0 .5em .5em 0;
    width: calc(24.5% - 1em);
    border: 3px solid rgb(200,200,200);
}

.subhomeInstituto_paginas_hijas li a {
	color: #333;
	cursor: pointer;
	display: table;
	font-size: 1.6em;
	height: 100%;
	position: relative;
	text-decoration: none;
}

.subhomeInstituto_paginas_hijas li:not(.imagenBotonera) a {
	width: 100%;
}

.subhomeInstituto_paginas_hijas li a span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 10em;
}

.subhomeInstituto_paginas_hijas li a img {
	display: table-cell;
	position: absolute;
	right: -5.08em;
	top: -0.18em;
	width: 4.62em;
}


.subhomeInstituto_centro div.areadescargas {
    margin_top: 2em;
}


.subhomeInstituto_centro .areadescargas ul {
    margin: 1em 0;
	font-size: 1.21em;
}

.subhomeInstituto_centro .areadescargas ul li {
    padding-left: .8em;
    margin-bottom: .5em;
}

.subhomeInstituto_centro div.mod_parrafo_card_cuerpo , .subhomeInstituto_centro div.mod_parrafo_texto_cuerpo{
	display: block;
	font-size: 1.21em;
	margin-bottom: .7em;
}

.subhomeInstituto_centro div.mod_parrafo_card_entradilla p, .subhomeInstituto_centro div.mod_parrafo_texto_entradilla p {
	display: block;
	font-size: 1.21em;
	margin-bottom: .7em;
	color: #555;
}


.subhomeInstituto_centro div.mod_parrafo_texto_relacionados ul li{
	padding-left: .8em;
    margin-bottom: .5em;
}

.subhomeInstituto_centro div.mod_parrafo_texto_relacionados ul li a{
	font-size: 1.21em;
	color: #2e3261;
}


.subhomeInstituto_destacados_izquierda {
	float: left;
	margin-right: 1em;
	width: calc(60% - 1em);
}

.subhomeInstituto_destacados_central {
	float: left;
	margin-right: 1em;
	width: calc(40% - 1em);
}

.subhomeInstituto .h_noticias, .wrp_h31col, .subhomeInstituto .wrp_h_01, .subhomeInstituto .mod_1col_img h2 {
	background: rgb(238,238,238);
	color: #000;
	margin-bottom: 1em;
	padding: .5em .75em;
}

.subhomeInstituto .h_noticias, .wrp_h31col .h31col, .subhomeInstituto .wrp_h_01 .ftl {
    font-size: 1.2em;
    font-weight: bold;
}

.subhomeInstituto .mod_1col_img h2 {
	font-size: 1em;
	font-weight: bold;
}

.subhomeInstituto .txt_generico {
    font-size: 1.2em;
    margin-bottom: 1em;
    padding: 0 .5em;
}

.subhomeInstituto .noticia {
	border-color: rgb(238,238,238);
	border-bottom-style: solid;
	border-bottom-width: medium;
}

.subhomeInstituto .noticia > .noticia {
	border-bottom-style: none;
	border-bottom-width: medium;
	font-size: 1em;
	margin: 0;
	padding: 0;
}

.subhomeInstituto div.mod_dts {
	width: calc(100% - 1em)
}


mod_dts 

/* FIN SUBHOME INSTITUTOS */