*{
    outline: none;
}

body {
    font-family: Helvetica, Arial Sans-Serif;
    font-size:.9em;
    margin:0px;
    background-color: #FFF;
/*
    background: #576601 url('../image/bg.png') repeat-x;
*/
}

.clr {
    clear: both;
}

caption{
    text-align:         left;
    font-weight:        bold;
}

h1 {
    font-size: 1.7em;
    font-weight: bold;
}

h2 {
    font-size: 1.3em;
    font-weight: bold;
}

h3 {
    font-size: 1.2em;
    font-weight: bold;
}

table {
    width:              100%;
}
th {
    font-weight:        bold;
    text-align:         left;
    font-size:          12px;
    color:              #333;
    padding:            4px;
    border-bottom:      1px solid #CCC;
}

td {
    font-weight:        normal;
    font-size:          12px;
    padding:            2px;
    vertical-align: top;
}

.listado td {
    font-weight:        normal;
    font-size:          11px;
    padding:            2px;
}

fieldset {
    border:none;
    width:100%;
}

legend {
    font-size:14px;
    margin:0px;
    padding:5px 0px;
    font-weight:bold;
}

label {
    display:inline-block;
    margin: 0px 0 5px;
    width: auto;
}

input[type=text], input[type=password], textarea, select {
    width: 99%;
}

img{ border: none; }
a{
    outline: none;
    text-decoration: underline;
}
/* Estilo Adicionales */
/* Mostrar Enlace como Boton */

a.boton {
    display: inline-block;
    padding: 3px 8px;
    font-weight: 500;
    font-size: .95em;
    border: 1px solid;
    border-color: #CCC #BBB #A0A0A0;
    background: #F8F8F8;
    -moz-border-radius: 3px;
    -webkit-border-radius:3px;
    border-radius: 3px;
    color: #000;
    text-decoration: none;
    margin: 0 2px 0 2px;
}

a.boton:hover{
    text-decoration: none;
}

.mayuscula {
    text-transform:     uppercase;
    font-size:          10px !important;
}

.center{
    text-align: center;
}


/* Estilos Galeria */

table.galerias-sitio {
    background: none;
}

table.galerias-sitio td {
    background: none;
    text-align: center;
/*
    border: 1px solid #999;
    border-radius: 5px;
    padding: 3px 5px;
*/
}

table.galerias-sitio td img {
    border-radius: 5px;
}

div.galeria table td {
    background-color:   #FFF;
}

div.galeria .imagen img {
    border: 1px solid #999;
    padding: 5px;
}


/* Mensaje de Estado */
#mensajes {
    height: 17px;
    line-height: 17px;
    padding: 3px 3% 3px 3%;
    margin: 2px 0 5px 0;
    background: #CBF585 url('../image/iconos/information.png') .5% 50% no-repeat ;
    border-radius:      5px;
    position: absolute;
    top: 0px;
    left: 10px;
}

#contenedor{
    width: 1000px;
    margin: 0px auto;
    background: #FFF;
    box-shadow: 0px 0px 25px #111;
    position: relative;
}

    #logo{
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 100;
    }

    #menu {
        margin: 0 auto;
        height: 95px;
        line-height: 95px;
        width: inherit;
        background-color:   #0072C5;
        box-shadow: 0px 0px 5px #111;
        z-index: 500;
    }
        #menu ul{
            list-style:none; /* Eliminamos los bullets */
            margin:0px; /* Quitamos los margenes */
            padding:0 0 0 150px; /* Quitamos el padding */
        }
            #menu ul li {
                float:left; /* Hacemos que el menu se muestre horizontal */
            }
                #menu ul li a{
                    text-decoration:none;
                    color:#FFF;
                    font-size: 1em;
                    font-weight: bold;
                    padding: 5px 8px;
                    margin: 0 5px;
                    border: 2px solid #DDD;
                    border-radius: 7px;
                    box-shadow: 1px 1px 3px #111;

                }
                #menu ul li a:hover{
                    color: #0072C5;
                    background-color: #FFF;
                }
#derecha{
    background: #DDD;
    width: 200px;
    height: inherit;
    float: right;
    margin: 0 7px 0 0;
    padding: 0;
    text-align: center;
    text-align: center;
    border-radius: 0 0 9px 9px;
}

    #derecha img{
        border-radius: 12px;
    }

    #derecha .modulos{
        margin: 0 auto .5em;
        width: inherit;
        padding: 7px 0;
        text-align: center;
        border-radius: 9px;
    }

