@charset "utf-8";
/* ==========================================================================
   RESET
   ========================================================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.nondisplay {
	height: 1px;
	overflow: hidden;
	position: absolute;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cfx {
  display: block;
/*   zoom: 100%; */
}
.cfx:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

input, select, textarea{
	box-sizing:content-box;
}

/* ==========================================================================
   FONTS
   ========================================================================== */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(../fonts/opensans/OpenSans-Light.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(../fonts/opensans/OpenSans-Semibold.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(../fonts/opensans/OpenSans-Bold.woff) format('woff');
}


/* ==========================================================================
   ESTILOS
   ========================================================================== */
/* GENERAL */
strong { font-weight: bold; }

/* LISTA VERTICAL */
.listaVertical li {
	list-style: disc inside none;
	margin-top: 15px;
}

/* LISTA VERTICAL */
.listaVertical ul {
	margin-left: 10px;
	margin-bottom: 25px;
}

.mTop { margin-top: 25px; }
.mBottom { margin-bottom: 15px; }

/* LINKS */
a {
	color: #00529c;
}

a:hover {
	text-decoration: none;
}

/* FLOTACIÃ“N */
.floatIzq {
	float: left;
	width: 30%;
	margin-right: 3.3%;
}

.floatDer {
	float: right;
}

.floatDer li a img {
	margin-top: 15px;
}

.clearFloat {
	clear: both;
}

html {
	font: 12px Open Sans, Arial, Helvetica, sans-serif;
}

body {
	margin: 0;
	padding: 0;
	background: #FFF;
}

/* CONTENEDOR PRINCIPAL*/
main {
	margin: 0 auto;
	max-width: 990px;
}

/* CABEZAL SUPERIOR */
#cabezalSuperior {
  	display: none;
	width: 100%;
	height: 40px;
	background: #ffffff;
}

#cabezalSuperior img{
	float: left;
	height: 40px;
}

.listaHorizontal {
	margin: 15px 20px 15px 0;
}

.listaHorizontal li {
	float:left;
	padding: 0 8px 0 8px;
	list-style: none;
	border-right: solid 1px #333;
}

.listaHorizontal li:last-child { padding-right: 0!important; border-right: none; }

.listaHorizontal li a {
	color: #000;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 300;
	font-size: 1em;
	text-decoration: none;
}
.listaHorizontal li a:hover {
	text-decoration: underline;
}

.listaHorizontal li:last-child { padding-right: 0!important; }

#linkContenido {
	display: block;
	float: left;
	margin-left:20px;
	background: #FF0;
}

/* CABEZAL PRINCIPAL */
header {
	width: 100%;
	background: #d9e7ef;
}

#logoOrganismo {
	float: left;
	margin: 0 1.562%;
}

#logoOrganismo img {
	height: 110px;
}

#logoOrganismo a {
	display: block;
	width: 100%;
	height: 100%;
}

#nombreOrganismo {
	float: left;
	padding-top: 55px;
	padding-right: 2.604%;
}

#nombreOrganismo a {
	text-decoration: none;
	color: #000;
}

#logosSecundarios {
	margin: 0;
	padding: 15px;
}

/*BUSCADOR*/
#seccionBuscador {
	float: right;
	width: 323px;
	margin: 10px 1.562% 0 1.562%;

}

#contBusquedaHeader { 
	float: right;
	width: 100%;
}

#contBusquedaHeader .inputText { 
	float: right;
	width: 67%;
	padding: 0 1%;
	line-height: 26px;
	height: 26px;
	vertical-align: middle;
	margin: 0 4% 0 0;
	border: 1px solid #999;
}

#contBusquedaHeader .inputBtn {
	float: right;
	margin: 0;
	padding: 0 3%;
	line-height: 26px;
	height: 26px;
	vertical-align: middle;
	background:#F8F8F8;
	border: 1px solid #999;
}

#btn_menu{
	display: none;
    cursor: pointer;
}

#btn_buscador {
	display: none;
    cursor: pointer;
}
/*//////////  ESTILOS GENÃ‰RICOS PARA TODOS LOS BUSCADORES ///////////////////////////////////////*/
.cajaSinClave{ float:left; padding:4px 10px 5px; height:15px; margin:0; border:0; font-family:Arial, Helvetica, sans-serif; font-size:12px;}
.cajaConClave{ float:left; padding:4px 10px 5px; height:15px; margin:0; border:0; font-family:Arial, Helvetica, sans-serif; font-size:12px;}
input.botonTexto{border:0 none; height:24px;/* padding:5px 7px;*/ overflow:hidden; cursor:pointer; color:#FFF; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-weight:bold; font-size:12px; margin:0}
.logo{ margin-bottom:3px;}
.sinFondo{padding: 9px 5px 9px 6px;}

/*///////// BUSCADORES 2 BOTONES  ////////////////////*/

.buscadores2bot{ margin-bottom:15px}
.buscadores2bot .cajaSinClave{ margin-bottom:9px}
.buscadores2bot .cajaConClave{ margin-bottom:9px}
.buscadores2bot .inputRg{ width:5px; height:24px; display:inline-block;  background:url(../imgs/input-bk.gif) no-repeat right}
.buscadores2bot .botonRg{ width:5px; height:22px; display:inline-block; float:left; background:url(../imgs/btn-ch-bk.gif) no-repeat right}

/*Buscador 2*/
.buscadores2bot2 .cajaSinClave{ width:270px; float:left; border: solid 1px #6f7072;}
.buscadores2bot2 .cajaConClave{ width:270px; float:left; border: solid 1px #6f7072;}
.buscadores2bot2 input.botonTexto{ float:left; height: 28px; padding: 0 15px; background: #005a9b; border-radius: 2px;}

.buscadores2bot .botonSitio{ margin:0 0 0 10px}

#buscarPortalEstado{
	float:left;

}
#buscarEsteSitio{
	float:right; 
	margin-right: 20px;
}

/* MENU DE NAVEGACIÃ“N PRINCIPAL */
#nav {
	width: 100%;
	position: static;
	box-shadow: 0px 1px 2px #e6e7e8;
	-webkit-box-shadow: 0px 1px 2px #e6e7e8; 
	-moz-box-shadow: 0px 1px 2px #e6e7e8;
}

#nav > a {
	display: none;
}

