﻿
#s4-bodyContainer, #titleAreaBox, .footer{
	    width: 100% !important;
	    margin: auto !important;
	    float: none !important;
} 
#contentBox {
   min-width: 100% !important;
}

/*span#ctl00_Sitemappath1 {
    display: none;
}*/ 

/******************CLACES PARA TAB INDEX MENU*********************/
.tabmenuopen{
    z-index: 1100; 
    left: -4px;
     top: 56px;
}

/*****************eNCABEZAFO************************/
#siteIcon {
   
    width: auto !important;
}
#titleAreaRow .searchArea {
    margin-top: 20px !important;
    
}

.otherSiteLogos img {
    width: auto;
    margin-top: 17px; 
    height: 66px;
    margin-bottom: 26px;
}


/*******************CONTENIDO**********************/
section.contenidopage{
	
}


section.contenidopage div#contNoticias .ms-webpart-zone {
    display: inline-block !important;
}
section.contenidopage div#contNoticias .ms-webpart-cell-vertical {
    display: inline-block  !important;
}
section.contenidopage ul {
    margin-left: 0px !important;
}

section.contenidopage ul li.dfwp-item {
    padding-left: 0;
} 


section.contenidopage ul li .item.otherNews {
    margin-bottom: 0px;
    /*margin-right: 4%;*/
    /*margin-left: 3%;*/
    width: 100%;
    float: left;
}

section.contenidopage ul li .otherNews .link-item,
section.contenidopage ul li .otherNews .dateTime {
    position: relative;
    top: 10px;
    font-family: Lato;
    font-size: 13px;
    color: #c6c6c6;
    padding-bottom: 5px;
}

section.contenidopage .otherNews .link-item a,
section.contenidopage .otherNews .link-item a:link {
    color: #27285D !important;
    font-size: 17px !important;
    font-family: Lato !important;
    font-weight: bold !important;
}


section.contenidopage ul li .otherNews .image-area-left {
    float: left;
    padding-right: 5px;
    padding-left: 0px;
    display: block;
}
section.contenidopage ul li .otherNews .image-area-left a img {
    width: 100%;
    height: auto;
    position: relative;
    top: 15px; 
    margin-bottom: 25px;
}

section.contenidopage ul li .otherNews .description {
    margin-top: 10px !important;
    font-family: Lato !important;
    color: #435050 !important;
    font-size: 14px !important;
    display: block !important;
    width: 100% !important;
    float: left !important;
}

section.contenidopage .aside .ms-rtestate-field img {
    width: 100%;
}
section.contenidopage .listaNoticias .ms-rtestate-field img {
    width: 100%;
}


div#contNoticias .ms-webpart-zone {
    display: inline-block !important;
}
div#contNoticias .ms-webpart-cell-vertical {
    display: inline-block  !important;
}


.todosSomos img {
    vertical-align: middle;
    display: inline-block;
}


/****************BANNER INFERIROR *******************/
.bannerInferior .banner_alertas {
    /*padding: 20px 20px 100px 20px;*/
    max-width: 640px;
    /*margin: 0 auto;*/
    list-style: none;
    text-align: center;
    padding:0px;
}

.bannerInferior .banner_alertas li {
    display: inline-block;
    width: 208px;
    margin: 0;
    padding-right: 0px;
    
    position: relative;
}

.bannerInferior .banner_alertas figure {
    margin: 0;
    position: relative;
}

.bannerInferior .banner_alertas figure img {
    max-width: 100%;
    display: block;
    position: relative;
}

.bannerInferior .banner_alertas figcaption {
    position: absolute;
    top: 0;
    left: 0;
    padding-top:10px;
    background: #2B2C6A;
    color: #fff;
}

.bannerInferior .banner_alertas figcaption span {
    font-size:13px;
}


.bannerInferior .campanas {
    /*padding: 20px 20px 100px 20px;*/
    max-width: 900px;
    /*margin: 0 auto;*/
    list-style: none;
    text-align: center;
    padding:0px;
}