#izquierda {
    width:763px;
    padding: 15px 10px;
    float: left;
    border-left:solid 1px #b2b3b5;
    border-right:solid 1px #b2b3b5;
    border-bottom:solid 1px #b2b3b5;
    -moz-border-radius:10px;
}

#cabecera {
    text-align:left;
}

    .slider {
        padding: 0;
        margin: 0;
        width: inherit;
        overflow: hidden;
        border-radius: 0 0 0 15px;
    }

.extendido {
    width:95% !important;
}

#avisos{
    color: #0072C5;
    font-size: 1.5em;
    font-weight: bold;
/*
    padding: 0px 3%;
*/
    padding: 0px 5px;
    margin: 1.5em 0 0 0;
    height: auto;
    line-height: 25px;
    border: 1px solid #DDD;
    border-radius: 5px;
/*
    background: url(../image/iconos/exclamation.png) .5% 50% no-repeat;
*/
}

.bx-wrapper {

}

#avisos ul{
    margin: 0px;
    padding: 0px;
}

#avisos ul li{
    list-style: none;
    margin: 0px;
    padding: 0px;
}


#cuerpo{
    margin: 1.1em 0;
    padding: 0;
}

    #cuerpo .articulo{
        background-color: #FFF;
        border: 1px solid #ECECE9;
        border-radius: 8px;
        margin: 0 0 1em 0;
        padding: 1em;
		float: left;
		width: 70%;
    }
    #cuerpo .articulo .contenido{
        text-align: justify;
        line-height: 1.3em;
    }

    #cuerpo .titulo{
        margin: 0 0 .3em 0;
        font-size: 1.6em;
        border-bottom: 1px solid #DDD;
    }
    #inferior .modulos{
        height: 250px;
        text-align: center;
    }

        #inferior .modulos div{
            height: inherit;
            width: 235px;
            margin: 8px;
            padding: 21px 0 11px 0;
            text-align: center;
            float: left;
/*
            background: #A67FDB;
*/
            background-color: #DDD;
            border-radius: 12px;
        }

        #inferior .modulos div img{
            border-radius: 10px;
            box-shadow: 0px 0px 7px #111;
        }

#pie{
    border-top: 1px solid #DDD;
    margin: 10px 0;
    padding: 10px 0 0 0;
    font-size: .85em;
    text-align: center;
}
    #adm{
        float: right;
        color: #0C00FF;
        text-decoration: none;
    }

    #adm:hover{
        text-decoration: underline;
    }

#contenido {
/*
    width: 600px;
*/
}

    #paginacion{
        text-align: center;
        height: 25px;
        line-height: 25px;
    }

    #paginacion a,
    #paginacion strong{
        border: 1px solid #AAA;
        margin: 0 1px;
        padding: 20px 20px;
        text-decoration: none;
        color: #AAA;
    }

    #paginacion a:hover,
    #paginacion strong{
        cursor: pointer;
		color: #fff;
		background-color: #007bff;
		border-color: #007bff;
    }

div.cargado {
    margin-top: 10px;
    font-size: .8em;
    text-align: center;
}

#visitas{
    margin: 10px 0 0 0;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

hr {
  margin: 10px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}

#contenedor-mensajes {
    width: 900px;
    margin: 0px auto;
    background: #FFF;
    box-shadow: 0px 0px 25px #111;
    padding: 5px 10px;
}

#contenedor-mensajes input[type=text],
#contenedor-mensajes textarea {
    width: 95%;
}

#contenedor-mensajes ol li {
    margin: 2px 0px;
    padding: 0px;
}

#contenedor-mensajes ol {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.label {
    display: inline-block;
    min-width: 200px;
    padding: 2px;
    font-weight: bold;
    background-color: #EDEDED;
}

/* Mensajes Reservas */

div.message {
    margin: 2px 1px 5px 1px;
}

div.message .from {
    font-size: .85em;
    font-weight: bold;
}

div.message .text {
    font-size: 1em;
    margin: 0px 0px 5px 0px;
    padding: 5px 2px;
    text-align: justify;
    background-color: #EDEDED;
}

div.message .date {
    font-size: .75em;
    text-align: right;
}

