@charset "utf-8";
/*Autor: Servicio de Administración Tributaria de Lima 2015 */

/* RESET */
header,nav, section, footer, aside, article, figure, footer {
  display: block;
}
ul, ol, dl { 
  padding: 0;
  margin: 0;
}
/*li{
    list-style: none;
}*/
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}
a img {
  border: none;
}
a{
  color: #006db3;
  text-decoration: none;
  cursor: pointer;
}
a:visited {
  color: #006db3;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #6E6C64;
  text-decoration: none;
}
*{ border:0; outline:0;box-sizing: border-box;}


/* GENERAL */
html,body{
  width:100%;
  height:100%;
  margin:0;
}
body {
  font-family: 'seravek', 'open_sansregular';
  font-size:100%;
  font-weight:normal;
  padding: 0;
  background: white;
  color: #555;
}
.clearfloat{
  clear:both;
}
.bg_plomo{
    background:#e8e9ea;
}

/* DIAGRAMACION */
.main{
    width: 100%;
}
header {
    width: 100%;
    background: #16236e; /*CAMBIO COLOR -- CABECERA*/
	height: 90px;
    min-height: 50px;
}
.contenedorMenu{
    background: #149CD7; /*CAMBIO COLOR -- MENU  */
    border-top: .4em transparent;
    clear: both;
}
#banner{
    width: 100%;
    display: block;
}
section{
    width: 100%;
    min-height: 50px;
}
footer{
    width: 100%;
    background: #e8e9ea;
}

#header,
#seccionServicios,
#seccionAccesos,
#seccionContactos,
#seccionComunicados,
#linksCorporacion,
#footer{
    max-width: 1550px;
    margin: 0 auto;
}


#seccionComunicados a[name] {
    display:none;
}
#header{
    width: 90%;
}
#seccionServicios{
    margin-top: 0px;
}

.botonSimple{
    background: #006db3;
    color: white;
}

/* SOCIAL */
#social{
    position: fixed;
    right:0;
    top: 300px;
    z-index: 99;
}
#social ul li{
    list-style: none;
}
#social ul li a{
    background: #bbb;
    color: white;
    font-size: 1.5em;
    display: block;
    margin: 15px 0;
    border-radius: 5px 0 0 5px;
}
#social ul li a i,
#social ul li a em{
    width: 37px;
    height: 37px;
    display:inline-block;
    background: #bbb;
    color: white;
    font-size: 1.5em;
    line-height: 1.5em;
    text-align: center;
    border-radius: 5px 0 0 5px;
}
#social ul li a:hover .fa-facebook{
    background: #3b5997;
}
#social ul li a:hover .fa-google-plus{
    background: #d13d2f;
}
#social ul li a:hover .fa-youtube{
    background: #de332c;
}
#social ul li a:hover .fa-linkedin{
    background: #006dc0;
}
#social ul li a:hover .fa-whatsapp{
    background: #65d458;
}
#social ul li a:hover .fa-instagram{
    background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
}
#social ul li a .bi-tiktok{
	width:34px;
	height:34px;
	padding:3px;
	font-size:100%;
}
#social ul li a:hover .bi-tiktok{
    background: #ff32d5;
    border-radius: 5px 0 0 5px;
	width:34px;
	height:34px;
	padding:3px;
}


/* SCROLL TOP */
.scroll_top{
    position: fixed;
    right: .5em;
    bottom: 5px;
    z-index: 99;
}
.scroll_top a i,
.scroll_top a em{
    width: 35px;
    height: 35px;
    display: inline-block;
    color: #bbb;
    font-size: 2.7em;
    text-align: center;
    border-radius: 50%;
    margin: 3px;
}
/* CONTENIDO */
header h1{
    color: white;
    display: block;
    float: left;
    margin: 20px 0 0 10px;
}
header h1 img{
    height: 38px;
    margin-top: 10px
}
header .fa.fa-bars{
    float: left;
    color: white;
    font-size: 3em;
    line-height: 1.5em;
}
header .menuSecundario{
    float: right;
}
header .menuSecundario ul{
    float: left;
}