.bannerInferior .campanas li {
    display: inline-block;
    width: 208px;
    margin: 0;
    padding-right: 0px;
    
    position: relative;
}

.bannerInferior .campanas figure {
    margin: 0;
    position: relative;
}

.bannerInferior .campanas figure img {
    max-width: 100%;
    display: block;
    position: relative;
}

.bannerInferior .campanas figcaption {
    position: absolute;
    top: 0;
    left: 0;
    padding-top:10px;
    background: #2B2C6A;
    color: #fff;
}

.bannerInferior .campanas figcaption span {
    font-size:13px;
}

/* Caption Banner */
.bannerInferior .caption_banner_alertas figure {
    overflow: hidden;
}

.bannerInferior .caption_banner_alertas figure img {
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}

 .bannerInferior .caption_banner_alertas figure:hover img,
.bannerInferior .caption_banner_alertas figure.cs-hover img {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
}

.bannerInferior .caption_banner_alertas figcaption {
    height: 30px;
    width: 100%;
    top: auto;
    bottom: 0;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s; 
    transition: transform 0.4s, opacity 0.1s 0.3s;
}

 .bannerInferior .caption_banner_alertas figure:hover figcaption,
.bannerInferior .caption_banner_alertas figure.cs-hover figcaption {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s;
}

.bannerInferior .caption_banner_alertas figcaption a {
    position: absolute;
    bottom: 20px;
    right: 20px;  
}


/************FOOTER*****************/
#layout-4a-fastlinks-content-gobierno.infogov {
    background: url('') no-repeat left rgb(255, 255, 255);
    padding: 0px 0px 5px 0px;
    overflow: auto;  
    margin-left: 12px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-position-y: 12px;    
    /*margin: auto;*/
    width: 100%!important;

 }

#layout-4a-fastlinks-content-gobierno.infogov div {
    width: initial;
    padding-right: 7px;
    float: left;
}

 #layout-4a-fastlinks-content-gobierno div.container {
    width: auto; 
    padding-right: 5px;
    float: left;
}

 div#logfooter {
    background: url('/Style Library/UNGRD/Images/logb.png');
    height: 81px; 
        width: 84px !important;
    background-repeat: no-repeat;
}


div#footernew.footerTextBox {
    color: #27285d !important;
    padding-left: 15px !important;
    width: 100% !important;
    float: left !important;
}


.footer div#footernew.footerTextBox div.container {
    float: none !important;
    color: #27285d;
    padding-left: 15px;
}  

.footer div#footernew.footerTextBox div.cont {
    float: left !important;
    color: #27285d;
    padding-left: 15px;
}

div#footernew.footerTextBox div.leftBox {
    width: 100% !important;
    line-height: 30px;
    padding-top: 0px;  
    padding-top: 0px;
    padding-right: 0px;
} 



div#footernew.footerTextBox div.rightBox {
    width: 100% !important;
    background-color: rgb(238, 238, 237);
    color: #58595B;
    padding-top: 5px;
    padding-bottom: 15px;
    text-align: right;
    padding-right: 8px;
    padding-left: 8px !important;
    line-height: 1.4em;
    padding-left: 8px;
}

/*****************************/


/**************************slider************************************/
section.slierHome .ms-webpart-chrome-vertical {
    display: block !important;
}

section.slierHome .ms-webpart-zone {
    display: block !important;
}

section.slierHome .ms-webpart-cell-vertical {
    display: block;
}

section.slierHome  ul#main-ungrd {
    padding: 0px;
    list-style: none;
}  


section.slierHome  ul#main-ungrd .contImg {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    height: 400px;
    max-height: 400px;
    overflow: hidden;
    background: #000;
}

  
section.slierHome ul#main-ungrd.owl-carousel .owl-item img {
    max-height: 380px;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

