/*
articule{
float: left;

}
.banner{
float: left;
width: 200px;
height:180px;
display: inline;
margin-left:5px;

}

figure img {
    max-width: 100%
}*/

.slider{
float: left;
position: relative;
margin: 0 auto;
width: 100%;
height:350px;
padding:2px 0 2px 0;
/**background-color:rgba(254,167,74,0.3); Naranjo**/
background-color: rgba(0,171,191,0.3);
overflow: hidden;

/*background-color:#F36203*/


}
#contenedor{
height: 260px;

}
.contenedor{

display:none;
position:relative;

}
.elemento_visible{
display:block;

}

.logoAniversario{
padding-top: 10px;
padding-bottom: 10px;
}

.texto{

padding:20px;
width: 30%;
display: block;
position: absolute;
padding-top: 0px;
/*background-color:#FDBB36;*/
height: 350px;
/*background-color:rgba(254,167,74,0.8);*/



}

.texto h1{
margin-top: 45px;
font-size: 2.7em;
color: white;
line-height: 1.2em;
font-weight: normal;
}

.texto p{
font-size: 1.1em;
color: white;
bottom: 5px;

}

.texto a{
color: white;
font-weight: bold;
float: right;
text-transform: uppercase;

}

.imagen{

float: left;
width: 100%;
height:350px;
overflow: hidden;

}
/*
#imagen img{


width: 100%;
height:100%;

}*/


.diagonal_slider {
    width: 0;
    height: 0;
   /** border-top: 1900px solid rgba(254,167,74,0.8); Naranjo**/
    border-top: 1900px solid rgba(0,171,197,0.8);
  /*  border-right: 50px solid transparent; */
      border-right: 350px solid transparent; 
    /*margin-left: 30.5%;*/
    /*position: relative;*/
    float: left;
    position: absolute;

    -webkit-filter: drop-shadow(4px 3px 1px rgba(0,0,0,.5));
    -moz-filter: drop-shadow(4px 3px 1px rgba(0,0,0,.5));
    -ms-filter: drop-shadow(4px 3px 1px rgba(0,0,0,.5));
    -o-filter: drop-shadow(4px 3px 1px rgba(0,0,0,.5));
    filter: drop-shadow(4px 3px 1px rgba(0,0,0,.5));


}

.ver_mas{

position: relative;
bottom: 60px;
font-size: 1.3em;
border: none;
color: #fff;
left: 200px;
/* cursor: pointer; */   
}

.ver_mas a{

color: #FFF;
 
}

.fecha_publicacion{
position: relative;
bottom: 70px;
font-size: 1.1em;
border: none;
color: #fff;
left: 18px;

}

#redesSociales{

margin-top: 15px;
margin-bottom: 15px;
float: left;
width: 100%;
height:45px;
background-color:rgb(230,230,230);

padding:2px 0px 2px 0px;

}

#redesSociales p.tweet{
    margin-bottom: 0px;
}
#redesSociales p.timePosted{    
    margin-top: 0px;
    margin-bottom: 0px;
}


#redesSociales img{

float: left;
margin-top: 2px;
margin-left: 30px;
padding-right: 10px;



}
#redesSociales p{

margin-top: 9px;
font-size: 0.85em;


}

.noticia{
width: 210px;
height: 100px;
float: left;
margin-left: 7px;
margin-bottom: 15px;
background-color: rgb(242,242,242);
border: solid 2px rgb(230,230,230);


}


.noticia p{
width: 110px;
margin-top: 6px;
/*float: left;*/
margin-left: 0px;
margin-bottom: 10px;
font-size: 1.0em;
/*font-weight: bold;*/


}

.noticia a{
width: 200px;
position: relative;
/*float: left;*/
margin-left: 10px;
bottom: -76px;
font-size: 0.8em;
font-weight: bold;
color: rgb(175,175,175);


}

.noticiaEsp a{

bottom: -26px;



}


.img_noticia{
    width: 100px;
    float: right;
    height: 100px;
    position: relative;

}

.img_noticiaEsp{
    width: 205px;
    float: right;
    height: 47px;
    position: relative;
    margin-top: 9px;

}
#noticia1{
	margin-left: 0px;
    /*background-image: url(/recursos/sbifweb3/img/210x100-1.png);*/
}


#img_n1{

	background: url(/recursos/sbifweb3/img/100x100-noticia-1.jpg) no-repeat ;
}
#img_n2{

	background-image: url(/recursos/sbifweb3/img/100x100-noticia-2.jpg);
}
#img_n3{

	background-image: url(/recursos/sbifweb3/img/100x100-noticia-3.jpg);
}
#img_n4{

	background-image: url(/recursos/sbifweb3/img/100x100-noticia-4.jpg);
}

.texto_noticia p{
        padding-left: 4px;

}
.texto_noticia { 
    position: absolute; 
    /**background:  #FBB03B; Naranjo **/
    background:  rgb(240,220,200);
    /*border: 4px solid #c2e1f5; */
   /* border: 1px solid #4f5b63;*/
    width: 208px;


    } 

.texto_noticiaEsp { 
    background:  rgb(17,165,160);
    } 

.texto_noticia:after, .texto_noticia:before, .texto_noticiaEsp:after, .texto_noticiaEsp:before { 
    top: 100%; 
    left: 10%; 
    border: solid transparent; 
    content: " "; 
    height: 0; 
    width: 0; 
    position: absolute; 
    pointer-events: none; 
    } 

