﻿/*===========================index=============================================================*/
.up
{
    float: left;
    width: 237px;
    height: 11px;
    background-image: url('imagenes/up.jpg');
    background-repeat: no-repeat;
}
.down
{
    float: left;
    width: 237px;
    height: 9px;
    background-image: url('imagenes/down.jpg');
    background-repeat: no-repeat;
    margin-bottom: 30px;
}
.center
{
    float: left;
    width: 237px;
    background-image: url('imagenes/center.jpg');
    background-repeat: repeat-y;
}

/*ofertasdestacadas*/
#ofertasportada
{
    width: 100%;
    padding-left: 15px;
    padding-bottom: 10px;
}
#boton
{
    text-align: center;
}

.doscolumnas
{
    float: left;
    width: 45%;
}
.doscolumnas li
{
    list-style-image: url('imagenes/li.jpg');
    color: #1589d3;
}
#col-3 h2
{
    color: #3a3a3a;
    text-align: left;
}
.tira
{
    margin-top: 5px;
    margin-left: 15px;
}


/*===========================banner=============================================================*/
#imgbanner
{
    padding: 22px;
}
#contenedorflash
{
    z-index: -1;
}
/*===========================LA POSADA=============================================================*/

.center li
{
    list-style-image: url('imagenes/li.jpg');
    padding-left: 5px;
    list-style-position: inside;
    line-height: 20px;
}
#col-3 p
{
    padding: 0px 0px 10px 0px;
    margin: 0px;
}


/*===========================GALERIA=============================================================*/

.img-galerias
{
    margin-left: 15px;
    margin-bottom: 10px;
}

/*===========================noticias=============================================================*/
.noticiasdestacadas
{

   height:200px;
}
.noticiasdestacadas ul
{

    padding-left: 5px;
}