header .menuSecundario ul li{
    list-style: none;
    display: inline-block;
}
header .menuSecundario ul li a{
    color: white;
    margin-right: 15px;
    font-size: 1em;
    line-height: 3em;
}
header .menuSecundario ul li a .fa{
    font-size: 1.5em;
}
header .menuSecundario ul li a img{
    margin-top: -20px;
}
header .menuSecundario ul li#DatosAbiertos,
header .menuSecundario ul li#DatosAbiertos a{
    /*width: 100px;*/
    line-height: 1.2em;
    text-align: center;
}

header .menuSecundario ul li .btn-group a{
    float: left;
    line-height: 1.4em;
    margin-right: 0;
}
#header{
    position: relative;
}
header .input-group{
    width: 190px;
    position: absolute;
    right: 0;
    top:47px;
    z-index: 99;
}
header .form-control,
#buscaHeader{
    height: 31px;
    background: #fff;
    color: #444;
    border: none;
    padding-left: 10px;
}
header .input-group .botonBuscar{
    background: white;
    color: #999;
    border: none;
}
#seccionServicios .consultas{
    background: #e9e9e9;
    border: 1px solid #dedede;
    border-radius: 5px;
    margin-bottom: 25px;
    margin-top: -45px;
    padding: 20px 20px 15px;
}
#seccionServicios .consultas h2{
    width:100px;
    float: left;
    line-height: 1.3em;
    margin-right: 20px;
	font-weight: bold;
}
#seccionServicios .consultas .consulta{
    width: 30%;
    float: left;
    margin: 0 1%;
}
#seccionServicios .consultas .consulta div span:hover{
    cursor: pointer;
}
#seccionServicios .consultas .mas_consultas{
    width: 100%;
    float: right;
    font-size: 1.2em;
    margin-top: 25px;
    padding-right: 5px;
}
#seccionServicios .consultas p{
    font-size: 1.1em;
    line-height: 1.8em;
    text-align: left;
}
#seccionServicios .consultas a{
    font-size: 1.3em;
    line-height: 1.6em;
    font-family: 'seravek', 'open_sansregular';
    text-align: right;
}
#seccionServicios h2,
#seccionContactos h2,
#seccionComunicados h2,
footer h2{
    font-family: 'seravek', 'open_sansregular';
    color: #16236e;
    font-size: 1.6em;
    line-height: 2em;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}
#seccionServicios .bannerSmall .banner{
    background: #f4f4f4;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    margin-bottom: 25px;
    padding: 4px;
}
#seccionServicios .bannerSmall h2{
    font-size: 1.2em;
	font-weight: bold;
}
#seccionServicios .bannerSmall img{
    width: 100%;
    min-height: 80px;
    max-height: 120px;
    display: block;
    margin: 0 auto;
}
#seccionServicios .servicios{
    background: #f4f4f4;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    height: auto;
    margin-bottom: 25px;
    padding: 10px;
}
#seccionServicios .servicios .item{
    margin-bottom: 10px;
    padding: 0 5px;
}
#seccionServicios .servicios .item a.iconServicio{ /*CAMBIO COLOR -- ICONOS SERVICIOS*/
    width: 70px;
    height: 70px;
    display: block;
    background: #00B4EE;
    border-top: 1px solid #1d9c98;
    border-left: 1px solid #1d9c98;
    border-bottom: 1px solid #076562;
    border-right: 1px solid #076562;
    margin: 7px auto;
    margin-top: 0;
    margin-bottom: 10px;
    border-radius: 50%;
}
#seccionServicios .servicios .item a.iconServicio:hover{ /*CAMBIO COLOR -- ICONOS SERVICIOS*/
    background: #0BA6DA;
}
#seccionServicios .servicios .item img{
    width: 75%;
    padding-top: 3%;;
}
#seccionServicios .servicios .item a{ /*CAMBIO COLOR -- TEXTOS SERVICIOS*/
    width: 100%;
    display: block;
    text-align: center;
    font-size: 1.2em;
    line-height: 1em;
    color: #0079A0;
}
#seccionServicios .servicios .item p{
    text-align: center;
    font-size: 1.1em;
    width: 95%;
    margin: 0 auto;
}
#seccionContactos{
    text-align: left;
    margin-bottom: 10px;
}
#seccionContactos h2,
#seccionComunicados h2{
    margin-top: 15px;
}
#seccionContactos .contactenos li{
    margin-left: 0;
    display: block;
    clear: both;
    line-height: 2.5em;
    margin-bottom: 15px;
}
#seccionContactos .contactenos li a{
    font-size: 1.2em;
    color: #666;
}
#seccionContactos .contactenos li a span{
    height: 35px;
    width: 35px;
    display: block;
    float: left;
    color: #006db3;
    border: 1px #006db3 solid;
    border-radius: 50%;
    margin-right: 5px;
    font-size: 1.2em;
}
#seccionContactos .contactenos li a span i.fa,
#seccionContactos .contactenos li a span em{
    height: 35px;
    width: 34px;
    text-align: center;
    color: #006db3;
    text-align: center;
    margin-top: 7px;
}