#nav li {
	position: relative;
	z-index:2;
}

#nav li a {
	color: #fff;
	display: block;
}

#nav li a:active {
	/*background-color: #646464 !important;  Color de fondo de la secciÃ³n activa del menÃº */
}

#nav span:after	{
	width: 0;
	height: 0;
	border: 0.313em solid transparent;
	border-bottom: none;
	border-top-color: #efa585;
	content: '';
	vertical-align: middle;
	display: inline-block;
	position: relative;
	right: -0.313em; /* 5 */
}

/* NIVEL 1 MENÃš PRINCIPAL */
#nav > ul {
	height: 35px;
	background: #fff;
}

#nav > ul > li {
	float: left;
    border-right: 1px solid #A5A6AA;
}
#nav > ul > li:last-child {
    border: 0;
}
#nav > ul > li > a {
	font-size: 1em;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	font-weight: 400;
	color: #000;
	padding: 12px 0 11px 0;
}

#nav > ul > li > a > img {
	float: left;
	padding: 0px 0px 0px 30px;
	margin-top: -15px;
	margin-right: -25px;
}


/* DIFERENTE CANTIDAD DE ITEMS EN EL MENÃš */
.cuatro-items .mediano, .cuatro-items .grande {width: 25%;}
.cinco-items .mediano, .cinco-items .grande {width: 20%;}
.seis-items .mediano, .seis-items .grande {width: 16.5%;}
.siete-items .mediano, .siete-items .grande {width: 14.2%;}
.ocho-items .mediano, .ocho-items .grande {width: 12.5%;}
.nueve-items .mediano, .nueve-items .grande {width: 11.1%;}
.diez-items .mediano, .diez-items .grande {width: 10%;}


/* NIVEL 2 MENÃš PRINCIPAL */
#nav li {
    position: relative;
}
#nav li:hover ul {
    display: block;
    max-height: 400px;
}
#nav li ul {
	background-color: #f1f0f2; /* Fondo lista subnivel */
	display: block;
	transition:max-height 1s;
	width: 100%;
    position: absolute;
    top:100%;
    max-height: 0;
    overflow: hidden;
	box-shadow: 0 2px 3px #e6e7e8;
	-webkit-box-shadow: 0 2px 3px #e6e7e8;
	-moz-box-shadow: 0 2px 3px #e6e7e8;
	border-radius: 0 0 3px 3px;
    
}
#nav ul li.activeItem {
    background: #f1f0f2;
}

#nav ul li:hover {
    background: #f1f0f2;
}

#nav li ul a {
	font-size: 1.1em;
	padding: 0.75em;
	text-decoration: none;
	color: #000;
}

#nav li ul li a:hover,
#nav li ul:not( :hover ) li.active a {
	background-color: #e3e3e3; /* Fondo Hover SubnavegaciÃ³n */
}

#nav li ul li {
	border-bottom: 1px dashed #dddddd;
}

#nav li ul li:last-child {
	border-bottom: none;
}

