.row0{
	width: 100%;
	background-image: url(../img/bg-header-bcsf.jpg);
	background-repeat: repeat-x;
}
.row1{
  width: 100%;
  height: 0.375rem;
  background-image: url(../img/bg-dorada.jpg);
  background-repeat: repeat-x;
}
.row2{
	width: 100%;
	background-image: url(../img/bg-slider.jpg);
	background-repeat: repeat-x;
}

.row3{
  width: 100%;
  background-color:#DDDDDC;

}
.top-bar{
	background-color:transparent;
}

/*==================================================
 * Effect 6
 * ===============================================*/
.effect6
{
    position:relative;       
        box-shadow:0 5px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect6:before, .effect6:after
{
  content:"";
    position:absolute; 
    z-index:-1;
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    border-radius:100px / 10px;
}

@font-face {
    font-family: 'calibriregular';
    src: url('../fonts/calibri-webfont.eot');
    src: url('../fonts/calibri-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/calibri-webfont.woff') format('woff'),
         url('../fonts/calibri-webfont.ttf') format('truetype'),
         url('../fonts/calibri-webfont.svg#calibriregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


.contenido{
  font-size: 1rem;
  font-family: 'calibriregular'
}
.contenido a{
	color:#000;
}