#seccionContactos .contactenos li a.agenciasSAT span.saltoLinea{
    border: 0;
    color: #666;
    width: 100%;
    margin-left: 38px;
    font-size: .85em;
    line-height: .5em;
}
#seccionContactos .redes ul{
    height: 40px;
    margin-top: -10px;
}
#seccionContactos .redes ul li{
    clear: inherit;
    margin-left: 10px;
}
#seccionContactos .redes li a i,
#seccionContactos .redes ul li a em{
    width: 36px;
    height: 36px;
    display:block;
    float: left;
    background: #cecece;
    color: white;
    font-size: 1.6em;
    line-height: 1.5em;
    text-align: center;
    border-radius: 5px;
    margin: 0 4px 20px;
}
#seccionContactos .redes ul li a:hover{
    background: #c4c4c4;
}
#seccionContactos .redes ul li a:hover .fa-facebook{
    background: #3b5997;
}
#seccionContactos .redes ul li a:hover .fa-google-plus{
    background: #d13d2f;
}
#seccionContactos .redes ul li a:hover .fa-youtube{
    background: #de332c;
}
#seccionContactos .redes ul li a:hover .fa-linkedin{
    background: #006dc0;
}
#seccionContactos .noticias{
    border-right: 0px solid #f4f4f4;
    border-left: 0px solid #f4f4f4;
}
#seccionContactos .noticias article {
    width: 100%;
    height: auto;
    display: block;
    clear: both;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ddd;
    text-align: left;
}

#seccionContactos .noticias article h3{
    font-family: 'seravek', 'open_sansregular';
    width: 100%;
    display: block;
    font-size: 1.3em;
    line-height: 1.6em;
    margin-bottom: 4px;
    color: #666;
    text-align: left;
}
#seccionContactos .noticias article h3 a{
    color: #666;
}
#seccionContactos .noticias article h3 a:hover{
    text-decoration: underline;
}
#seccionContactos .noticias img{
    width: 25%;
    display: block;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
