* {font-family: 'Open Sans', sans-serif;}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {font-family: 'Open Sans', sans-serif;}

a {border: none;}
img {border: none;}

/*body {
    background-color: #000;
}
body {
    background: url(../img/noise.png) #2c2e35;
}*/
body {
background: url("../img/fondo3.jpg") no-repeat scroll 0 0 #000;
}

.header {padding: 5px;}
.navbar-brand {font-family: 'Oswald', sans-serif;
font-weight: 400;
font-size: 20px; /*300 400 700*/
font-size: 32px;
text-decoration: none;
color: #eaeaea;
}

.bloque {
        width: 661px;
    height: 100px;
    display: block;
    margin-bottom: 10px;
}

.tbio {
    background: url("../img/home/bio.jpg") no-repeat scroll 0 0 #F9F9F9;
}
.tbio:hover {
    background: url("../img/home/bio_back.jpg") no-repeat scroll 0 0 #F9F9F9;
}

.tobra {
    background: url("../img/home/obra.jpg") no-repeat scroll 0 0 #F9F9F9;
}
.tobra:hover {
    background: url("../img/home/obra_back.jpg") no-repeat scroll 0 0 #F9F9F9;
}
.tmuestras {
    background: url("../img/home/muestras.jpg") no-repeat scroll 0 0 #F9F9F9;
}
.tmuestras:hover {
    background: url("../img/home/muestras_back.jpg") no-repeat scroll 0 0 #F9F9F9;
}
.ttaller {
    background: url("../img/home/taller.jpg") no-repeat scroll 0 0 #F9F9F9;
}
.ttaller:hover {
    background: url("../img/home/taller_back.jpg") no-repeat scroll 0 0 #F9F9F9;
}
.tdeco {
    background: url("../img/home/deco.jpg") no-repeat scroll 0 0 #F9F9F9;
}
.tdeco:hover {
    background: url("../img/home/deco_back.jpg") no-repeat scroll 0 0 #F9F9F9;
}

hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #000 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-right: 0 none;
    border-style: solid none none;
    border-width: 1px 0 0;
    margin-bottom: 20px;
    margin-top: 20px;
}

.footer {/*position: fixed;*/
bottom: 0px;
color: #777777;
width: 100%;
font-size: 14px;}

.footer p {text-align: center;}

.footer a {  color: #777777;
    font-size: 14px;}


.tiras a {border-bottom: 3px solid #D22D01;}