body {
	margin: 0;
	padding: 0;
	background-color: #333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
} 


/***ContenedorPrincipal
************************************/

#wrapper {
    width: 100%;
	 margin: 0;
	 padding: 0;
	 background:#333 url(../img/bg-wrapper.jpg) repeat-x;
}

/**ContenidoPrincipal
*******************************************/

#contenido {
	width: 920px;
	padding: 0;
	margin: 0 auto;
		
}

/***Head
****************************************/

#head {
   width: 920px;
	position: relative;
   height: 132px;	
	margin: 0;
	padding: 0;
}


img#bandera {
	position: absolute;
	left: -1px;
	z-index: 10;
} 
	 
img#logo {
	position: absolute;
	left:115px;
}	

img#bulldog {
	position: absolute;
	left:1px;
	z-index: 15;
}

/**Menu
**************************/

.menu {
   float: left;
   margin-top: 93px;
	margin-left: auto;
	margin-right: auto;
	
}	

#boxmenu {
   
	width: 920px;
	height: 37px;
	margin: 0 auto;
}

/**BoxFlash
*****************************/
#top {
   position: relative;
	width: 920px;
	height: 200px;
}

/**Box-Imagen-Britannia-Beer-Como llego?
****************************************/

#boxtop {
	float: left;
	width: 260px;
	margin: 0;
	padding: 0;
}

/**ContenidoInferior
**********************************/

#mycontent {
   float: left;
   width: 920px;
	margin: 5px 0 20px 0;
	padding: 0;
}

#mycontent h4 {
	margin-top: 15px;
}



/* DRINKS
------------------------------*/
.titulo {
	text-align: center;
	color: #FFF;
   font-size: 1.3em;
}

#mycontent .lista-drinks {
	float: left;
	width: 458px;
}

#mycontent .lista-drinks2 {
	float: right;
	width: 458px;
}

.lista-drinks, .lista-drinks2 h4 {
	color: olive;
}

.lista-drinks h4 {
	margin-top: 10px; 
	
}

.texto-final {
	float: left;
}

.texto-final h4 {
   float: left;
	color: olive;
}




/**ColumnasInternas
***************************************/

#columna-izquierda {
   float: left;
	width: 260px;
	padding-top: 65px;
	background-image: url(../img/bg-pub.jpg);
   background-color: #333;
	background-repeat: no-repeat;
	background-position: left top; 	
}
#columna-interna {
   float: left;
	width: 260px;
	padding-top: 22px;
	background-image: url(../img/bg-col-izq.jpg);
   background-color: #333;
	background-repeat: no-repeat;
	background-position: left top; 	
}


#columna-medio {
   width: 300px;
	margin: 0 0px 10px 285px;
}

#columna-derecha {
   float: right;
	width: 310px;
   padding-top: 60px;
	background-image: url(../img/bg-jackpot.jpg);

	background-repeat: no-repeat;
	background-position: left top;	
}

/**ContenidoSecundario
***********************************/
#contenido-secundario {
   float: right;
	width: 620px;
	padding-bottom: 20px;
	padding-right: 10px;

	
}


/**Pie
********************************************/

#pie {
   clear: both;
   width: 920px;
	height: 38px;
	background-image: url(../img/bg-pie.jpg);
   background-repeat: repeat-x;
   margin-bottom: 30px;	
	
}

#pie p {
	color: #fff;
	line-height: 38px;
	height: 38px;
  	text-indent: 3px;	
	
}

#pie .left {
   margin-top: 0px;
   float: left;
   width: 16px;
   height: 38px;
	background: url(../img/bg-pie-left.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}


#pie .right {
   margin-top: 0px;
   float: right;
   width: 16px;
   height: 38px;
	background: url(../img/bg-pie-right.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.footer { padding: 10px; float:left;}