/*------------------------------------------------------------------
Title:        			OtroMundo - master styles for screen media
Last change:		16/07/08 
Assigned to:		Javier Guerrero (jg)
Notes:        		Separates screen design in different files and uses ie7.css and ie6.css
-------------------------------------------------------------------*/
@import "reset.css";
@import "layout.css";
@import "color.css";
@import "type.css";

/*------------------------------------------------------------------
[Paleta de colores]
Azul	oscuro fondo y texto	=> #000033;
Azul medio						=> #121449;
azul francia desaturado 	=>#5F6CAF;

dorado							=> #B28F5D;

*** colores cerveza strong red ale ***
titulares						=> #E97224;
fondo							=>	#AA1B04
opciones fondo				=> #890F02;

*** colores cerveza golden ale ***
titulares						=> #A5782F;
fondo							=> #121449;
opciones fondo				=> #000033;

*** colores cerveza nut brown ale ***
titulares 					=> #B6782A;
fondo 						=> #4E2F15;
opciones fondo				=> #311800;



gris								=> #E3E4E5;

[Table of contents]
* Body
	+ Introducción #intro
	+ Envolvedor / #wrapper
			+ Cabecera / #header
					+ Logotipo / #logo
					+ Idioma / #language
					+ Banner / #banner
					+ Navegación / #nav
							- Navegación principal / #navLinks
							- Navegación cervezas / #navBeers
			+ Contenedor / #container
					+ Contenido / #content
							- ¿Qué opina de nosotros? / #opinion 
							- Nuestras Cervezas
									- Cerveza Strong Red Ale / #beerStrongRedAle
									- Cerveza Golden Ale / #beerGoldenAle
									- Cerveza Nut Brown Ale / #beerNutBrownAle
							- Prensa / #press
							- Contacto / #contact
							- Dónde disfrutarla
									- Lugares de venta / #sale
									- Distribuidores / #distributor
					+ Lateral derecho / #sidebar
			+ Pie / #footer
------------------------------------------------------------------*/


/*------------------------------------------------------------------
[Body]
*/
body {
	font-size: 62.5%;
	font-family: Georgia;
	line-height: 1.3;
	background-color: #000033;
}

h1 {
	font-size: 2.5em;
	font-variant: small-caps;
	font-weight: normal;
	border-bottom: 2px solid #B28F5D;
	margin-bottom: 10px;
}

p {
	margin-bottom: 15px;
}

p.author {
	color: #B28F5D;
	font-weight: bold;
}

p.author a {
	text-decoration: none;
	color: #000033;
	font-size: .9em;
}

em {
	font-weight: bold;
	font-style: italic;
}

a.link {
	color: #000033;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}


/*------------------------------------------------------------------
[Introducción #intro]
*/
#intro #content {
	padding: 0;
	margin: 0;
	width: 100%;
	background: none;
}


/*------------------------------------------------------------------
[Envolvedor / #wrapper]
*/
#wrapper {
	width: 980px;
	margin: 0 auto;
	position: relative;
}

/*------------------------------------------------------------------
[Cabecera / #header]
*/
#header {}

/*------------------------------------------------------------------
[Logotipo / #logo]
*/
#logo h1{
 	text-indent: -2000em;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	border: none;
	margin:0; 
	height: 87px;
}

#logo h1 a {
	display: block;
	height: 87px;
	width: 980px;
}

/*------------------------------------------------------------------
[Idioma / #language]
*/
#language {
	position: absolute;
	top: 315px;
	left: 955px;
}


/*------------------------------------------------------------------
[Navegación / #nav]
*/
#nav {
	background-image: url(../images/bg_nav.gif);
	background-repeat: repeat-x;
	height: 70px;
	padding-left: 20px;
}


/*------------------------------------------------------------------
[Navegación principal / #navLinks]
*/
#navLinks {
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
	font-size: 1.4em; /*Observar el tamaño de la tipografía*/
}