#seccionContactos .noticias article p{
    width: 100%;
    display: block;
    font-size: 1.1em;
    margin-bottom: 4px;
}
#seccionContactos h2,
#seccionComunicados h2{
    text-align: left;
}
#seccionContactos a.masInfo{
    width: 100%;
    display: block;
    text-align: right;
    font-size: 1.1em;
    padding-bottom: 15px;
    margin-top: -20px;
}
#seccionContactos .SmartSAT a.masInfo{
    margin-top: -5px;
}
#seccionContactos .pagosSmart div{
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 15px;
}
#seccionContactos .pagosSmart .pagueAqui img{
    height: 29px;
    display: block;
    float: left;
    margin-right: .25em;
    margin-bottom: 10px;
}
#seccionContactos .pagosSmart .SmartSAT div{
    width: 15%;
}
#seccionContactos .pagosSmart .SmartSAT img{
    display: block;
    float: left;
    margin-right: 15px;
}
#seccionContactos .pagosSmart .SmartSAT p{
    font-size: 1.1em;
}
#linksCorporacion{
    text-align: center;
    margin: 20px auto;
}
#linksCorporacion img{
    margin: 10px;
    height: 50px;
}
footer{
    padding-top: 10px;
}
footer h2{
    line-height: 1.2em;
    padding: .5em;
    font-weight: normal;
}
footer #footer {
    width: 90%;
    max-width: 1300px;
}
footer #footer #verMapa:hover{
    cursor: pointer;
}
footer #footer #mapaSitio {
    margin: 0 auto 20px;
    cursor: pointer;
}
footer #footer h3{
    font-size: 1.1em;
    line-height: 1.1em;
    font-weight: bold;
    text-align: left;
}
footer #footer ul hr{
    margin: 5px 0;
}
footer #footer ul li{
    font-size: 1em;
    line-height: 1.2em;
    list-style:none;
    text-align: left;
    font-weight:100;
    margin: .3em;
}
footer #footer ul.col-xs-6{
    padding: 0;
    margin: 0;
}
footer #footer ul li a{
    color: #888;
    font-weight: normal;
}
footer #footer ul li a:hover{
    color: #444;
    font-weight: normal;
}
footer #footer .copy{
    color: #9e9e9e;
    font-size: 1em;
    line-height: 1.2em;
    padding: .5em 0;
    text-align: center; 
    border-top: 1px solid #f4f4f4;
}
footer #footer .copy p{
    margin: .5em;
}
.movilSI{
    display: none;
}

/* RESPONSIVE */
@media (min-width: 1550px){
    body{
        font-size: 110%;
    }
}
@media (max-width: 1550px){
    #seccionServicios{
        width: 90%;
    }
    #seccionContactos{
        width: 93%;
    }
    .cbp-hrmenu > ul,
    .cbp-hrmenu .cbp-hrsub-inner {
        width: 90%;
    }
    #search-box {
        width: 90%;
    }
    body{
        font-size: 95%;
    }

}
@media (max-width: 1250px){
    #social{
        top: 350px;
    }
    #seccionServicios .consultas .consulta{
        width: 31%;
        float: left;
        margin: 0 5px;
    }
    #seccionServicios .bannerSmall h2{
        font-size: 1.3em;
    }
    #seccionServicios .servicios .item{
        padding: 0 3px;
    }
}
@media (max-width: 990px){
    #seccionServicios .movilNO{
        display: none;
    }
}
@media (max-width: 950px){
    header {
        height: 75px;
    }
    header h1 img{
        margin-top:0px;
    }
    header .input-group{
        top:77px;
        z-index: 9999999;
    }
    header .form-control,
    #buscaHeader{
        background: #fff;
        color: #666;
        border: none;
    }
    #social{
        top: 250px;
    }
    #seccionServicios .consultas{
        padding-top: 10px;
    }
    #seccionServicios .consultas h2{
        line-height: 2em;
        width: 100%;
    }
    #seccionServicios .consultas .mas_consultas{
        margin-top: 8px;
        padding-right: 25px;
    }
    #seccionServicios .movilNO{
        display: none;
    }
    #seccionServicios .servicios .item{
        padding: 10px 15px;
    }
    #seccionContactos{
        padding: 0;
        margin: 0;
        width: 100%;
    }
    #seccionContactos div div{
        width: 100%;
    }
    #seccionContactos .contactenos li a{
        margin-bottom: 10px;
    }
    #seccionContactos .noticias{ 
        border: 0;
        margin: 10px 0;
        padding: 0 20px;
    }
    #seccionContactos .noticias h2{
        margin-left: -15px;
        margin-top: 5px;
    }
    #seccionContactos .noticias img{
        width: 110px;
        display: block;
        float: left;
        margin-right: 15px;
        margin-bottom: 15px;
    }
    #seccionContactos .pagosSmart .pagueAqui img{
        height: 45px;
        margin-right: 8px;
    }
    footer #footer .copy{
        text-align: center;
    }
}
@media (max-width: 800px){
    .movilNO{
        display: none;
    }
    .movilSI{
        display: block;
    }
    header {
        height: 60px;
    }
    header h1{
        color: white;
        margin: 5px 0 0 10px;
    }
    header h1 img{
        height: 30px;
        margin-top: 10px;
    }
    header .input-group{
        width: 170px;
        top:64px;
        z-index: 9999999;
    }
    #seccionServicios .consultas{
        margin-top: -20px;
    }
    #seccionServicios .consultas .consulta{
        width: 100%;
        margin:7px 0;
    }
    #seccionServicios .consultas .mas_consultas{
        padding-right: 0;
    }
    .botonSimple{
        margin-right: 10px;
        padding: 9px;
    }
    footer #footer .copy{
        border-top: 0;
    }
}
@media (max-width: 500px){
    #header{
        width: 99%;
    }
    #social{
        top: 200px;
    }
    #seccionServicios .bannerSmall .col-xs-6  {
        width: 100%;

    }
}
@media (max-width: 300px){
    header .input-group{
        display: none;
    }
}