.ie8 #nav {border: solid 1px #A5A6AA;}
.ie8 .paddingLista li {border-style: solid; border-width:1px 1px 1px 10px;border-color: #00529c;}
.ie8 .redesSociales ul li {margin-right: 10px;}

/*********** FIN MENÃš PRINCIPAL ***********/

/* CABEZAL PROMOCION */
.promocion {
	width: 100%;
	padding-bottom: 15px;
}

.promocion img {
	width: 100%;
}

/* CONT GENERAL DEL CONTENIDO */
.contGralContenido {
	width: 100%;
	padding-top: 20px;
}

/* SECCION CONTEXTUAL */
.areasCtx {
	float: right;
	width: 20%;
	margin-right: 2%;
}

/* MENÃš DE NAVEGACIÃ“N CONTEXTUAL */
.ctx {
	margin-bottom: 20px;
	background: #FDFDFD;
	max-height:3500px;
	overflow:visible;
}

.itemListaMenuCtx {
	cursor: pointer;
	padding-left: 15px;
}

.content-title {
	background: #7D7D7D;
    margin: 0;
    padding: 12px 30px 12px 15px;
    text-align: left;
	font-size: 1.2em;
	color: #FFF;
	display: none;
}

.icn-arrow {
	position:relative;
	top:7px;
	display: block;
	background: url(../imgs/icns-arrow.png) 0 0 no-repeat;
 	background: url(../imgs/icns-arrow.svg) 0 0 no-repeat, none;
	width:8px;
	height:4px;
	z-index:0;
}

.menuLista li a {
	display: inline-block;
	outline: 0;
	text-decoration:none;
}

.menuLista li a {
	margin-bottom: 20px;
}

.menuLista ul li a:hover {
	text-decoration: underline;
}

.menuLista ul {
	padding: 0;
	display: block;
	max-height: 0;
	overflow: hidden;
	transform: translate3d(0,0,0);
	transform: translateZ(0);
	backface-visibility: hidden;
	transition: 1s;
}

.menuLista ul li a {
	display: inline-block;
	padding-left: 20px;
}

/* ÃREAS */
.paddingLista li {
	background:#fff;
	box-shadow: 1px 1px 1px #e6e7e8; 
	-webkit-box-shadow: 1px 1px 1px #e6e7e8; 
	-moz-box-shadow: 1px 1px 1px #e6e7e8;
	border-left-style: solid;
	border-left-width: 10px;
	border-left-color: #00529c;
}
.area1 {
	list-style: none;
	margin-bottom: 10px;
	height: 50px;
}
.area1 a {
	display: block;
	height: 50px;
}

.area1 a span {
	padding-top: 18px;
	float: left;
	font-size: 1.2em;
	font-weight: 600;
	color: #00529c;
	margin-left: 10px;
}

.accesosCtx ul li a {
	text-decoration: none;
	outline: 0;
}

.accesosCtx ul li a:hover {
	text-decoration: underline;
}

/* REDES SOCIALES */
.redesSociales {
	background:#f7f7f7;
	box-shadow: 1px 1px 1px #e6e7e8; 
	-webkit-box-shadow: 1px 1px 1px #e6e7e8; 
	-moz-box-shadow: 1px 1px 1px #e6e7e8;
	height: 125px;
}
.redesSociales h3 {
	color: #fff;
	font-weight: 600;
	font-size: 1.4em;
	padding: 6px 0 7px 15px;
	background: #00529c;
}
.redesSociales ul li {
	display: inline-block;
	margin-right: 20px;
}
.redesSociales ul {
	padding: 25px 15px 0 15px;
}
.redesSociales ul li:last-child {
	margin-right: 0;
}
.redesSociales ul li img {
	height: 40px;
	width: 40px;
}

.accesos {
	width: 100%;
	background:#f7f7f7;
	box-shadow: 1px 1px 1px #e6e7e8; 
	-webkit-box-shadow: 1px 1px 1px #e6e7e8; 
	-moz-box-shadow: 1px 1px 1px #e6e7e8;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.accesos h3 {
	color: #fff;
	font-weight: 600;
	font-size: 1.4em;
	padding: 6px 0 7px 15px;
	background: #00529c;
}

.accesos ul {
	padding: 15px 15px 0 15px;
	color: #00529c;
}
.accesos li {
	list-style: disc;
	margin-left: 15px;
	margin-bottom: 20px;
	font-size: 1.2em;
}
.accesos li:last-child {
	margin-bottom: 20px;
}
.accesos li a {
	text-decoration: underline;
	outline: 0;
	cursor: pointer;
	color: #000;
}
.accesos li a:hover {
	text-decoration: none;
}

/* SECCION DE CONTENIDO */
.contContenido {
	float: left;
	width: 76%;
	min-height: 750px;
	padding-left: 20px;
}

.interna {
	padding-top: 20px;
}

.temaDestacado {
	float: left;
	width: 100%;
	border: solid 1px #d0d2d3;
	background:#FFF;
	box-shadow: 1px 1px 1px #e6e7e8; 
	-webkit-box-shadow: 1px 1px 1px #e6e7e8; 
	-moz-box-shadow: 1px 1px 1px #e6e7e8;
	margin-bottom: 20px;
	padding: 20px;
}
.temaDestacado p {
	margin-bottom: 10px;
}

.temaDestacado img {
	float: right;
}

.temaDestacado div h2 {
	font-size: 2em;
	font-weight: 600;
	color: #000;
	margin: 0 0 10px -2px;
}

.temaDestacado div p {
	font-size: 1.2em;
	color: #000;
	line-height: 1.2em;
}

.temaDestacado div {
	float: left;
	display: block;
	width: 59%;
}

/* NOTICIAS */
.noticias {
	width: 100%;
	float: left;
	margin-bottom: 20px;
	padding: 0 20px 0 10px; 
	width: 100%;
	border: solid 1px #d0d2d3; 
	background:#FFF; 
	box-shadow: 1px 1px 1px #e6e7e8; 
	-webkit-box-shadow: 1px 1px 1px #e6e7e8; 
	-moz-box-shadow: 1px 1px 1px #e6e7e8;
}

.noticias h2 {
	margin: 25px 0 15px 7px;
	font-size: 2em;
	font-weight: 600;
}

.imgNoticias {
	float: left;
	display: block;
	margin-right: 15px;
}

.imgBoxNoticias {
	float: left;
	display: block;
	margin-right: 15px;
	width: 110px;
}

.info {
	padding: 10px 0;
	padding-right: 15px;
	line-height: 15px;
	letter-spacing: 0.01em;
	font-size: 1.2em;
}

.fechaGaleria {
	font-size: 1em;
	color: #4D4D4D;
	margin-bottom: 5px;
}

.contNoticiasMicrositio a {
	margin: 5px 0;
}



/* PREGUNTAS FRECUENTES */
.preguntasFrecuentes {
	width: 55.5%;
	margin-right: 3%;
	float: left;
	height: 300px;
	border: solid 1px #d0d2d3;
	background:#FFF;
	box-shadow: 1px 1px 1px #e6e7e8; 
	-webkit-box-shadow: 1px 1px 1px #e6e7e8; 
	-moz-box-shadow: 1px 1px 1px #e6e7e8;
	padding: 10px;
}

.preguntasFrecuentes h3 {
	color: #000;
	font-weight: 600;
	font-size: 2em;
	padding: 10px 0 0 12px;
}

.preguntasFrecuentes ul {
	padding: 20px 15px 0 15px;
}

.preguntasFrecuentes li {
	list-style: disc;
	margin-left: 15px;
	margin-bottom: 25px;
	font-size: 1.2em;
}

.preguntasFrecuentes li:last-child {
	margin-bottom: 10px;
}

.preguntasFrecuentes li a {
	text-decoration: underline;
	outline: 0;
	cursor: pointer;
}

.preguntasFrecuentes li a:hover {
	text-decoration: none;
}

.listaLink {
	float: right;
	margin: 10px 10px 0 0;
	font-size: 1.1em;
}

/* INDICADORES ECONÃ“MICOS */
.indicadores {
	width: 41.5%;
	float: left;
	height: 300px;
	border: solid 1px #d0d2d3;
	background:#FFF;
	box-shadow: 1px 1px 1px #e6e7e8; 
	-webkit-box-shadow: 1px 1px 1px #e6e7e8; 
	-moz-box-shadow: 1px 1px 1px #e6e7e8;
	margin-bottom: 20px;
	padding-top: 20px;
}
.indicadores a img {
	margin: 0 auto 0 auto;
	display: block;
}
.indicadores a span {
	font-size: 1.6em;
	font-weight: 600;
	color: #00529c;
	display: block;
	text-align: center;
	padding: 0 0 10px 0;
}

/* BREADCRUMB */
.breadcrumb {
	margin-bottom: 20px;
}
.breadcrumb a {
	padding:0;
	line-height: 23px;
} 

.breadcrumb a .icn-chevron {
	display: inline-block;
	background: url(../imgs/icn-double-chevron.png) right 0 no-repeat;
 	background: url(../imgs/icn-double-chevron.svg) right 0 no-repeat, none;
	padding-left: 8px;
	margin-right: 8px;
	width:12px;
	height:6px;
}

/* NOTICIAS */
.boxNoticia {
	padding-bottom: 35px;
	height: 115px;
}

.boxNoticia a {
	display: block;
	float: left;
	color: #000;
	padding: 10px 10px;
	text-decoration: none;
}

.boxNoticia a:hover {
	background: #eaeaea;
}

.boxNoticia h3 {
	font-weight: 600;
	font-size: 1.5em;
	color: #014983;
}

.linkPadreActivo {
	background: #646464;
}

.linkSubItemActivo {
	background: #7D7D7D;
}

.menuItem {
	cursor: pointer!important;
}

/* PAGINACIÃ“N */
.pagination {
	padding-top: 25px;
}

.pagination ul li {
	float: left;
	margin-right: 10px;
	color:#000;
}

.pagination ul li a { 
	text-decoration: none;
}	

.pagination ul li a:hover {
	text-decoration: underline;
}

.pagination .active {
	text-decoration: underline;
}

/* FOOTER */
footer {
	width: 100%;
	background-color: #d9e7ef;
	margin-top: 20px;
}

.contPie {
	padding: 35px;
}

.datosFooter {
	width: 100%;
	text-align: center;
	float: left;
	font-size: 1.1em;
	color: #000;
	line-height: 1.5em;
}

.datosFooter h3 {
	font-size: 1.2em;
	font-weight: 600;
}

.contContenido.interna h2 {
    font-weight: 700;
    font-size: 2.5em;  
    float: left;
    width: 100%;
    margin: 15px 0 35px -3px;
}
.contContenido .breadCrumb {
    width: 100%;
    clear: both;
    float: left;
    font-size: 1.1em;
}
.contContenido .breadCrumb ul li {
    float: left;
    margin-right: 6px;  
    padding-right: 15px;   
    background: url(../imgs/breadcrumb-separa.png) right 3px no-repeat;
}
.contContenido .breadCrumb ul li:last-child {
    background: none;
}

/* FORMATO CARPETA */
.item-noticia {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #cecece;
    float: left;
	margin-left: -10px;
	width: 100%;        
}

.item-noticia a {
    float: left;
	display: block;
	text-decoration: none;
	color: #000;
	padding: 10px;
}

.item-noticia a:hover {
	background: #eaeaea;
}

.item-noticia:last-child {
    border-bottom: none;
}
.item-noticia .img-link {
    float: left;
    margin-right: 20px;
}
.item-noticia h3 {
    margin-bottom: 5px;
}
.item-noticia p {
    font-size: 1.2em;
    line-height: 1.2em;
}
.item-noticia h3 {
    color:#014983;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.8em;
}
.item-noticia .media {
    overflow: hidden;
}
/* FORMATO DOCUMENTO */
.documento {
    font-size: 1.2em;
    line-height: 1.4em;
	float: left;
}
.documento img {
    margin: 0 20px 20px 0;
    float: left;            	            
}
.documento p {
	margin-bottom: 10px;
}
.documento p strong {
	font-weight: 600;
}
.documento h3 {
    font-size: 1.5em;
    margin-top: 20px;
}
.documento ul li {
    list-style: disc;
    margin-left: 30px;
}
.documento a {
    color: #014983;
}
.documento em {
    font-style: italic;
}
.documentoAdjunto { 
	margin-top: 15px;   
	display: block;
}
.documentoAdjunto img { 
	margin: 1px 5px;
}
.documentoAdjunto a { 
	font-size: 0.9em;   
}

/* STYLES RESPONSIVE */

/* DESKTOP */
@media screen and (min-width: 991px) {
	/* NAVEGACIÃ“N */
	/* NIVEL 1 */
    
	#nav > ul {
		display: block!important;
	}
	#seccionBuscador { display: block!important; }
}