#navLinks li.on, #navLinks li.off {
	background-image: url(../images/separator.gif);
	background-repeat: no-repeat;
	background-position: 0 14px;
}

#navLinks li.first {
	background: none;
}

#navLinks li.on ul, #navLinks li.off ul {
	margin: 0;
	padding: 0;
}

#navLinks a {
	text-decoration: none;
}

#navLinks li { /*float the main list items*/
	margin: 0;
	float: left;
	display: block;
	padding-left: 13px;
	padding-right: 13px;
}

#navLinks li ul {
	display: none;
}

#navLinks li.off ul, #navLinks li.on ul { /*put the subnav below*/
	position: absolute;
	top: 50px;
	left: 0;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(../images/bg_submenu.gif);
	background-repeat: repeat-x;
	width: 800px;
}

#navLinks li a {
	color: #B28F5D;
	font-weight: bold;
	display: block;
	text-transform: uppercase;
	padding-top: 15px;
	padding-bottom: 15px;
	height: 40px;
}

#navLinks li.on a {
	color: #ffffff;
}

#navLinks li.on ul a, #navLinks li.off ul a {
	float: left; /*ie doesn't inherit the float*/
	border: 0;
	color: #B28F5D;
	width: auto;
	margin-right: 10px;
	text-transform: none;
	font-size: .75em;
	font-weight: normal;
	padding: 0;
}

#navLinks li.on ul {
	display: block;
}

#navLinks li.off:hover ul,
#nav li.over ul {
	display: block;
	z-index: 6000;
}

#navLinks li.off a:hover, 
#navLinks li.on a:hover, /*Agregué esta línea para que los elementos on hagan hover*/
#navLinks li:hover a,
#nav li.over a {
	color: #ffffff;
}

#navLinks li.on ul li a.active {
	color: #ffffff;
}

/*------------------------------------------------------------------
[Navegación cervezas / #navBeers]
*/
#navBeers {
	float: right;/*antes era left*/
	border-left: 2px solid #000;
	margin-top: -3px;
	margin-left: 10px;
}
#navBeers li {
	float: left;
	margin-left: 13px;
	*margin-left: 8px;
}
#navBeers li a{
	display: block;
	width: 35px;
	height: 50px;
}

#strongRedAle {
	background-image:url(../images/strong_red_ale.gif);
	background-repeat:no-repeat;
	background-position: 50% 50%;
	text-indent: -2000em;
}

#goldenAle {
	background-image:url(../images/golden_ale.gif);
	background-repeat:no-repeat;
	background-position: 50% 50%;
	text-indent: -2000em;
}

#nutBrownAle {
	background-image:url(../images/nut_brown_ale.gif);
	background-repeat:no-repeat;
	background-position: 50% 50%;
	text-indent: -2000em;
}

/*------------------------------------------------------------------
[ Contenedor / #container]
*/
#container {
	overflow: hidden;
	border-top: 2px solid #B28F5D;
	border-bottom: 2px solid #B28F5D;	
	font-size: 1.2em;
}

/*------------------------------------------------------------------
[ Contenido / #content]
*/
#content {
	float: left;
	width: 750px;/*-50px de los rellenos - falta  hacerlo dinámico*/
	background-color: #E3E4E5;
	background-image: url(../images/bg_content.gif);
	color: #000033;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 20px;
	overflow: hidden;
}

#text {
	float: left;
	width: 490px; /*Hacerlo dinámico*/
}

#imageText {
	float: right;
	/* width: 258px; */
}

#enjoy {
	background-image: url(../images/bullet_star.gif);
	background-repeat: no-repeat;
	background-position: 0 15%; /*Horizontal - Vertical*/
	color: #B28F5D;
	display: block;
	font-size: 1.3em;
	font-weight: bold;
	padding-left: 20px;
	text-transform: uppercase;
	text-decoration: none;
	width: 120px;
	margin-left: 70px;
}

#pagerList {
	color: #B28F5D;
	font-weight: bold;
	position: absolute;
	top: -75px;
	left: 375px;
}