/* INICIO SESION */
.dropdown{
    z-index: 99999999;
}
.dropdown button{
    background: #006db3;
    color: white;
    border: 0;
}
.dropdown .dropdown-menu{
    left: -50px;
}
.dropdown .dropdown-menu li{
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 0;
}
.dropdown .dropdown-menu li:hover{
    border-bottom: 1px solid #ccc;
}
.dropdown .dropdown-menu li a{
    color: #666;
    font-size: 1em;
    line-height: 1.5em;
    margin: 0;
}
.dropdown .dropdown-menu li:last-child{
    border-bottom: 0;
}

@media (max-width: 900px){
    .dropdown .dropdown-menu{
        left: -100px;
    }
	header .menuSecundario{
		margin-top:9px;
	}	
}
@media (max-width: 750px){
	header .menuSecundario{
		margin-top:7px;
	}
	header .menuSecundario .accesos{
	}	
}
@media (max-width: 400px){
	header .menuSecundario{
		position:absolute;
		right:5px;
		top:17px;
	}
	header .menuSecundario ul li#DatosAbiertos,
	header .menuSecundario ul li#DatosAbiertos a{
		display:none;
	}

}
@media (max-width: 399px){
	header .menuSecundario{
		position:absolute;
		right:5px;
		top:-10px;
	}
	header .menuSecundario ul li#DatosAbiertos,
	header .menuSecundario ul li#DatosAbiertos a{
		display:none;
	}

}
/* ESTILOS INTERNOS CMS */
#seccionContactos .videos h2,
#seccionContactos .noticias h2{
    margin-left: -15px;
    font-weight: bold;
}
.Normal footer h2{
    font-family: 'seravek', 'open_sansregular';
    color: #555;
    font-size: 1.6em;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}
/* /ESTILOS INTERNOS CMS */