@media screen and (min-width: 781px) {
	.contListaCtx {
		max-height:900px!important;
		overflow:visible!important;
	}
    
}

/* TABLET HORIZONTAL */
@media screen and (max-width: 990px) {
	/* OCULTO MENÃš ENCABEZADO SUPERIOR */
	.listaHorizontal {
		display: none;
	}
	/* OCULTO ELEMENTOS DEL CABEZAL */
	#nombreOrganismo { display: none; }
	#logosSecundarios { display: none; }
	/* OCULTO BUSCADOR */
	#seccionBuscador { 
		display: none;
		margin-right: 30px;
	}
	#logoOrganismo img {	
		width: 90px;
		height: 50px;
	}
	#logoOrganismo {
    margin: 15px 0px 0px 15px;
    float: left;
	}
	.btnsMobile {
		float: right;
		width: 120px;
		margin-top: 3px;
	}
	#btn_menu {
		float: right;
		display: block;
		background: url(../imgs/icns-mobile.png) 0 0 no-repeat;
 		background: url(../imgs/icns-mobile.svg) 0 0 no-repeat, none;
		width: 28px;
		height: 24px;
		margin: 25px 25px 20px 0;
	}
	#btn_buscador {
		float: right;
		display: block;
		background: url(../imgs/icns-mobile.svg) -29px 0 no-repeat;
		width: 28px;
		height: 24px;
		margin-top: 25px;
		margin-bottom: 20px;
		margin-right: 35px;
	}
	/* NAVEGACIÃ“N */
	/* NIVEL 1 */
    #nav {
         display: none;   
    }
    #nav ul li ul {display: none;}
    #nav ul li.open-subitem ul {
        display: block;
    }
    
	#nav > ul {
		height: auto;
		position: relative;
		left: 0;
		right: 0;
	}
	#nav:target > ul {
		display: block;
	}
	#nav > ul > li {
		width: 100%;
		float: none;
	}
	#nav > ul > li > a {
		height: auto;
		text-align: left;
		padding: 1em; /* 20 (24) */
	}
	#nav > ul > li:not( :last-child ) > a {
		border-right: none;
		border-bottom: 1px solid #646464;
	}
	#nav > ul > li > a > img {
    display: none;
	}
	/* NIVEL 2 */
	#nav ul li ul {
		position: static;
		width: 100%;
	}
	
		/*BUSCADOR*/
	#seccionBuscador {
    height: 100px;
    width: 100%;
    background: none repeat scroll 0% 0% #CCC;
    margin: 0px;
	}
	
	#contBusquedaHeader {
    float: none;
    width: 345px;
    margin: 10px auto;
	}
	
	#contBusquedaHeader .inputText { 
		float: right;
		width: 67%;
		margin: 0 6% 0 0;
	}
	
	/* CONTENIDO */
	.accesosCtx {
		display: none;
	}
	
	.contContenido {
    width: 95%;
	margin: 0 auto;
	float: none;
	padding-left: 0;
	}
	.interna {
	padding-top: 0;
	}
	
	/* FORMULARIO */
	.form fieldset ul li label {
		float: none;
		width: 100%;
	}
	
	.form fieldset ul li input, form fieldset ul li select, form fieldset ul li textarea {
		width: 96%;
	}
	/* REDES SOCIALES */
	.areasCtx {
		float: right;
		width: 100%;
		margin: 0 auto;
	}
	.panellogos{
	width: 95%;
	}
	.redesSociales {
		clear: both;
		float: none;
		width: 95%;
		margin: 20px auto;
	}
	
	/* TRÃMITES */
	.accesos {
		width: 95%;
		margin: 0 auto;
	}
	
}

