/*  
Theme Name: AlcoholKiller
Theme URI: http://www.alcoholkiller.es
Description: AlcoholKiller
Version: 1.0
Author: Silvia Tabanera
Author URI: http://www.cartonwebs.com

*/

/*CSS Reset*/

* {margin:0px; padding:0px; border:0px;}

BODY {
  /*background: #A60E00 ;*/
  background: #C00000 ;
  color: #FFFFFF;
  margin: 0px;
  font-size:85%;
font-family: Verdana, Arial, sans-serif;
}

p{
  font-size:0.9em;
  margin: 5px 0px;
}

A {
 color: #Ffffff;
  text-decoration: none;
}

A:hover {
  color: #ff9999;
  text-decoration: underline;
}

h1 {
  border-bottom: dotted 1px #f99;
  margin:3px 5px;
}

#container{
  background:  #A60E00 url(images/fondo.jpg) no-repeat top;
  width:990px;
  height:100%;
  margin-left:auto;
  margin-right:auto;
  position:relative;
  top:0px;
  left:0px;
}

.espaciador1{
  height:100px;
}

#cabecerainicio{
  background: url(images/cabecera990inicio.jpg) no-repeat top;
}

#cabeceraproductos{
  background: url(images/cabecera990producto.jpg) no-repeat top;
}

#cabecerainformacion{
  background: url(images/cabecera990informacion.jpg) no-repeat top;
}
#cabeceracontacto{
  background: url(images/cabecera990producto.jpg) no-repeat top;
}
#cabeceranoticias{
  background: url(images/cabecera990producto.jpg) no-repeat top;
}




#linkinicio{
  position:relative;
  top:0px;
  left:0px;
  width:600px;
  height:120px;
}

#pasedefotos{
  position:relative;
  top:80px;
  left:360px;
    width:600px;
  height:429px;
    background: url(images/fondo-pase-fotos.gif) no-repeat top center;
    padding-top:45px;
}


.entry{
  text-align:justify;
}


#notita{
  position:absolute;
  top:0px;
  left:630px;
  width:150px;
  height:150px;
  /*background:#0C0;*/
}
#notita2{
  position:absolute;
  top:0px;
  left:780px;
  width:150px;
  height:150px;
  /*background:#0C0;*/
}

#flashcontent{
  position:relative;
  top:25px;
  left:60px;
}


#flashcontent3{
  position:relative;
  top:-20px;
  left:44px;
}

#menu{
  position:relative;
  left:370px;
  width:630px;
  color:#C00;
/*  background:#FFF;*/
  top:-5px;
  font-size:11px;
	list-style:none;
	padding:0;
}
/*
.menu a, .menu a:visited, .menu a:link, .menu a:active, .menu a:hover{
  color:#C00;
  text-decoration:none;

  }
  
.menu a:hover{
  font-weight:bold;
  text-decoration:none;
} 
*/



#menu li {

  text-indent:2px;

	margin:0px;
	margin-left:12px;
	margin-top:4px;
	padding:0; /*Ya no necesito el padding, tambien quitare el borde que puse antes.*/
	float:left;
}
#menu li a {
	display:block; /*//Convertimos el vínculo en un bloque.*/
/*	width:100px;*/
	padding:9px 0;
	text-decoration:none;
	text-align:center;


	color:#C00;


}
/*//Ahora vamos con el hover:*/
#menu li a:hover {
	font-weight:bold;
}

#quieres{
  position:absolute;
  top:180px;
  left:790px;
  width:188px;
  height:104px;
}


#linkmenuinicio{

  width:40px;
}

#linkproducto{

  width:80px;
}
#linknoticias{
  width:85px;

}

#linkinfo{
  width:90px;

}
#linktienda{
  width:90px;

}
#linkcontacto{
  width:130px;

}



   
#row { 
display: table-row; 
} 

#postcol{
position:absolute;
top:180px;
left:0px;
   /* background: url(images/caja-texto.gif) no-repeat left center;*/
  width:270px;
  height:479px;
color:#c00;

}

#postcol .entry{
  width:220px;
  height:380px;
  padding:5px 15px 15px 15px;
  overflow:auto;
  font-family:Tahoma, Verdana;
  font-size:1.2em;
}

#postcol p{
 /* padding:5px;*/

}

#postcol h2{
margin:0px;
padding:0px;
text-indent:0px;
color:#fff;
text-align:center;
}

.espaciador-lata{
position:relative;
top:0px;
left:0px;
width:50px;
height:300px;
}

.col1 {
    width:310px;
    padding:5px 10px;
    height:100%;
display: table-cell;
}
.col2 {
    width:310px;
    padding:5px 10px;
    height:300px;
display: table-cell;
}
.col3 {
    width:310px;
    padding:5px 10px;
    height:300px;
display: table-cell;
}

.post {
    padding:5px 10px;

}

#logintienda{
  position:absolute;
  top:0px;
  right:0px;
}


#pieak{
  background:#C00000 url(images/pie990.jpg) no-repeat bottom;
  clear:both;
  height:70px;
  font-size:10px;
  text-align:right;
}

#pieak2{
  margin-right:20px;
}

#pieak a:hover{
  color:#777;
}