#pagerList  a{
	color: #B28F5D;
	text-decoration: none;
	font-size: 1.6em;
	font-weight: bold;
}

#pagerList  a:hover{
	color: #000033;
}


/*Paginador para opiniones*/
#text #pagerList {
	color: #B28F5D;
	font-weight: bold;
	top: 354px;
	left: 653px;
}

#text #pagerList  a{
	color: #B28F5D;
	text-decoration: none;
	font-size: 1.6em;
	font-weight: bold;
}

#text #pagerList  a:hover{
	color: #000033;
}




/*------------------------------------------------------------------
[¿Qué opina de nosotros? / #opinion]
*/
#opinion div.opinion {
	border-bottom: 2px solid #B28F5D;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

#opinion  div.opinion p {
	margin-bottom: 5px;
}

#opinion  div.opinion em {
	color: #B28F5D;
}

/*------------------------------------------------------------------
[Nuestras Cervezas]
*/

/*Presentación*/
.beer #content {
	background-repeat: no-repeat;
	width: 930px;
	padding-top: 25px;
	position: relative;	
}

.beer #squeeze  {
	background-repeat: no-repeat;
	background-position: 0 0; 
	padding-left: 70px;	
}

.beer #content h1 {
	border: none;
	font-size: 3.5em;
	*border: 1px solid transparent;	
}

.beer #content #text {
	width: 445px;
	line-height: 1.7;	
}

.beer #content #text p.description {
	background-image: url(../images/star.png);
	background-repeat: repeat-x;
	background-position:0 100%;
}

/*Opciones*/
.beer #options {
	overflow: hidden;
	padding-left: 25px;
	clear: both;
	*clear: none;		
}

.beer #options {
	margin-left: -95px;
	margin-bottom: -20px;
	width: 980px;
} 

.beer #options li{
	float: left;
	margin-right: 15px;
}

.beer #options li a{
	color: #B28F5D;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: .9em;
	font-weight: bold;
}

.beer #options li a.active{
	color: #ffffff;
}

.beer #options li a:hover{
	color: #ffffff;
}

/*Ficha*/
.beer .ficha {
	background-repeat: repeat-y !important;
}

.beer .ficha #text{
	color: #B28F5D;
	width: 600px!important;
	line-height: 1.5!important;
}

.beer .ficha #text .first{
	border-top: 1px solid #B28F5D;
}

.beer .ficha #text .last{
	margin-bottom: 30px;
}

.beer .ficha #text .characteristic{
	border-bottom: 1px solid #B28F5D;
	padding-top: 10px;
	padding-bottom: 10px;
}

.beer .ficha #text .characteristic p{
	margin: 0;
}

.beer .ficha #text .characteristic h2{
	font-size: 1.2em;
	text-transform: uppercase;
	font-style: italic;
}

.beer .ficha #imageText{
	left: 700px!important;
}

.beer #content #text  p.description{
	font-style: italic;
	font-weight: bold;
	padding-bottom: 50px;
}

.beer #content #imageText {
	bottom: -35px;
	left: 460px;
	position: absolute;
}



/*------------------------------------------------------------------
[Cerveza Strong Red Ale / #beerStrongRedAle]
*/
#beerStrongRedAle #content {
	background-color: #AA1B04;
	background-image: url(../images/bg_strong_red_ale.gif);
}

#beerStrongRedAle #content #squeeze {
	background-image: url(../images/ico_strong_red_ale.gif);
}

#beerStrongRedAle #content h1{ 
	color: #E97224;
}

#beerStrongRedAle #content #text {
	color: #B28F5D;
}

#beerStrongRedAle #content #text  p.description{}
#beerStrongRedAle #content #imageText {}

#beerStrongRedAle #content #options {
	background-color: #890F02;
} 

#beerStrongRedAle .ficha {
	background-image: url(../images/bg_strong_red_ale_ficha.gif)!important;
}

#beerStrongRedAle .ficha #text .characteristic h2{
	color: #E97224;
}