/* 780 */
@media screen and (max-width: 780px) {
	/* PIE */
	#linksFooter {
		float: left;
		clear: both;
		padding-top: 20px;
	}
	#linksFooter li {
		float:left;
		padding: 0 20px 0 0;
		list-style: none;
	}
	#linksFooter li:last-child { padding-right: 0!important; }
	/* CONTENIDO */
	.contContenido {
		clear: both;
		float: none;
		width: 90%;
		margin: 0 auto;
	}
	.contenido {
	    border: none;
	}
	
	/* SECCION CONTEXTUAL */
	
	.content-title {
	background: #7D7D7D;
    margin: 0;
    padding: 12px 30px 12px 15px;
    text-align: left;
	font-size: 1.2em;
	color: #FFF;
	display: block;
	}
	/* MenÃº CTX */
	.ctx {
		float: left;
		width: 100%;
		max-height: 3000px;
	}
	.menuCtx {
		margin-right: 1.5%;
	}
	/* Desplegable de menÃº contextual */
    .contListaCtx {
        max-height: 0;
		overflow: hidden;
		transform: translate3d(0,0,0);
		transform: translateZ(0);
		backface-visibility: hidden;
		transition: max-height 1s;
    }
	.icn-acc {
		float:right;
		display:block;
		width:14px;
		height:14px;
	}
	.ctx .content-title {
		border: 1px solid #5F5F5F;
	}
	.ctx .icn-acc {
		background: url(../imgs/icns-acor.png) 0 0 no-repeat;
 		background: url(../imgs/icns-acor.svg) 0 0 no-repeat, none;
	}
}

@media screen and (max-width: 690px) {
	/* ACCESOS RAPIDOS */
	#accesosRapidos ul:nth-of-type(3) {
		clear: both;
	}
	.acceso {
		min-width: 50%!important;
	}
	#accesosRapidos ul {
		padding-right: 15%;
	}
	.preguntasFrecuentes {
	width: 100%;
	margin: 0 0 20px 0;
	height: auto;
	}
	.indicadores {
	width: 100%;
	float: left;
	height: 300px;
	margin-bottom: 20px;
	}
}

/* TABLET VERTICAL Y MÃ“VILES */
@media screen and (max-width: 675px) {
	/* BUSCADOR */
	#seccionBuscador {
    height: 100px;
    width: 100%;
    background: none repeat scroll 0% 0% #CCC;
    margin: 0px;
	}
	#contBusquedaHeader { 
		margin: 0 auto;
		padding: 11px 20px 0;
	}
	
	#contBusquedaHeader .inputText { 
		float: right;
		width: 55%;
		margin: 0 3% 0 0;
	}
}

/* MÃ“VILES */
@media screen and (max-width: 640px) {
	.ctx {
		float: left;
		width: 100%;
		min-height: 0;
	}
	.menuCtx {
		margin-right: 1.5%;
	}
		
	/* TEMA DESTACADO */
	.temaDestacado {
		height: auto;
	}
	.temaDestacado img {
		float: none;
		width: 100%;
		padding-left: 0;
	}
	.temaDestacado div {
		float: none;
		display: block;
		width: 100%;
		padding: 3%;
	}
	
	/* NOTICIAS */
	.noticias {
		height: auto;
	}
	.imgBoxNoticias {
    float: none;
	}
	.boxNoticia:last-child {
    padding-bottom: 30px;
	}
	
	/* FORMATO CARPETA */
	.item-noticia .img-link {
        float:none;
        margin-bottom: 16px;
    }

}

@media screen and (max-width: 480px) {
	/* FOOTER */
	#linksFooter {
		float: none;
		clear:  both;
		padding-top: 20px;
		padding-left: 0;
	}
	#linksFooter li {
		padding-bottom: 7px;
	}
	.imgNoticias img {
		float: none;
		margin-bottom: 20px;
		width: 100%;
	}
	.imgNoticias {
		width: 55%;
		min-width: 200px;
	}
	/* FORMATO CARPETA */
	.item-documentacion .img-link {
    float: none;
	}
	.contContenido {
    margin-bottom: 20px;     	        
	}
	.contContenido.interna h2 {
    margin: 20px 0 30px 0; 
	font-size: 2em;    	        
	}
	.contContenido .breadCrumb {
   	padding-left: 0;
	}
	.item-documentacion {
   	margin-left: 0;
	}
	/* FORMATO DOCUMENTO */
	.documento {
    margin-left: 0;
	}
	.documento img {
    margin: 0;
    float: none;      
	width: 100%;      	            
	}
	.documentoAdjunto img { 
	width: 16px;
	height: 16px;
	margin: -3px 5px;
	}
	/* FORMATO CARPETA */
	.img-link img {
		width: 100%;
		margin-bottom: 15px;
	}
}


