body {
    background: url("img/tmp/bg02.JPG");
    background-size: 100% auto;
    background-attachment: fixed;
    width: 100%;
    min-height: 600px;
}

* {
    /*font-family: "SansSerif";/*""Georgia, Lucida console;*/
    font-size: 14px;
    font-weight: bold;
}

h1 {
    text-transform: uppercase;
}

article {
    margin: 1%;
}
/*
syntax!
@media not|only mediatype and (media feature) {
    CSS-Code;
}	*/
#HomeGaleria {
    background: url("img/mainGaleria.JPG");
    background-size: 100% auto;
    min-height: 100px;
    max-height: 100%;
}

#HomeHistoria {
    background: url("img/mainHistoria.JPG");
    background-size: 100% auto;
    background-position-y: center;
    min-height: 100px;
    max-height: 100%;
}

#HomeTaller {
    background: url("img/mainTaller.JPG");
    background-size: 100% auto;
    background-position-y: center;
    min-height: 100px;
    max-height: 100%;
}

#HomeContacto {
    background: url("img/mainContacto.JPG");
    background-size: 100% auto;
    background-position-y: center;
    min-height: 100px;
    max-height: 100%;
}
/*

*/ /*
#HomeGaleria a{
    font-size:large;
    color:#FFFFFF;
}
#HomeHistoria a{
    font-size:large;
    color:#000000;
}
#HomeContacto a{
    font-size:large;
    color:#000000;
}
*/


#Inicio a {
    font-size:large;
    color: white;
    position: absolute;
    bottom: 10px;
    right: 10px;
}


#contenido {
    margin-top: 2%;
    margin-bottom: 2%;
    display: inline-block;
}

#navbar {
    border-image-slice: 165 165 165 165;
    border-image-width: 10px;
    border-image-outset: 10px 10px 10px 10px;
    border-image-repeat: round round;
    border-image-source: url("img/tmp/guarda.png");
}

#principal {
    border-image-slice: 165 165 165 165;
    border-image-width: 10px;
    border-image-outset: 10px 10px 10px 10px;
    border-image-repeat: round round;
    border-image-source: url("img/tmp/guarda.png");
    margin-bottom: 2%;
    background-color: white;
    display: inline-block;
    border-style: solid;
    border-color: black;
    padding: 3% 3%;
}

#footer {
    border-image-slice: 165 165 165 165;
    border-image-width: 10px;
    border-image-outset: 10px 10px 10px 10px;
    border-image-repeat: round round;
    border-image-source: url("img/tmp/guarda.png");
    background-color: white;
    display: inline-block;
    border-style: solid;
    border-color: black;
    margin-bottom: 2%;
    font-weight: bold;
}

.carousel-inner > .item > img {
    height: auto;
    width: auto;
    min-width: 75%;
    max-height: 768px;
    margin: auto;
}

#slider {
    height: 50%;
}

#principal div {
    border-radius: 10px;
}
/*
#galerias img{
    max-height:200px;
    max-width: 800px;
    height:100%;
    width:100%;
}*/

.navbar-nav,
.navbar-nav > li,
.navbar-left,
.navbar-right,
.navbar-header {
    float: none !important;
}

.navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: 0;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 0px;
    }
}
/*section{
     background: url("../../Content/img/tmp/Transparent.png");
    background-size:100% 100%;
}*/

/* Estilos para dispositivos */
/*
@media (max-width: 480px) {

    #logo
    {      
       height: 10%
    }
    
    
}*/
.back-to-top {
    background: none;
    margin: 0;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 70px;
    height: 70px;
    z-index: 100;
    display: none;
    text-decoration: none;
    color: #808080;
}

    .back-to-top i {
        font-size: 60px;
    }

@font-face {
    font-family: CHILLER;
    src: url("CHILLER.TTF");
}

@font-face {
    font-family: CHILLER;
    font-weight: bold;
    src: url("CHILLER.TTF");
}

#brand {
    font-family: "CHILLER";
    color: black;
    font-size: 50px;
    line-height: 51px;
    font-weight: bolder;
    margin-top: 10px;
}

#saludo, #nombre {
    font-family: "CHILLER";
    color: black;
    font-weight: bold;
    margin-top: 10px;
}


.image:after, .image:before {
    position: absolute;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.image:after {
    content: '\A';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
}

.image:before {
    content: attr(data-content);
    width: auto;
    color: #fff;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: black;
    box-sizing: unset;
    -moz-box-sizing: border-box;
}

.image:hover:after, .image:hover:before {
    opacity: 1;
}

/*
#certamenes{
	padding-top:1%;
	padding-bottom:0%;
	}
article div p{
	margin: auto;
	min-height: 50px;
	min-width: 30%;
	}
    #principal p{
	margin-top:4%;
	margin-bottom:0%;
	}
*/
 #tituloHistoria {
     text-align:center;
    margin-top: 0;
}
#descripcionHistoria {
    text-align:justify;
	font-weight: normal;
    margin-top: 0;
}
 #FechaHistoria {
    text-align:left;
    margin-top: 0;
}
#accesorios p,#decoracion p,#indumentaria p{
     font-weight: normal;
 }

a.borderless {
  border: none;
}
#Inicio h4,a{
    font-weight:bold;}
	
#ovejaNegra{
    text-align:left;
    height:auto;
    font-family: "CHILLER";
    color: black;
}


