/* ************************************************* */
/* JGG 14/08/2015 NUEVO diseņo al 90% de de pantalla */
/* ************************************************* */
html {
/*    background-color: #fff !Important; */
    color: #000000;
}

#central {
    padding: 5px;
    left: 40px;
}

 #custom-doc {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    min-height: 600px;
    width: 100%;
    /* tamaņo de la nueva web max-width: 1024px; */
    max-width: 1200px; 

 }
 #slideshowtoggler {
        background-color: #f1f1f1;
 }
 #campanyes img{
    width: 100%;
    height: 321px;
    border: 1px solid red;
 }
 

  .yui-t2 #yui-main .yui-b{
   /*  margin-left: 30px !Important; */
 }
 
 .yui-t2 .yui-b {
    float: left;
    width: 90% !Important; 
    max-width: 980px;
}
 
 .nav-movil1 {
    display:none; /* Hide from browsers that don't support media queries */
    cursor:pointer;
    position:absolute;
    top:0;
    right:0;
    background:#34495E url(../images/nav.svg) no-repeat center center;
    height:40px;
    width:40px;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    z-index: 3000;
}
#columna_esquerra-movil {
    background-color: #f1f1f1;
    z-index: 50;
}

 #yui-main {
    min-width: 310px !important;
    margin-right: 1.99%;
}
/* .yui-g div.first, .yui-gb div.first, .yui-gc div.first, .yui-gd div.first, .yui-ge div.first, .yui-gf div.first, .yui-g .yui-gc div.first, .yui-g .yui-ge div.first, .yui-gc div.first div.first { */

.yui-g .yui-u, .yui-g .yui-g, .yui-g .yui-gb, .yui-g .yui-gc, .yui-g .yui-gd, .yui-g .yui-ge, .yui-g .yui-gf {
    /* jgg 21022019 min-width: 300px; */
    float: right;
}

.yui-movil {
    margin-left: 30px;
}
/*
   ****************************************************************************** 
   JGG PIE 
   ****************************************************************************** 
*/   
.sub-footer aside {
    float: left;
    height: auto;
    margin: 0 10px;
    width: 306px;
}

.sub-footer aside img {
    max-height: 55px;
}

.sub-footer aside h4 {
    border-top: 4px solid #ddd;
    color: #777;
    font-size: 1em;
    margin: 20px auto 0;
    padding: 15px 0;
}
/*
   ****************************************************************************** 
   FIN JGG PIE 
   ****************************************************************************** 
*/   

/* JGG menu responsive */
.container {
    /* float: right; */
    margin: 10px auto;
    max-width: 980px;
    width: 100%;
    
	float: left;
	margin-left: 15px;    
}
.toggleMenu {
    display:  none;
    background: #0a7dbe;
    padding: 10px 15px;
    color: #fff;
    z-index: 4000;
}
/* FIN menu responsiv */

.goog-te-combo {
    background-color: #F1F1F1;
    border: 1px solid #007BBE;
    color: #007BBE;
    font-size: 93%;
    font-weight: bold;
    height: 20px;
    margin-bottom: 10px;
    margin-left: 20px;
    min-height: 20px;
    width: 194px;
}

/* nota ayuda PDF */
.sticky-notes {
    background-image: url("../images/sticky_note_240.png");
    background-repeat: no-repeat;
    background-position: left;
    min-width: 200px;
    min-height: 148px;
}
.sticky-notes-div {
    position: relative;
    font-family: cursive;
    color:#000; 
    width: 160px;
    padding: 30px 0px 0px 47px;
    -ms-transform: rotate(-2deg); /* IE 9 */
    -webkit-transform: rotate(-2deg); /* Safari */
    transform: rotate(-2deg);    
}
.sticky-notes-div a {
    cursor: pointer;
}
/* FIN nota ayuda PDF */