.texto_noticia:after { 
    border-color: rgba(213, 204, 75, 0); 
   /* border-color: rgba(240,220,200,0);*/
    /** border-top-color:  #FBB03B; Naranjo **/
    border-top-color: rgb(240,220,200);
    border-width: 8px; 
    margin-left: -8px; 
    } 


.texto_noticiaEsp:after { 

    border-color: rgba(17,165,160,0);
    border-top-color:  #11A5A0;
    border-width: 8px; 
    margin-left: -8px; 
    } 

.texto_noticia:before , .texto_noticiaEsp:before{ 
    /*border-color: rgba(79, 91, 99, 0);
    border-top-color: #4f5b63; */
    border-width: 9px; 
    margin-left: -9px; 
}

#tweets{

	/*background: rgba(41,182,233,0.3);
	border: thin solid rgba(41,182,233,0.8);*/
	height: 100%;
	float:left;
	/*margin-left: 45px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 12px;
	border-radius: 8px 8px 8px 8px;
	webkit-border-radius: 8px 8px 8px 8px;
	moz-border-radius: 8px 8px 8px 8px;
	ms-border-radius: 8px 8px 8px 8px;	
	op-border-radius: 8px 8px 8px 8px;*/

}

#tweets ul li {
	display:none;
}

#tweets ul li:first-child {
	display:block;
}

#tweets{

    /*background: rgba(41,182,233,0.3);
    border: thin solid rgba(41,182,233,0.8);*/
    height: 100%;
    float:left;
    margin-left: 0px;
   /* padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 12px;
    border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -ms-border-radius: 8px 8px 8px 8px; 
    -op-border-radius: 8px 8px 8px 8px;*/
    /*behavior: url(border-radius.htc);*//*IE*/
   /* box-shadow: 2px 2px 5px #999;*/
}

#tweets ul li {
    display:none;
}

#tweets  ul li:first-child {
    display:block;
}

.t5 {
width: 0;
height: 0;
border-top: 5px solid transparent;
border-right: 10px solid rgba(41,182,233,0.6);
border-bottom: 5px solid transparent;
float: left;
margin-top: 8px;
margin-left: 4px;
overflow: hidden;
display: none;
}


.btnSli{

position: absolute;
/*top: 43%;*/
bottom: 15px;

/*font-size: 3em;*/
height: 35px;
width: 35px;
border: none;
/*color: #f7f7f7;*/
background-color: rgba(253,187,54,0.7);

/*border-radius: 7px;*/
/*opacity: .75;*/
cursor: pointer;

}

div.slider:hover .btnSli{
/*opacity: .4;*/

}
#btnSig{
    background: url(/recursos/sbifweb3/img/auxi/botonesSlider.png) no-repeat -35px -35px;
	left: 52px;

}
#btnAnt{
    background: url(/recursos/sbifweb3/img/auxi/botonesSlider.png) no-repeat 0 -35px;
	left: 15px;
}

#btnSig:hover{
    background: url(/recursos/sbifweb3/img/auxi/botonesSlider.png) no-repeat -35px 0;
    /*opacity: .5;*/
}

#btnAnt:hover{
    background: url(/recursos/sbifweb3/img/auxi/botonesSlider.png) no-repeat 0 0;
    /*opacity: .5;*/
}


/* Nueva sección Publicaciones*/

.articulo_publicaciones{
    width: 100%;
    margin-bottom: 15px;
    margin-top: 20px;

}

.img_articulo_publicaciones{
    float: left;
    width: 40%;
    text-align: center;
    margin-bottom: 100px;
}

.img_articulo_publicaciones img{
    width: 70%;
    box-shadow: 0px 0px 3px 1px rgba(136, 136, 136, 0.33);
   
}

.descripcion_articulo_publicaciones h3{
margin-top: 5px;
}

.descripcion_articulo_publicaciones{
    margin-left: 4%;
    margin-right: 4%;
}

.campo_descripcion{
  /*word-spacing:6px;*/
  margin-bottom: 20px;
  margin-top: 10px;
}

.detalle_publicacion {
    margin-bottom: 110px;
}

.campo_fecha{
margin-bottom:15px;

}

.boton_detalle{

padding:8px;
background-color: #007f89;
height: 13px;
width: 50px;
vertical-align: middle;
text-align: center;
font-size: 11px;
color: white;
border-radius: 10px;
float: left;
}

.ver_mas_articulos{
    float: right;
    margin-top: 60px;
    margin-bottom: 60px;

}

#selectorAnho{
    float: right;
    margin: 20px;
    margin-top: 5px;
}
/* Fin Nueva seccion Publicaciones*/


/*
ul {
    list-style-type:none;
}
ul li a {
    text-decoration:none;
}
.skillsDouble {
    float: left;
    margin-right: 1px;
}
.skillsDouble li {
    width:100px;
    padding: 11px 16px;
    text-align:center;
    float:left;
    background: #ff3232;*/
    /* Old browsers */
   /* background: linear-gradient(to right, red 50%, blue 50%);
    background-size: 200% 100%;
    background-position:left bottom;
    margin-left:10px;
    transition:all 5s ease;
}
.skillsDouble li:hover {
    background-position:right bottom;
}
.skillsDouble li a {
    color:white;
}


.container{
    float:left;
    
    background: linear-gradient(to top, blue 50%, red 50%);
    background-size: 300% 300%;*/
    /*background:linear-gradient(to top, blue 50%, red 50%) 50%,url(/recursos/sbifweb3/img/300px.png) 50%;*/
    /*width:100px;
    height:100px;    
    background-position: 0px 100px;
    transition:background-position 6s ease;
}


.container:hover{
     background-position:0px 0px;
}
*/