/*------------------------------------------------------------------
[Cerveza Golden Ale / #beerGoldenAle]
*/
#beerGoldenAle #content {
	background-color: #121449;
	background-image: url(../images/bg_golden_ale.jpg);/*antes bg_golden_ale.gif */
}

#beerGoldenAle #content #squeeze {
	background-image: url(../images/ico_golden_ale.gif);
}

#beerGoldenAle #content h1{ 
	color: #A5782F;
}

#beerGoldenAle #content #text {
	color: #B28F5D;
}

#beerGoldenAle #content #text  p.description{}
#beerGoldenAle #content #imageText {}


#beerGoldenAle #content #options {
	background-color: #000033;
} 

#beerGoldenAle .ficha {
	background-image: url(../images/bg_golden_ale_ficha.gif)!important;
}

#beerGoldenAle .ficha #text .characteristic h2{
	color: #A5782F;
}

/*------------------------------------------------------------------
[Cerveza Nut Brown Ale / #beerNutBrownAle]
*/
#beerNutBrownAle #content {
	background-color: #4E2F15;
	background-image: url(../images/bg_nut_brown_ale.jpg); /*antes bg_nut_brown_ale.gif*/
}

#beerNutBrownAle #content #squeeze {
	background-image: url(../images/ico_nut_brown_ale.gif);
}

#beerNutBrownAle #content h1{ 
	color: #B6782A;
}

#beerNutBrownAle #content #text {
	color: #B28F5D;
}

#beerNutBrownAle #content #text  p.description{}
#beerNutBrownAle #content #imageText {}


#beerNutBrownAle #content #options {
	background-color: #311800;
} 

#beerNutBrownAle .ficha {
	background-image: url(../images/bg_nut_brown_ale_ficha.gif)!important;
}

#beerNutBrownAle .ficha #text .characteristic h2{
	color: #B6782A;
}



/*------------------------------------------------------------------
[Prensa / #press]
*/
#press .news { 
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
}

#press .news h2{ 
	font-size: 1.4em;
	position: absolute;
	top: 0;
	left: 308px;
	line-height: .8; /*Se agregó para arreglar el problema de cuando hay más de una línea en el titular*/
	padding-bottom: 5px;
}

#press .news .column1 {
	float: left;
	width: 310px;
}

#press .news .column1 .newsDate {
	display: inline;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0;
}
#press .news .column1 .newsImage{
	display: inline;
	vertical-align: middle;
	margin-left: 15px;
}

#press .news .column2 {
	float: left;
	width: 435px;
	padding-top: 30px; /*Antes era 25px. Se hizo el cambio para separa de un título de más de una linea*/
}

#press .news .column2 .newsDownload {
	border-bottom: 2px solid #B28F5D;
	padding-bottom: 5px;
	text-align: right;
}

#press .news .column2 .newsDownload a {
	color: #B28F5D;
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
	font-size: .9em;
}

#press .news .column2 .newsDownload a:hover {
	color: #000033;
}

/*------------------------------------------------------------------
[Contacto / #contact]
*/
#contact #address h2 {
	font-size: 1.3em;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #B28F5D;
}

#contact #address p.phone {
	font-weight: bold;
	font-size: 1.1em;
}

/*------------------------------------------------------------------
[Lugares de venta / #sale]
*/
#sale #zone {
	width: 230px;
	float: left;
}

#sale #zone li a {
	color: #B28F5D;
	text-decoration: none;
}

#sale #zone li a:hover {
	color: #000033;
}

#sale #zone li a.active {
	color: #000033;
}

#sale #zoneDetail {
	float: left;
	margin-left: 10px;
	width: 505px;
	position: relative;/*Agregado para posicionar el #pagerList*/
}

#sale #zoneDetail h2{
	font-size: 1.4em; 
	background-image: url(../images/bullet_star.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 15px;
	margin-bottom: 5px;
}