.galeria {
    float: left;
    width: 100%;
}
.imagenAmpliada {
    float: left;
    width: 80%;
}
.imagenAmpliada img {
    float: left;
    width: 100%;
}
.rotator-pause a img {
	width: auto;
}
.pieImagen {
    background: none repeat scroll 0 0 #f1f1f2;
    color: #000;
    float: left;
    padding: 2%;
    width: 100%;
    position: relative;
}
.pieImagen h3 {
    font-size: 1.2em;
    font-weight: 700;
    margin-bottom: 5px;
}
.pieImagen p {
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.2em;
}
.flecha-der {
    background: url("../imgs/flechaGaleriaDer.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 42px;
    margin-top: 25%;
    text-indent: -10000px;
    width: 10%;
}
.flecha-izq {
    background: url("../imgs/flechaGaleriaIzq.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 42px;
    margin-top: 25%;
    text-indent: -10000px;
    width: 10%;
}
.miniaturas {
    float: left;
    margin-top: 40px;
    width: 100%;
}
.miniaturas ul {
    margin: 0 auto;
    width: 90%;
}
.miniaturas ul li {
    float: left;
    margin: 0 1% 40px;
    min-width: 90px;
    width: 18%;
}
.miniaturas ul li a img {
    margin-bottom: 5px;
    max-height: 80px;
    max-width: 120px;
    width: 100%;
}
.miniaturas ul li a p {
    line-height: 1.2em;
}
.miniaturas ul li:nth-child(5n+1) {
    clear: both;
}
.miniaturas ul li.imagenSeleccionada img {
    border: 3px solid #014983;
    width: 100%;
}
.miniaturas ul li.imagenSeleccionada a p {
    color: #000;
    font-weight: 700;
    text-decoration: none;
}
.miniaturas ul li.imagenSeleccionada a {
    text-decoration: none;
}
@media screen and (max-width: 634px) {
.miniaturas ul li:nth-child(5n+1) {
    clear: none;
}
.miniaturas ul li:nth-child(4n+1) {
    clear: both;
}
.miniaturas ul li {
    width: 23%;
}
}
@media screen and (max-width: 500px) {
.miniaturas ul li:nth-child(4n+1) {
    clear: none;
}
.miniaturas ul li:nth-child(3n+1) {
    clear: both;
}
.miniaturas ul li {
    width: 31%;
}
}
@media screen and (max-width: 354px) {
.miniaturas ul li:nth-child(3n+1) {
    clear: none;
}
.miniaturas ul li:nth-child(2n+1) {
    clear: both;
}
.miniaturas ul li {
    width: 48%;
}
.flecha-der, .flecha-izq {
    background-size: 90% auto;
}
.pieImagen {
    padding: 5%;
}
}

@media screen and (max-width: 390px) {
	/* ACCESOS RAPIDOS */
	.acceso {
		width: 100%!important;
	}
	
	.imgBoxNoticias {
		min-width: 150px;
		max-width: 120px;
		margin-bottom: 20px;
	}
	
	.imgBoxNoticias img {
		float: none;
		width: 100%;
		display: block;
		margin-right: 15px;
	}
	
	/* FORMATO CARPETA */
    .item-noticia .img-link {
        width: 100%;
        margin-bottom: 16px;
    }
	
}

@media screen and (max-width: 320px) {
	/* BUSCADOR */
	#contBusquedaHeader { 
		margin: 0;
		padding: 10px 8px;
	}
	#cabezalSuperior img{
	width: 95%;
	}
}



/* ==========================================================================
   FIX INNOVA
   ========================================================================== */
   /*
   .temaDestacado .contents-rotator{
   	width: 100%;
   }
   .temaDestacado .contents-rotator .items{
   	width: 100%;
   }
   .temaDestacado .contents-rotator .item{
   	
   }
   .temaDestacado .contents-rotator .pieImagen{
   	width: 100%;
   }
   
   .imagenAmpliada img {
	    width: auto;
	}
	*/

.rotator-pause{
	position: absolute;
    right: 2%;
    text-align: right;
	}
	.rotator-pause a{
	color: #000;
    cursor: pointer;
    outline: 0 none;
    text-decoration: underline;
	}
   .tabbed_area {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
ul.tabs li {
    border-color: #d0d2d3;
    border-style: solid;
    border-width: 1px 1px 0;
    float: left;
    list-style: outside none none;
    width: 50%;
}
ul.tabs li a {
    background: none repeat scroll 0 0 #f7f7f7;
    color: #414142;
    display: block;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 1.5em;
    font-weight: 600;
    padding: 10px;
    text-align: center;
    text-decoration: none;
}
ul.tabs li a:hover {
    color: #00529c;
    text-decoration: underline;
}
ul.tabs li a.active {
    background-color: #fff;
    border-bottom: 1px solid #fff;
    color: #414142;
    text-decoration: none;
}
ul.tabs li:not(.tab-selected) {
    border: 0 none;
}
ul.tabs li:not(.tab-selected) a {
    border-top: 1px solid #f7f7f7;
}
.content {
    background: none repeat scroll 0 0 #fff;
    border-color: #d0d2d3;
    border-style: solid;
    border-width: 0 1px 1px;
    box-shadow: 1px 1px 1px #e6e7e8;
    float: left;
    padding: 25px 20px 25px 10px;
    width: 100%;
}
.documento{
	width: 100%;
	
}
#content_2 {
    display: none;
}
ul.tabs {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 1px solid #cecece;
    float: left;
    height: 40px;
    padding: 0;
    width: 100%;
}
/**
.documento h3 {
    float: left;
    font-size: 1.5em;
    margin-bottom: 10px;
    margin-top: 20px;
    width: 100%;
}
.documento p {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
div.documento table {
	float: left;

}

div.documento table, th, td, tr {
	border: 1px solid black;
	}
	*/
.documentoAdjunto {
    display: block;
    margin-top: 15px;
    float: left;
    width: 100%;
}
/*.documento img{
	float: none;
	margin: 0;
}*/
div.imgBoxNoticias img{
	max-width: 110px;
	
}
div.item-noticia img.img-link{
	max-width: 110px;
}

.area1 {
	height: auto;
	float: left;
	width: 100%;
	}
	.area1 a{
	height: auto;
	float: left;
	}
	.area1 a span{
		padding-bottom: 15px;
		padding-top: 15px;
	}

