﻿body, html
{
    font-size: 13px;
    font-family: Garamond, 'Times New Roman', sans-serif;
    text-align: center;
    color: #5d4b33;
    background: url(/media/images/fondo1.gif) #4e442e;
    margin: 0;
    padding: 0;
}

h1
{
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    text-transform: uppercase;
}
h2
{
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
}
h3
{
    font-size: 13px;
    font-weight: bold;
    padding: 3px 0;
    margin: 0;
    text-transform: uppercase;
}
a
{
    color: #5d4b33;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}

p
{
    padding: 3px 0;
    margin: 0;
}
/**/
#pie
{
    
    width: 820px;
    padding: 7px;
    margin: 10px auto;
    text-align: center;
    color: #f3eedf;
    font-size: 10px;
    font-family: Verdana;
}
#pie a
{
    color: #f3eedf;
    text-decoration: none;
}
#pie a:hover
{
    color: #ffffff;
    text-decoration: none;
}
/**/
#contenedor1
{
    border: solid 1px #f3eedf;
    width: 1010px;                                        /*820px;*/
    padding: 7px;
    margin: 10px auto;
    text-align: center;
}
#contenedor2
{
    border: solid 1px #f3eedf;
    padding: 0;
    margin: 0 auto;
    width: 1008px;                                      /* 818px;*/
    text-align: center;
}
#contenedor3
{
    border: solid 1px #4e442e;
    padding: 0;
    margin: 0 auto;
    width: 1006px;                                      /*816px;*/
    background: url(/media/images/fondo2.gif) #f3eedf;
    overflow: auto;
    
}

#colIzq
{
    float: left;
    width: 200px;
    min-height: 600px;
    height: auto !important;
    background-position: right bottom;
    background-image: url(/media/images/detalle_v.gif);
    background-repeat: no-repeat;
}

#colDer
{
    float: right;
    width: 790px;                                   /*600px;*/
    min-height: 600px;
    height: auto !important;
    background-position: right bottom;
    background-image: url(/media/images/detalle_h.gif);
    background-repeat: no-repeat;
    text-align: justify;
}


/*links de idioma*/
.links
{
	float: right;
	margin: 0;
	padding: 10px 10px 0 0;
	font-size: 14px;
	font-weight: 700;
	text-align: right;
	line-height: 18px;
	height: 20px;
	width: 780px;                                    /*590px;*/
}
.links a
{
	color: #5d4b33;
    margin:0 10px 0 0;
    text-decoration:none;
}
.links a:hover
{    
    text-decoration:underline;
}


/*contenedor de la imagen*/
/*contenedor del texto descripcion*/
.contenedor
{
    padding: 0 50px 0 0;
    margin: 0;
    width: 735px;                                   /*548px;*/
    text-align: justify;
    font-size: 16px;
    clear: both;
}
.contenedor li
{
    list-style-type: circle;
}
.marcoTestimonial
{
	width: 550px;
	float: left;
}

/*BOOKING*/

.menu_popup {  
	list-style:none;
	margin:0;
	padding:0;
}
.menu_popup li {
	padding:0; /*Ya no necesito el padding, tambien quitare el borde que puse antes.*/
}
.menu_popup li a
{
    display: block; /*Convertimos el vínculo en un bloque.*/
    width: 140px;
    padding: 4px 4px;
    text-decoration: none;
    font-size: 12px;
    color: #000000;
    background-color: #ffffff;
    filter:alpha(opacity=60); /*transparaencia extra solo para IE*/
}
.menu_popup li a:hover {
	color:#ffffff;
	background-color:#000000;
	border-left-color:#99CC00; /*Luego le cambio el color al borde en el evento hover.*/
}
	
	
#live-chat
{
    position:fixed;
    bottom: 0px;
    left:0px;
    height:46px;
    background-color: Transparent;
    color: #000000;
    text-align: left;
}
