﻿@charset "utf-8";
/* CSS Document */

/*
Diseñados por: Pablo Andrés Contreras Q.
Para: Nodo Diseño Valparaíso.
Año: 2008.
*/

/*-----------------SELECTORES DE ETIQUETA--------------------*/
body {
font-family: "Trebuchet MS", verdana, Arial, sans-serif;
font-size: 13px;
color: #e6de91;
background-color: #a0704a;
background-image: url(../imagenes/bg.jpg);
background-attachment: scroll;
background-position: top;
background-repeat: repeat-x;
margin: 0;
padding: 0;}

h1 {
margin: 0;
font-size: 18px;}

h2 {
margin: 0;
margin-top: 5px;
font-size: 16px;}

h4 {
margin: 0;
/*font-size: 18px;*/}

p {
margin: 0;}

a {
color: #e6de91;}

a:hover {
color: #e6de91;
text-decoration: none;}

img {
border: 0;}

ul {
margin-top: 0;
/*margin: 0;*/}

/*-----------------SELECTORES ID--------------------*/
#entrar {
width: 203px;
height: 340px;
margin: auto;
margin-top: 100px;}

#contenedor {
margin: auto;
margin-top: 30px;
margin-bottom: 30px;
background-color: #692e1f;
/*background-image: url(../imagenes/bg2.jpg);
background-attachment: scroll;
background-repeat: repeat-x;
background-position: bottom;*/
width: 720px;
/*height: 500px;*/
border: #8c613c 7px double;}

#contenedor_cabecera {
width: 100%;
background-image: url(../imagenes/cabecera2.jpg);
background-repeat: no-repeat;
background-position: top;
margin-bottom: 8px;
border-bottom: #8c613c 2px double; 
/*height: 100px;*/
/*background-color: #692e1f;*/}

#contenedor_cabecera_desayunos {
width: 100%;
background-image: url(../imagenes/desayunos.jpg);
background-repeat: no-repeat;
background-position: top;
margin-bottom: 8px;
border-bottom: #8c613c 2px double; 
/*height: 100px;*/
/*background-color: #692e1f;*/}

#contenedor_cabecera_dulces {
width: 100%;
background-image: url(../imagenes/dulces-y-pasteles.jpg);
background-repeat: no-repeat;
background-position: top;
margin-bottom: 8px;
border-bottom: #8c613c 2px double; 
/*height: 100px;*/
/*background-color: #692e1f;*/}

#contenedor_cabecera_sandwiches {
width: 100%;
background-image: url(../imagenes/sandwiches.jpg);
background-repeat: no-repeat;
background-position: top;
margin-bottom: 8px;
border-bottom: #8c613c 2px double; 
/*height: 100px;*/
/*background-color: #692e1f;*/}

#contenedor_cabecera_almorzar {
width: 100%;
background-image: url(../imagenes/almorzar.jpg);
background-repeat: no-repeat;
background-position: top;
margin-bottom: 8px;
border-bottom: #8c613c 2px double; 
/*height: 100px;*/
/*background-color: #692e1f;*/}

#contenedor_cabecera_beber {
width: 100%;
background-image: url(../imagenes/beber.jpg);
background-repeat: no-repeat;
background-position: top;
margin-bottom: 8px;
border-bottom: #8c613c 2px double; 
/*height: 100px;*/
/*background-color: #692e1f;*/}

#contenedor_secundario {
width: 100%;
/*height: 100px;*/}

#contenedor_footer {
width: 100%;
/*height: 100px;*/
text-align: center;
font-family: "Trebuchet MS", verdana, Arial, sans-serif;
font-size: 11px;
padding-bottom: 10px;
padding-top: 30px;
clear: both;}

#columna_izq {
width: 25%;
float: left;}

#contenido {
width: 50%;
float: left;}

#columna_der {
width: 23%;
float: right;}

/*-----------------SELECTORES CLASES--------------------*/
.news {
border-bottom: #e6de91 1px dotted;}

#galera {
width: 50%;
float: left;}

#galera img {
border: #e6de91 1px solid;
margin-top: 8px;}