/* CSS Document */
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    padding: 0;
}

#bodyInicio {background-color: #4a4b49;color: white;}
#bodyGaleria {background-color: white;color: black;}

.separador {clear: both; visibility: hidden;}

h1 {
    color: #a0e527;
    font-size: 1em;
    text-align: center;
}

h2 {
    color: #a0e527;
    font-size: 1em;
    text-align: center;
}

a {
    color: #a0e527;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}

#contenedor {
    position: relative;
    width: 1100px;
    margin: -7px auto 0;
    min-height: 600px;
}

/*HEADER*/
#header {
    position: absolute;
    width: 450px;
    min-height: 135px;
    top: 5px;
    left: 50px;
    z-index: 5;
    /*background: url("img/logo1.png") center no-repeat;*/
}

/*NAV*/
#nav {
    margin-top: 50px;
}

#nav2 {
    margin-top: 30px;
}

#nav ul, #nav2 ul {
    display: block;
    list-style-type: none;
    text-align: center;
    margin: 0 auto;
}

#nav ul li.entradaMenu, #nav2 ul li.entradaMenu{
    display: inline;
    width: 100%;
}

#nav ul li.entradaMenu a, #nav2 ul li.entradaMenu a{
    font-size: 14pt;
    text-decoration: none;
    margin: 0 30px;
    padding: 5px;
}

#nav ul li a:hover, #nav2 ul li a:hover{
    text-decoration: underline;
}

/*CONTENIDO*/
#contenido{
    width: 1100px;
    min-height: 600px;
    margin: 0 auto;
    padding: 0;
    background: url("img/fondo-maya-alto.png") no-repeat right;
    _background: none;
}

#contenido2 {
    width: 1100px;
    min-height: 600px;
    margin: 0 auto;
    padding: 0;
}

#flor {
    width: 50%;
    min-height: 600px;
    float: left;
    background: url("img/flor-inicio.jpg") no-repeat;
}

#bloquetexto {
    width: 380px;
    margin: 200px auto 0 auto;
    text-align: justify;
    font-size: 1.2em;
}

#destacado {
    float: left;
    margin: 0 10px;
    width: 420px;
    padding: 20px;
    background-color: #a0e527;
    text-align: justify;
}

#contacto {
    margin: 20px 0 10px 20px;
    width: 500px;
    float: left;
    text-align: left;
}

.bloqueDestacado{
    width: 47%;
    color: black;
    font-size: 0.9em;
    /*text-align: justify;*/
}

.bloqueDestacado h3{
    margin: 8px 0;
    color: white;
}
#destacado1, #destacado3{float: left; margin-right:10px;}
#destacado2, #destacado4{float: right;margin-left: 10px;}

/*GALERIA*/
#textoGaleria {
    font-size: 11px;
    font-weight: bold;
    color: #564e52;
    width: 50%;
    margin-top: 30px;
    margin-bottom: 40px;
}
#textoGaleria strong{color: black;}

#miniaturas {
    /*position: relative;*/
    width: 49%;
    float: left;
    margin: 150px 0;
    overflow: hidden;
}

#dock a{
    float: left;
    width: 80px;
    height: 100px;
    text-align: center;
    text-decoration: none;
    border: none;
}

#dock img{
    height: 75px;
    margin-top: 25px;
}

#dock img:hover{
    height: 100px;
    margin-top: 0;
}
#dock a:hover{
    height: 125px;
    width: 115px;
}

#miniaturas ul {
    margin: 0;
    padding: 0;
}

#miniaturas li {
    list-style-type: none;
    /*display: inline;*/
    float: left;
    width: 104px;
    height: 104px;
    margin: 2px;
    text-align: center;
}

#preview {
    width: 49%;
    height: 100%;
    float: right;
    background-color: #494a48;
    color: white;
    text-align: center;
    padding: 25px 0;
}

a.miniatura img {border: none;margin: 2px auto;}

a.miniatura img:hover {border: none}

/*PIE*/
#pie {
    clear: both;
    width: 926px;
    height: 20px;
    margin: 20px auto 0;
    padding: 10px;
    /*border: 1px solid white;*/
    text-align: center;
    font-size: 0.7em;
}

#pie a {
	color: #FF7F00;
	font-weight: normal;
	text-decoration: underline;
	padding: 2px;
}

#pie a:hover {
	background-color: #222;
}