@font-face
{
	font-family: 'swiss_721_condensed_bt';
	src: url('../fuentes/swiss_721_condensed_bt.otf');
}

@font-face
{
	font-family: 'futura_md_bt';
	src: url('../fuentes/futura_md_bt.ttf');
}

body,ul,li
{
	margin: 0px;
	padding: 0px;
}

table
{
	padding: 0px;
}


/* Enlaces texto */
a:link , a:visited , a:hover
{
}

a:focus
{
	outline-style:none;
}


.web
{
	min-width: 320px;
	min-height: 1070px;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	background-image:URL("../img/fondo_cafe.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed	
}

.top10
{
	padding-top: 10px;
}


/* Menu General */

.contenido_menu
{
	padding-top: 15px;
}

.menu_bar 
{
	display:none;
}
 
header 
{
	width: 100%;
	padding-top: 15px;
}
 
header nav 
{
	z-index:1000;
	max-width: 1000px;
	width: 100%;
	margin: 0;
	left:-100%;
	right:100%;
	overflow: scroll;
	position: absolute;
}

header nav>ul 
{
	background: rgba(255,255,255,.97);
	list-style:none;
	margin: 0px;
	padding: 0px;
	margin-left: 15px;
	margin-right: 15px;
}
 
header nav ul li {
	display: block;
	position: relative;
	border-bottom:1px solid rgba(0,0,0,.75);
}
  
header nav ul li:hover {
	background: rgba(255,255,255,.97);
}

header nav ul li a {
	color:black;
	display:block;
	text-decoration:none;
	padding: 20px;
	font-size: 1.3em;
	font-family: "futura_md_bt";
}

header nav ul li>DIV {
	color:black;
	display:block;
	text-decoration:none;
	padding: 20px;
	font-size: 1.3em;
	font-family: "futura_md_bt";
}

header nav ul li:hover .children {
	display:block;
}

header nav ul li .children {
	display: none;
	position: absolute;
	width: 150%;
	z-index:1000;
}
 
header nav ul li .children li {
	display: block;
	overflow: hidden;
}

header nav ul li .children li:first-child {
	border-top: 1px solid rgba(0,0,0,1);
}

header nav ul li .children li:last-child {
	border-bottom: 0px;
}
 
header nav ul li .children li a {
	display: block;
}
  
header nav ul li .caret {
	position: relative;
	top:3px;
}
 
.menu_bar {
	display:block;
	width:100%;
	border-top:1px solid rgba(255,255,255,.5);	
	border-bottom:1px solid rgba(255,255,255,.5);	
}

.menu_bar .bt-menu {
	display: block;
	color: #fff;
	overflow: hidden;
	font-weight: bold;
	text-decoration: none;
	font-family: "futura_md_bt";
	font-size: 3em;
	line-height: 2em;
	cursor: pointer;
}

header nav ul li:hover .children {
	display: none;
}

header nav ul li .children {
	width: 100%;
	position: relative;
}

header nav ul li .children li a {
	font-size: 1em;
	line-height: 1em;
	padding-left: 35px;
}

header nav ul li .caret {
	float: right;
}

.separador_cabecera
{
	width: 100%;
	height: 10px;
	background-color: #345C42;
}


/* Cabecera */

.contenedor_cabecera
{
	width: 100%;	
}

.contenedor_iconos
{
	width: 100%;
	vertical-align: top;	
}

.contenedor_idiomas
{
	display: inline-block;
	width: 49%;
}

.contenedor_icono_es
{
	display: table-cell;
}

.contenedor_icono_en
{
	display: table-cell;
	padding-left: 15px;
}

.contenedor_icono_de
{
	display: table-cell;
	padding-left: 15px;
}

.contenedor_logotipos
{
	display: inline-block;
	width: 49%;
}

.contenedor_facebook
{
	display: table-cell;
}

.contenedor_instagram
{
	display: table-cell;
	padding-left: 15px;
}

.contenedor_logo
{
	width: 100%;
	padding-top: 10px;
}


/* Contenido */

#contenido
{
	padding-top: 20px;
}


/* Inicio */

.cabecera_texto
{
	font-family: "futura_md_bt";
	font-size: 2em;
	color: white;
	padding-top: 10px;
}

.texto
{
	font-family: "futura_md_bt";
	font-size: 1.2em;
	color: white;
	padding-top: 20px;
}

.contenido_taza_cafe_inicio
{
	width: 100%;
	padding-top: 30px;
}


/* Noticias */

.contenedor_noticias
{
	padding-top: 20px;
}

.texto_titular
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: white;
}