#sale #zoneDetail .establishment{
	padding-bottom: 12px;
	padding-top: 12px;
	border-bottom: 2px solid #B28F5D;
	padding-left: 35px;
	background-repeat: no-repeat;
	background-position: 0 50%;
	margin-left: 15px;
}

#sale #zoneDetail div.first{
	border-top: 2px solid #B28F5D;
}

#sale #zoneDetail .restaurant{
	background-image: url(../images/ico_restaurant.gif);
}

#sale #zoneDetail .store{
	background-image: url(../images/ico_store.gif);
}

#sale #zoneDetail .supermarket{
	background-image: url(../images/ico_supermarket.gif);
}

#sale #zoneDetail .bar{
	background-image: url(../images/ico_bar.gif);
}

#sale #zoneDetail .establishment .name{
	font-size: 1em;
	font-style: italic;
	color: #B28F5D;
}

#sale #zoneDetail .establishment .address{
	margin: 0;
}


/*------------------------------------------------------------------
[Distribuidores / #distributor]
*/

#distributor .beerDistributor {
	padding-bottom: 10px;
	margin-bottom: 10px;
	width: 500px;
	border-bottom: 2px solid #B28F5D;
	margin-left: 40px;
}

#distributor div.first {
	border-top: 2px solid #B28F5D;
	padding-top: 10px 
}

#distributor .beerDistributor h2 {
	text-transform: uppercase;
	color: #B28F5D;
}

#distributor .beerDistributor .phone,
#distributor .beerDistributor .email,
#distributor .beerDistributor .contact,
#distributor #joinUs .contact  {
	margin: 0;
}

#distributor .beerDistributor .phone span,
#distributor .beerDistributor .email span,
#distributor .beerDistributor .contact span,
#distributor #joinUs .contact span {
	font-weight: bold;
}

#distributor #joinUs  {
	background-image: url(../images/bullet_star.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
	padding-left: 20px;
	*border: 1px solid transparent;
}

#distributor #joinUs h3{
	font-size: 1.5em;
	
}


/*------------------------------------------------------------------
[Lateral derecho / #sidebar]
*/
#sidebar {
	background-image: url(../images/bg_sidebar.gif);
	background-repeat: repeat-y;
	width: 167px;
	float: left;
	padding-bottom: 30px;
}

.wrapperBox {
	border-bottom: 8px solid #000000;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.box {
	color: #ffffff;
	background-image: url(../images/bg_box.gif);
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.box h2 {
	color: #5F6CAF;
	font-size: 2em;
	font-variant: small-caps;
}

.facebook h2{
	font-size: 1.1em;
	font-variant: normal;
}

.facebook h2 a {
	color: #5F6CAF !important;
	text-decoration: none;
}

.facebook h2 a:hover{
	color: #ffffff!important;
}


.box p {
	font-size: .9em;
	margin-bottom: 10px;
}

.box p a {
	color: #ffffff;
}

.box a{
	color: #B28F5D;
	text-decoration: none;
	font-weight: bold;
}

.box a:hover {
	color: #ffffff;
}

/*------------------------------------------------------------------
[Pie / #footer]
*/
#footer {
	background-color: #121449;
	color: #B28F5D;
	font-family: Trebuchet MS;
	font-size: 1em;
	font-weight: bold;		
	min-height: 28px;
	padding-top: 10px;
	overflow: hidden;
}

#selectLanguage {
	margin: 0 auto;
	width: 130px;
	overflow: hidden;
}

#selectLanguage li {
	float: left;
	margin-left: 20px;
}

#selectLanguage li a {
	color: #ffffff;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 1.2em;
}

#warning {
	float: left;
	margin-left: 8px;
}

#copyright {
	float: left;
	margin-left: 305px;
}

#navFooter {
	float: right;
}

#navFooter li{
	float: left;
	border-left: 1px solid #B28F5D;
	padding-left: 8px;
	padding-right: 8px;
}

#navFooter li a {
	color: #B28F5D;
	text-decoration: none;
}

#navFooter li a:hover {
	color: #ffffff;
}