#seccionAccesos{
	width:75%;
}
#seccionAccesos .bannerSmall .banner a{
	width:100%;
	height:100px;		
	display:block;
}
#seccionAccesos .bannerSmall .banner {
	width:100%;
	height:100px;
	display:block;
	border-radius: 30px;
    box-shadow: 2px 2px 4px #999;
	margin-bottom:25px;
	background-size: 80%;
}
#seccionAccesos .bannerSmall .banner:hover {
    box-shadow: 0 0 6px #999;
}
#seccionAccesos .bannerSmall  .Acceso_PagosLinea.banner{
	border: 4px solid #2a4a9b;
	background: #fff url(/websitev9/portals/0/img/Accesos/Acceso_PagosLinea.png) no-repeat center center;
}
#seccionAccesos .bannerSmall  .Acceso_PagosLinea.banner:hover{
	border: 4px solid #ffffff;
	background: #2a4a9b url(/websitev9/portals/0/img/Accesos/Acceso_PagosLinea_white.png) no-repeat center center;
}
#seccionAccesos .bannerSmall  .Acceso_ConsultaEnLinea.banner{
	border: 4px solid #2fc5ed;
	background: #fff url(/websitev9/portals/0/img/Accesos/Acceso_ConsultaEnLinea.png) no-repeat center center;
}
#seccionAccesos .bannerSmall  .Acceso_ConsultaEnLinea.banner:hover{
	border: 4px solid #fff;
	background: #2fc5ed url(/websitev9/portals/0/img/Accesos/Acceso_ConsultaEnLinea_white.png) no-repeat center center;
}
#seccionAccesos .bannerSmall  .Acceso_PlataformasVirtuales.banner{
	border: 4px solid #c65c52;
	background: #fff url(/websitev9/portals/0/img/Accesos/Acceso_PlataformasVirtuales.png) no-repeat center center;
}
#seccionAccesos .bannerSmall  .Acceso_PlataformasVirtuales.banner:hover{
	border: 4px solid #fff;
	background: #c65c52 url(/websitev9/portals/0/img/Accesos/Acceso_PlataformasVirtuales_white.png) no-repeat center center;
}
#seccionAccesos .bannerSmall .Acceso_CanalesAtencion.banner{
	border: 4px solid #6b89aa;
	background: #fff url(/websitev9/portals/0/img/Accesos/Acceso_CanalesAtencion.png) no-repeat center center;
}
#seccionAccesos .bannerSmall .Acceso_CanalesAtencion.banner:hover{
	border: 4px solid #fff;
	background: #6b89aa url(/websitev9/portals/0/img/Accesos/Acceso_CanalesAtencion_white.png) no-repeat center center;
}
#seccionAccesos .bannerSmall .Acceso_Beneficios.banner{
	border: 4px solid #a3c95e;
	background: #fff url(/websitev9/portals/0/img/Accesos/Acceso_Beneficios.png) no-repeat center center;
}
#seccionAccesos .bannerSmall .Acceso_Beneficios.banner:hover{
	border: 4px solid #fff;
	background: #a3c95e url(/websitev9/portals/0/img/Accesos/Acceso_Beneficios_white.png) no-repeat center center;
}
#seccionAccesos .bannerSmall  .Acceso_NotariasAfiliadas.banner{
	border: 4px solid #c9a25e;
	background: #fff url(/websitev9/portals/0/img/Accesos/Acceso_NotariasAfiliadas.png) no-repeat center center;
}
#seccionAccesos .bannerSmall  .Acceso_NotariasAfiliadas.banner:hover{
	border: 4px solid #fff;
	background: #c9a25e url(/websitev9/portals/0/img/Accesos/Acceso_NotariasAfiliadas_white.png) no-repeat center center;
}

#seccionAccesos .bannerSmall  .Acceso_AgenciaVirtualSAT.banner{
	border: 4px solid #c65c52; /*border: 4px solid #2a4a9b;*/
	background: #fff url(/websitev9/portals/0/img/Accesos/logo_AV.png) no-repeat center center;
}
#seccionAccesos .bannerSmall  .Acceso_AgenciaVirtualSAT.banner:hover{
	/*border: 4px solid #ffffff;*/
	border: 4px solid #fff;
	background: #c65c52 url(/websitev9/portals/0/img/Accesos/logo_AV_bn.png) no-repeat center center;
	/*background: #2a4a9b url(/websitev9/portals/0/img/Accesos/logo_AV_bn.png) no-repeat center center;*/
}
#seccionAccesos .bannerSmall  .Acceso_MesadePartes.banner{
	border: 4px solid #6b89aa; /*border: 4px solid #2fc5ed;*/	
	background: #fff url(/websitev9/portals/0/img/Accesos/logo_MPD.png) no-repeat center center;
}
#seccionAccesos .bannerSmall  .Acceso_MesadePartes.banner:hover{
	/*border: 4px solid #fff;*/
	border: 4px solid #fff;
	background: #6b89aa url(/websitev9/portals/0/img/Accesos/logo_MPD_bn.png) no-repeat center center;
	/*background: #2fc5ed url(/websitev9/portals/0/img/Accesos/logo_MPD_bn.png) no-repeat center center;*/
}
#seccionAccesos .bannerSmall  .Acceso_Pitazo.banner{
	border: 4px solid #c9a25e;
	background: #fff url(/websitev9/portals/0/img/Accesos/Logo_Pitazo.png) no-repeat center center;
}
#seccionAccesos .bannerSmall  .Acceso_Pitazo.banner:hover{
	border: 4px solid #fff;
	background: #c9a25e url(/websitev9/portals/0/img/Accesos/Logo_Pitazo_bn.png) no-repeat center center;
	
}
#seccionAccesosInternos{
	margin: auto 100px;
}
#seccionAccesosInternos .bannerSmall .banner {
	margin: 0;
    margin-bottom: 25px;
	width:100%;
	height:160px;
	border-radius:20px;
}
#seccionAccesosInternos .bannerSmall .banner a{
	width:100%;
	height:100%;
	display:block;
	text-align:center;
}
#seccionAccesosInternos .bannerSmall .banner img{
	text-align:center;
	position: relative;
	margin-top:45px;
}
#seccionAccesosInternos .bannerSmall  #btn_AgenciaVirtual.banner{
	background: #2a4a9b;
}
#seccionAccesosInternos .bannerSmall  #btn_AgenciaVirtual_RO.banner{
	background: #4472C4;
}
#seccionAccesosInternos .bannerSmall  #btn_MesaDePartes.banner{
	background: #2fc5ed;
}
#seccionAccesosInternos .bannerSmall  #btn_Pitazo.banner{
	background: #a3c95e;
}
#seccionAccesosInternos .bannerSmall  #btn_SmartSAT.banner{
	background: #c65c52;
}