.texto_fecha_noticias
{
	color: #A8BD63;
	font-size: 1em;
}

.contenedor_foto_noticias
{
	padding-top: 20px;
}

.texto_noticias
{
	padding-top: 20px;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: white;
}

.contenedor_paginacion
{
	padding-top: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: white;
}


/* Menus */

.texto_cabecera_contenido_carta
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: white;
	line-height: 115%;
}

.texto_contenido_carta
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #E2C179;
	line-height: 115%;
}

.texto_contenido_carta BR
{
	line-height: 55px;
	padding-top: 50px;
}

.separador_contenidor_menus
{
	border-bottom: 1px solid white;
	padding-bottom: 20px;
}

/* Galeria */

.contenedor_galeria
{
	padding-top: 20px;
}

.texto_cabecera1_galeria
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: white;
}

.texto_cabecera2_galeria
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: white;
	padding-top: 10px;
}

.contenedor_fotos_galeria
{
	padding-top: 25px;
}

.contenedor_fotos_galeria div
{
	display: inline-block;
	margin: 10px;
}

.contenedor_fotos_galeria img
{
	border: 1px solid white;
	max-width: 465px;
	width: 100%;
}


/* Contacto */

.contenedor_contacto
{
	padding-top: 20px;
}

.texto_cabecera1_contacto
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: white;
}

.texto_cabecera2_contacto
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: white;
	padding-top: 10px;
}

.texto_formularios
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: white;
	letter-spacing: 0.02em;
	line-height: 115%;
	font-weight: bold;
	text-align: left;
}

#contacto div:nth-child(odd)
{
	padding-top: 15px;
}

#contacto div:nth-child(even)
{
	padding-top: 5px;
}

.contenedor_elementos_formulario
{
	display: inline-block;
	width: 100%;
	max-width: 320px;
	vertical-align: top;
}

.contenedor_textarea_formulario
{
	display: inline-block;
	width: 320px;
}

input.formularios
{
	width: 100%;
	max-width: 320px;
	height: 35px;
}

textarea.formularios
{
	width: 320px;
	height: 200px;
}

input.formularios , textarea.formularios
{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	color: black;
	filter: alpha(opacity=50);
	opacity: 0.50;
}

.contenedor_boton_enviar
{
	padding-top: 15px;
	width: 100%;
}

.contenedor_boton_enviar img
{
	width: 125px;
}

.contenedor_direccion_telefono
{
	width: 100%;	
	padding-top: 15px;
}

.contenedor_direccion
{
	display: inline-block;
	width: 49%;
	vertical-align: top;
	max-width: 250px;
}

.contenedor_telefono
{
	display: inline-block;
	width: 49%;
	vertical-align: top;
	max-width: 250px;
}

.texto_cabecera_direccion
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	color: white;
}

.texto_direccion
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: white;
	letter-spacing: 0.02em;
	line-height: 115%;
}


/* Localizacion */

#mapa_google_maps
{
	width: 100%;
	height: 100%;
	max-width: 730px;
	max-height: 350px;
	border: 1px solid white;
	margin-top: 30px;
}


/* Pie Pagina */

.texto_pie_pagina
{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: white;
	line-height: 160%;
}
