/**************************************************************************************************
 ESTILOS GENERALES
**************************************************************************************************/

@font-face {
  font-family: "Boks-Heavy";
  src: url(fonts/boksheavy.ttf) format("truetype");
}

@font-face {
  font-family: "Boks-Thin";
  src: url(fonts/boksthin.ttf) format("truetype");
}

body,
p,
div,
span,
a,
td,
th,
input,
select,
ul,
ol,
li {
	font-family: "Century Gothic", Arial, sans-serif;
}

h1,
h2,
h3,
h4 {
	font-family: "Boks-Thin", Times, serif;
}

body {
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top center; 
	background-color: RGB(80, 50, 30);
	font-size: 14px;
	color: RGB(80, 50, 30);
}

p {
	font-size: 14px;
	line-height: 1.5;
	color: RGB(80, 50, 30);
}

h1 {
	font-size: 25px;
	color: RGB(80, 50, 30);
}

h2 {
	font-size: 20px;
	color: RGB(80, 50, 30);
}

ul,
ol,
li {
	line-height: 1.5;
}

small {
	font-size: 10px;
}

a {
	color: RGB(80, 50, 30);
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	background-color: none;
	color: RGB(237, 28, 36);
}


/**************************************************************************************************
 SUBESTILOS COMUNES
**************************************************************************************************/

.text_center {
	text-align: center;
}

.text_left  {
	text-align: left;
}

.text_right {
	text-align: right;
}

.text_justify {
	text-align: justify;
}

.top {
	vertical-align: top;
}

.bold {
	font-weight: bold;
}

.nobold {
	font-weight: normal;
}

.underline {
	text-decoration: underline;
}

.nounderline {
	text-decoration: none;
}

.big_font {
	font-size: 18px;
}

.normal_font {
	font-size: 16px;
}

.medium_font {
	font-size: 14px;
}

.small_font {
	font-size: 12px;
}

.error {
	color: #FF0000;
	font-weight: bold;
}


/**************************************************************************************************
 LOGO - Estilo específico para el logotipo
**************************************************************************************************/

div.logo {
	position: absolute;

	left: 50%;
	width: 300px;
	margin-left: -150px;

	height: 80px;
	margin-top: 5px;

	padding: 0px;
	text-align: center;
}


/**************************************************************************************************
 FRAMEWORK - Marco de contenido
**************************************************************************************************/

div.framework {
	position: absolute;

	left: 50%;
	width: 800px;
	margin-left: -400px;

	height: 580px;
	margin-top: 100px;

	padding: 0px;
	text-align: justify;
}


/**************************************************************************************************
 MENU e IDIOMA - Estilos del menú principal
**************************************************************************************************/

input.menu {
	background-image: url(images/menu.jpg);
	background-color: #FFFFFF;
	border: none;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	height: 30px;
	width: 130px;
	cursor: pointer;
}

input.menu:hover {
	color: RGB(80, 50, 30);
}

input.idioma {
	background-color: #FFFFFF;
	border: none;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	height: 30px;
	width: 30px;
	cursor: pointer;
}


/**************************************************************************************************
 FOOTER - Estilos para el pie de página
**************************************************************************************************/

div.footer {
	position: absolute;

	left: 50%;
	width: 500px;
	margin-left: -250px;

	height: 120px;
	margin-top: 700px;

	padding: 0px;
	text-align: center;
}

a.footer {
	font-family: "Boks-Heavy", Times, serif;
	font-size: 16px;
}

div.footer_title {
	font-family: "Boks-Heavy", Times, serif;
	font-size: 26px;
	font-weight: bold;
}

div.footer_resto {
	font-family: "Boks-Thin", Times, serif;
	font-size: 16px;
}


/**************************************************************************************************
 Estilos para la página principal
**************************************************************************************************/

div.columna_izquierda {
	font-size: 15px;
	float: left;
	text-align: right;
	width: 390px;
}

div.columna_derecha {
	font-size: 15px;
	float: right;
	text-align: left;
	width: 390px;
}

div.foto_inicio {
	text-align: center;
	position: absolute;
	bottom: 0px;
	width: 800px;
	height: 100px;
}


/**************************************************************************************************
 Estilos para la página de cartas y platos
**************************************************************************************************/

.carta {
	font-family: "Boks-Thin", Times, serif;
	font-size: 20px;
}

table.carta {
	height: 500px;
	width: 800px;
}

div.carta {
	font-family: "Boks-Heavy", Times, serif;
	font-size: 25px;
	text-align: center;
	vertical-align: top;
	font-weight: bold;
}

td.carta {
	text-align: center;
	vertical-align: middle;
}

a.carta {
	text-decoration: none;
}

a.carta:hover {
	text-decoration: underline;
}

img.carta {
	position: relative;
	top: 5px;
}


/**************************************************************************************************
 Estilos para la página de fotos
**************************************************************************************************/

table.fotos {
	text-align: center;
}

td.flechas {
	width: 50px;
}

img.flechas {
	width: 48px;
	height: 48px;
	cursor: pointer;
}

img.foto {
	cursor: pointer;
	border: solid 1px RGB(80, 50, 30);;
}