#seccionComunicados .Normal{
	position:relative;
}
#seccionComunicados .Normal img{
	width:99%;
	opacity: 1;
	--filter: brightness(90%);
}
#seccionComunicados .Normal p{
	color: white;
	width:99%;
	position: absolute;
	bottom:0;
	left:1%;
	padding:50% 5% 0 5%;
	font-size: 16px;
	line-height: 25px;
	background: url(/websitev9/Portals/0/img/bg_nota75.png) repeat-x bottom;
	height:99%;
	text-shadow: 2px 2px 2px black;
}
#seccionComunicados a{
	color: white;
	position: absolute;
	bottom:5%;
	margin:0 5%;
	background: #149CD7;
    color: white;
    border: 0;
	width: 100px;
	text-align:center;
	padding: 8px;
	float:right;
    border: 0px solid #e4e4e4;
    border-radius: 5px;
}

@media (min-width: 1550px){
	#seccionAccesos {
		width: 70%;
	}
	#seccionAccesos .bannerSmall .banner {
	background-size: 90% !important;
}
}
@media (max-width: 1550px){
	#seccionAccesos {
		width: 75%;
	}
	#seccionComunicados .Normal p{
		padding:55% 5% 0 5%;
		background: url(/websitev9/Portals/0/img/bg_nota75.png) repeat-x 50% bottom;
	}
	#seccionAccesos .bannerSmall .banner {
		background-size: 80% !important;
	}
}
@media (max-width: 1100px){
	#seccionAccesos .bannerSmall .banner p{
		font-size:35px;
		top:20px;
		line-height:40px;
	}
	#seccionComunicados .Normal p{
		padding:35% 5% 0 5%;
		background: url(/websitev9/Portals/0/img/bg_nota75.png) repeat-x 50% bottom;
		background-size: 7px;
	}
	#seccionAccesos .bannerSmall .banner {
		background-size: 90% !important;
	}
}
@media (max-width: 990px){
	#dnn_ctr564_HtmlModule_lblContent img{
		margin-top:0px;
	}
	#seccionComunicados .Normal p{
		padding:40% 5% 0 5%;
		background: url(/websitev9/Portals/0/img/bg_nota75.png) repeat-x 50% bottom;
		background-size: 7px;
	}
	.DnnModule-705 {
	height:0 !important;
	}
	#seccionAccesos {
		width: 70%;
	}
	#seccionAccesosInternos{
		margin: auto 10px;
	}
}
@media only screen and (min-width: 799px)  {
	header .menuSecundario ul li a img{
		margin-top: 8px;
	}
}
@media only screen and (min-width: 400px) and (max-width: 800px) {
	header .menuSecundario ul li a img{
		margin-top: 5px;
	}
}
@media only screen and (min-width: 0px) and (max-width: 399px) {
	header .menuSecundario ul li a img{
		margin-top: 15px;
	}
}