section.slierHome ul#main-ungrd .owl-nav {
    position: absolute;
    width: 100% !important;
    top: 36.5%;
    bottom: 0;
    display: inline-block;
    zoom: 1;
    margin: 0;
    width: 50px;
    height: 50px;
    line-height: 45px;
    text-align: center;
    font-size: 1em;
    border-radius: 30px;
    color: #FFF;
    background: transparent !important;
    border-radius: 50px;
}

section.slierHome ul#main-ungrd .owl-nav .owl-prev {
     color: #27285d;
    font-size: 39px;
    margin: 5px;
    padding: 0px 2px;
    background: #fff;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    left: 0px;
    position: absolute;
}
section.slierHome ul#main-ungrd .owl-nav .owl-next {
     color: #27285d;
    font-size: 39px;
    margin: 5px;
    padding: 0px 2px;
    background: #fff;
    display: inline-block;
    cursor: pointer;
    right: 0px;
    position: absolute;
}

ul#main-ungrd .owl-dots {
    position: relative;
    width: 100%;
    top: 15px;
}

ul#main-ungrd .contReproductor {
    position: relative;
    width: 100%;
    top: -73px;
}

ul#main-ungrd .contReproductor .contPlay {
    width: 10%;
    /*margin: 0 auto;*/
}


ul#main-ungrd .contReproductor .contPlay i {
    font-size: 15px;
    color: #fff;
    width: 15px;
    height: 15px;
    margin: 5px 7px;    
    display: inline-block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
        cursor: pointer;
}

ul#main-ungrd  .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #FED000;
}

ul#main-ungrd  .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 7px;
    background: #fff;
    border: 1px solid #999;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

/************slider****************/

@media screen and (max-width: 999px) {

    #titleAreaRow .searchArea {   
        display: none;
    }
}


@media screen and (max-width: 784px) {

	   div#footernew.footerTextBox div.leftBox {
		    padding: 0px;
		    text-align: center;
		    margin-top: 20px; 
		}

    .footer div#footernew.footerTextBox div.cont {	    
	    width: 100% !important;
	}

	div#footernew.footerTextBox div.rightBox {
	    width: 100% !important;
	    background-color: #fff !important;
	    color: #58595B;
	    padding-top: 5px;
	    padding-bottom: 15px;
	    text-align: center !important;
	    padding-right: 8px;
	    padding-left: 8px !important;
	    line-height: 1.6em !important;
	    padding-left: 8px;
	} 


	div#footernew.footerTextBox div.leftBox br {
     display: none; 
	}

	div#footernew.footerTextBox div.leftBox span {
	    display: block;
	}


	.footer .divider .leftDivider, .footer .divider .rightDivider {	   
	    width: 100% !important;	  
	}

	.footer .divider .footerIcon {
	    width: 100%;
	    background: url(/Style Library/UNGRD/Images/footerIcon.png) no-repeat;
	    /* margin-left: 14px; */
	    /* margin-right: 13px; */  
	    position: relative;
	    top: -13px;
	    height: 50px;
	    margin: 0 auto;
	    background-position: center;
    }
}

@media screen and (max-width: 600px) {
   section.slierHome ul#main-ungrd .contImg {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        position: relative;
        height: 211px !important;
        max-height: 211px !important;
        overflow: hidden;
        background: #000;
    }


    ul#main-ungrd .contReproductor .contPlay i {
    font-size: 15px;
    color: #fff;
    width: 15px;
    height: 15px;
    margin: 5px 7px;
     border: 0px solid #999; 
    display: inline-block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    cursor: pointer;
}

}
ul#main-ungrd .contReproductor .contPlay {
    width: 21%;
    /* margin: 0 auto; */
}
}


/**********************DIRECCION ************************/

.article-content .imgDirector {
    width: 37%;
    display: inline-block;
    float: left !important;
}

.imgDirector {
    float: left !important;
}


.article-content .texto {
   width: 42%;
    float: left;
    display: inline-block;
    margin-left: 20px;
    top: 30px;
    position: relative;
}