.mediano {
    height: 36px;
	}
	header.consumidor{
	background: none repeat scroll 0 0 #f7921c;
	}
	footer.consumidor{
	background: none repeat scroll 0 0 #f7921c;
	}
	header.ain{
	background: none repeat scroll 0 0 #DEE5F0;
	}
	header.zonas{
	background-color: #91b390;
	}
	header.tgn{
	background: none repeat scroll 0 0 #f7f7f7;
	}
	header.unasep{
	background: none repeat scroll 0 0 #f7f7f7;
	}
	header.catastro{
	background-color: #001D46;
	}
	header.uca{
	background: none repeat scroll 0 0 #f7f7f7;
	}
	header.competencia{
		background: none repeat scroll 0 0 #fdf5da;
	}
	header.deuda{
		background: none repeat scroll 0 0 #e7e9e9;
	}
	header.deudaesp{
		background: none repeat scroll 0 0 #e7e9e9;
	}
	header.Agenda{
		background: none repeat scroll 0 0 #004A96;
	}
	footer.ain{
	background: none repeat scroll 0 0 #f7f7f7;
	}
	footer.zonas{
	background-color: #91b390;
	}
	footer.tgn{
	background: none repeat scroll 0 0 #f7f7f7;
	}
	footer.unasep{
	background: none repeat scroll 0 0 #f7f7f7;
	}
	footer.catastro{
	background-color: #001D46;
	}
	footer.catastro .datosFooter {
		color:#fff;
	}
	footer.uca{
	background: none repeat scroll 0 0 #f7f7f7;
	}
	footer.competencia{
		background: none repeat scroll 0 0 #fdf5da;
	}
	footer.deuda{
		background: none repeat scroll 0 0 #e7e9e9;
	}
	footer.deudaesp{
		background: none repeat scroll 0 0 #e7e9e9;
	}
	footer.Agenda{
		background: none repeat scroll 0 0 #004A96;
	}
	.noticias .vertodo{
		width: 100%;
		margin: 10px;
		text-align: right;
	}
	
	.noticias .vertodo span{
	
	}
	.noticias .vertodo span a{
		color: #000;
		border: 0 none;
	    font: inherit;
	    margin: 0;
	    padding: 0;
	    vertical-align: baseline;
	    font-size: 1.2em;
	}
	
	
	.tabbed_area .vertodo{
		width: 100%;
		margin: 10px;
		text-align: right;
	}
	
	.tabbed_area .vertodo span{
	
	}
	.tabbed_area .vertodo span a{
		color: #000;
		border: 0 none;
	    font: inherit;
	    margin: 0;
	    padding: 0;
	    vertical-align: baseline;
	    font-size: 1.2em;
	}
	
	
	nav.deuda >  ul{
		background-color: #62696f !important;
		
	}
	
	nav.deuda > ul > li > a {
		color: #fff !important;
		font-weight: bold !important;
	}
	
	nav.deuda > li ul {
		background-color: #62696f !important;
	}
	
	nav.deuda li ul a{
		color: #fff !important;
		font-weight: bold !important;
	}
	
	nav.deuda ul li:hover {
    	background-color: #989fa5 !important;
	}

	nav.deuda ul li {
    	background-color: #62696f !important;
	}

	nav.deuda li ul li a:hover,
	nav.deuda li ul:not( :hover ) li.active a {
		background-color: #989fa5 !important;
	}
	
	main.deuda .contContenido.interna h2 {
		font-size: 1.5em;
		color: #62696f;
	}
	main.deuda .contContenido.interna h3 {
		font-size: 1.5em;
	}
	
	nav.deudaesp >  ul{
		background-color: #62696f !important;
		
	}
	
	nav.deudaesp > ul > li > a {
		color: #fff !important;
		font-weight: bold !important;
	}
	
	nav.deudaesp > li ul {
		background-color: #62696f !important;
	}
	
	nav.deudaesp li ul a{
		color: #fff !important;
		font-weight: bold !important;
	}
	
	nav.deudaesp ul li:hover {
    	background-color: #989fa5 !important;
	}

	nav.deuda ul li {
    	background-color: #62696f !important;
	}

	nav.deudaesp ul li {
	    background-color: #62696f !important;
	}

	nav.deudaesp li ul li a:hover,
	nav.deudaesp li ul:not( :hover ) li.active a {
		background-color: #989fa5 !important;
	}
	
	main.deudaesp .contContenido.interna h2 {
		font-size: 1.5em;
		color: #62696f;
	}
	main.deudaesp .contContenido.interna h3 {
		font-size: 1.5em;
	}
	
	.changelanguage{
	    margin: 8px 0;
		text-align: right;
	}
	
/* ==========================================================================
   FIX INNOVA FORMULARIOS
   ========================================================================== */
	.miniaturas ul li{
		list-style: outside none none;
	}
	.listaHorizontal {
	margin: 15px 10px 15px 0;
}

	form {
    margin: 0;
}
fieldset {
    border: 1px solid #999;
    margin: 0;
    padding: 0 4%;
}
fieldset legend {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
    font-weight: normal;
    margin-bottom: 1em;
}
span.obligatorio {
    color: #c80000;
    font-size: 1.3rem;
    vertical-align: middle;
}
label.inline {
    padding: 0.3rem 0 0;
}

form#idform input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
    border: 1px solid #999;
	height: 26px;
	vertical-align: middle;
    margin-bottom: 0;
	padding: 0 1%;
    width: 95%;
}
form#idform input[type="file"], input[type="checkbox"], input[type="radio"], input[type="submit"], select {
    margin: 0;
}
form#idform textarea {
    height: 10rem;
}

form#idform input[type="submit"], .button {
    background: none repeat scroll 0 0 #18589b;
    border: 1px solid #154c85;
    color: #fff !important;
    height: 2.3125rem;
    padding: 0.5rem 1em;
    transition: background 0.6s ease 0s;
}

