h1{
    font-family: Gautami;
    font-size: 18.12px;
    color: #ffffff;
    text-align: center;
    text-shadow: #000 1px 1px 1px;
}
h2{
    font-family: Century;
    text-align: center;
    color: #948265;
    font-size: 37.19px;
    text-shadow: 1px 1px 1px #000;
    margin-top: 15px;
    margin-bottom: 15px;
}
p{
    font-family: Gautami;
    text-align: center;
    font-size: 18.12px;
    font-weight: bold;
    color: #967f6e !important;
	/*color: #FFF;*/
    width: 50%;
    margin: 0px auto;
    line-height: 30px;
    text-shadow: 1px 1px 1px #000;
}
.btn{
    background: url('../img/btn.png') no-repeat scroll center center transparent;
    text-align: center;
    margin: 0px auto;
    display: block;
    font-family: Gautami;
    color: #000;
    font-size: 17.96px;
    height: 48px;
    width: 260px;
    padding-top: 20px;
}
.contenidoSlider{
    bottom: 10px;
    overflow: hidden;
    position: absolute;
    margin: 0px auto;
    display: block;
    width: 100%;
    animation: moveUp 1s ease-in-out both;
    -webkit-animation: moveUp 1s ease-in-out both;
    -moz-animation: moveUp 1s ease-in-out both;
    -o-animation: moveUp 1s ease-in-out both;
    -ms-animation: moveUp 1s ease-in-out both;
}