form#idform .button:hover {
    background: none repeat scroll 0 0 #1a4d81;
    text-decoration: underline;
}
#recaptcha_widget_div {
    max-width: 25rem !important;
}
#recaptcha_image, .recaptcha_image_cell {
    margin: 0;
    /*width: 12.5rem !important;*/
}
#recaptcha_widget_div input {
    width: 12.5rem !important;
}
form#idform  .desactivado {
    background: none repeat scroll 0 0 #757575;
    opacity: 0.5;
}
ul.errorForm {
    border: 1px solid #c80000;
    margin: 1rem 0;
    padding: 0.5rem 2rem;
}
ul.errorForm li {
    color: #c80000;
    list-style-type: none;
    margin-bottom: 0rem;
}
fieldset.formulario-generico {
    margin-bottom: 3rem;
}
fieldset.formulario-generico legend {

    color: #000;
    font-family: "montserrat";
	font-size: 15px;
    margin-bottom: 1rem;
    padding: 0.5rem 1rem;

}
fieldset.formulario-generico legend.bg-none {
    background: none repeat scroll 0 0 transparent;
}
fieldset.formulario-generico .comboForm {
    margin-bottom: 1rem;
}
fieldset.formulario-generico .comboForm label {
    color: #000;
	font-size: 13px;
}
fieldset.formulario-generico .comboForm .label-radio label {
    margin-left: 0.5rem;
}
fieldset.formulario-generico .comboForm input, fieldset.formulario-generico .comboForm select, fieldset.formulario-generico .comboForm textarea {
    max-width: 55rem;
}
fieldset.formulario-generico .comboForm textarea{
	/*font-family: georgian;*/
}
fieldset.formulario-generico .comboForm select{
	height: 26px;
	color:#999;
}
fieldset.formulario-generico .ayuda p {
    border-top: 1px solid #e1eef7;
    font-size: 0.85rem;
    padding-top: 0.3rem;
}
div.clausura {
    background: none repeat scroll 0 0 #f8f8f8;
	border: 1px solid #999;
	margin-top: 3rem;
    margin-bottom: 3rem;
    padding: 1rem;
}
div.clausura h2 {
	font-size: 18px !important;
    color: #000;
    font-family: "montserrat";
	margin-bottom: 12px !important;
}
div.clausura p {
	letter-spacing: 0.5px;
}
div.row{
	margin: 10px 0 10px 0;
}

div.row .columns{
	margin: 5px 0 5px 0;
	
}
.right {
    float: right !important;
}

div.googletranslate{
	margin-top: 5px;
	height: 85px;
}
div#google_translate_element{
	margin: 16px;
	
}

.documento ul li.nivel_0{
	font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
}
.documento ul li.nivel_1{
	margin-left: 60px;
	margin-top: 5px;
}
.documento ul li.nivel_2{
	margin-left: 100px;
	margin-top: 5px;
}
.documento ul li.nivel_3{
	margin-left: 140px;
	margin-top: 5px;
}
.documento ul li.nivel_4{
	margin-left: 180px;
	margin-top: 5px;
}
.documento ul li.nivel_5{
	margin-left: 220px;
	margin-top: 5px;
}
.sitemap ul li {
    list-style: outside none none;
}
table.addborder tbody tr td{
	border: solid 1px;
	padding: 3px;
}
.llamado h4{
	font-size: 1.2em;
	margin-top: 1em;
	float: left;
	width: 100%;
}
.llamado h4 span{
	font-weight: bold;
}
.llamado h5{
	clear: both;
	font-size: 1.1em;
    font-weight: bold;
    margin-top: 2em;
    float: left;
    width: 100%;
}
.llamadorow{
	width: 100%;
	margin-top: 0.5em;
	float: left;
}
.llamadocelltitle{
	width: 20%;
	font-weight: bold;
}
.llamadocelldesc{
	width: 45%;
}
.llamadocellattach{
	width: 20%;
}
.llamadocelldate{
	width: 15%;
}
.llamadorow div{
	float: left;
	padding: 5px;
}
.llamado hr{
	border-top: 1px none;
    float: left;
    height: 1px;
    width: 100%;
}
.temaDestacado div h2 a{
	text-decoration: none;
}
.textoPieImagen{
	float: left;
    width: 95%;
}
.pagination-centered {
    text-align: center;
}
.pagination-centered ul.pagination li {
    display: inline-block;
    float: none;
}
ul.pagination li {
    color: #222222;
    height: 1.5rem;
    margin-left: 0.3125rem;
}
ul.pagination li a{
    color: #014983;
	font-weight: bold;
	font-size: 1.2em;
    text-decoration: none;
}
.mapa-sitio {
margin: 8px 0;
text-align: right;
}

.mapa-sitio a {
text-decoration: underline;
cursor: pointer;
}


.panellogos h3 {
	color: #414142;
	font-weight: 600;
	font-size: 1.8em;
	padding: 10px 0 0 15px;
}
.panellogos{
	background: #fff none repeat scroll 0 0;
    border: 1px solid #d0d2d3;
    box-shadow: 1px 1px 1px #e6e7e8;
    float: none;
    padding: 20px;
    margin-top: 1em;
    margin: 1em auto;
    width: 100%;
}

.panellogos h3{
	border-bottom: 1px solid #e5e5e5;
}
.large-12{
	width: 100% !important;
}
.gridSitioRelacionados {
	width: 100% !important;
}
.panellogos img {
    width: auto;
    max-width: 100%;
    padding: 1em;
}
.text-center{
	text-align: center !important;
}
.gridSitioRelacionados div{
	width: auto;
	float: left;
}
.logos{
	width: 100% !important;
	margin-right: 0;
}
.logosSecundarios{
	float: left;
}


/* ESTILOS COMPARTIR EN REDES SOCIALES */

.shareNoticiaIcns ul {
    clear: both;
    float: left;
    margin-bottom: 4em;
    margin-top: 8px;
    padding-left: 0;
    width: 100%;
}
.shareNoticiaIcns ul li {
    display: block;
    float: right;
    margin-left: 2px;
}
.shareNoticiaIcns ul li:first-child {
}
.shareNoticiaIcns ul li a {
    background-color: #014983;
    color: #fff;
    display: block;
    height: 33px;
    width: 41px;
}
.shareNoticiaIcns ul li a:hover {
    opacity: 0.9;
}
.shareNoticiaIcns ul li a span {
    display: block;
    height: 22px;
    width: 22px;
}
.shareNoticiaIcns > h3 {
    margin-top: 20px !important;
    text-align: right;
    text-transform: none;
}


img.shareicon {
    float: left;
    margin: 5px 20px 10px 10px;
    width: auto;
}
.sharetitle{
	float: right; 
	font-size: 1.4em; 
	font-weight: bold;
}
