/* Fuente para H1, menú, etc */

@font-face {
    font-family: 'ScribbliciousRegular';
    src: url('fuente/scribbli-webfont.eot');
    src: url('fuente/scribbli-webfont.eot?iefix') format('eot'),
         url('fuente/scribbli-webfont.woff') format('woff'),
         url('fuente/scribbli-webfont.ttf') format('truetype'),
         url('fuente/scribbli-webfont.svg#webfontwMdibzUk') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*Header menu*/
#menu{
	position:relative;
	height:43px;
	font-size:24px;
	background:#F2F2F2 url("imagenes/fondo.gif") repeat-x bottom left;
	font-family:'ScribbliciousRegular',Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	width: 950px;
	margin-left:25px;
	}
#menu ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:950px;
	float:left;
	}
#menu ul li{
	display:block;
	float:left;
	margin:0 2px;
	}
#menu ul li form{
	display:block;
	float:left;
	margin:0 2px;
	}
#menu ul li a{
	display:block;
	float:left;
	color:#ffdab6;
	text-decoration:none;
	padding:0 0 0 20px;
	height:43px;
	line-height:50px;
	}
#menu ul li a span{
	display:block;
	float:left;
	padding:0 20px 0 0;
	height:31px;
	width:auto;
	}
#menu ul li a:hover{
	color:#894d12;
	background:transparent url("imagenes/time2bed_left-ON.gif") no-repeat top left;
	}
#menu ul li a:hover span{display:block;cursor:pointer;}
#menu ul li a.current{
	color:#894d12;
	background:transparent url("imagenes/time2bed_left-ON.gif") no-repeat top left;
	}
#menu ul li a.current:hover{
	color:#ffc040;
}
#menu ul li a.current span{
	height:43px;
	}

#menu ul li a.salvar {
	width:50px;
	height:50px;
	background:url("imagenes/boton_guardar_sprite.png") no-repeat top right;
	background-position: 0 -100px;
	}
	
#menu ul li a.salvar:hover {
	width:50px;
	height:50px;
	background:url("imagenes/boton_guardar_sprite.png") no-repeat top right;
	background-position: 0 0;
	}

#menu ul li a.salvar:active {
	width:50px;
	height:50px;
	background:url("imagenes/boton_guardar_sprite.png") no-repeat top right;
	background-position: 0 -50px;
	}
	
/*Ventana lightbox para listado*/
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }
#overlay{ background-image: url(/imagenes/overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/imagenes/overlay.png", sizingMethod="scale");
	}
	
	
p{
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #ff7e00;
padding-bottom:10px;
}

h1 {
font-family: 'ScribbliciousRegular', Arial, Sansserif;
font-size:40px;
font-weight:bold;
margin-bottom:8px;
}


body {
	font-family : verdana,arial;
	background-color: #F2F2F2;
}

body.fondoweb {
	background:url("imagenes/fondocristal.jpg") no-repeat;
}


.estructura {
	position: absolute;
	left: 32px;
	width: 950px;
	display: block;
	margin: 0 auto;
}


img.centrada{
	clear:both;
	display: block; 
	float:left;
	margin-top: 10px;
    margin-left: 260px;  
    margin-right: auto; 
	margin-bottom: 0px;
	width: 100px;
	height: 100px;
	border: solid 1px black;
}

img.fondo {
	position: absolute;
	left: 32px;
	float: none;
	margin-top:0px;
	left: 0px;
}

img.cervezas {
	border: 0;

}

img.csv {
	margin-left: 420px;
}

img.hidden{
display:none;
} /* Para precargar la imagen de fondo de presentacion.php*/ 

.botonlista{
	margin-top:70px;
	margin-left: 370px;
}

.elegir {
	width: 15px;
	height: 15px;
	border: 0 ;
	padding: 2px;

}

.elegir:hover {
	height: 17px;
	width: 17px;
	padding:0;
	padding:1px;
}

a{
	text-decoration: none;
	outline: none;
}

.enlace {    
	font-family: serif, arial, sans-serif; 
    font-size: 15pt; 
    font-weight: bold; 
    padding: 4px; 
	background-color: #D8D8D8; 
    color: #000; 
    text-decoration: none; 
} 
.enlace:link, 
.enlace:visited { 
    border-top: 1px solid #cccccc; 
    border-bottom: 2px solid #666666; 
    border-left: 1px solid #cccccc; 
    border-right: 2px solid #666666; 
} 
.enlace:hover { 
    border-bottom: 1px solid #cccccc; 
    border-top: 2px solid #666666; 
    border-right: 1px solid #666666; 
    border-left: 2px solid #666666; 
	background-color: #BDBDBD; 
} 


/*Formulario*/
form {
	margin-top:15;
	padding: 10px;
	}

.formulariobordes {
	border: 2px solid #FF7E00;
	border-radius: 8px;	
	-moz-border-radius: 8px;	
	-webkit-border-radius: 8px;
}

fieldset {
	width: 700px;
	text-align:center;
	background: #ffdab6;
	border:solid 2px #ff7e00;
	margin: 0 auto;
}	

fieldset.signup{
	opacity: .8;
	-moz-opacity: .8;
	border: 2px solid #FF7E00;
	border-radius: 8px;	
	-moz-border-radius: 8px;	
	-webkit-border-radius: 8px;
}


.margenform{
	margin-top:150px;

}

form.buscar {
	width: 100%;
	padding:10px 0px 0px 0px;
	float: left;
	margin-left: 0px;
}

input, label, textarea, select{ 
	float: left; 
	margin: 5px 5px;
}

textarea{
	margin: 15px 0 0 0;
	border:solid 1px #aacfe4;
	border-radius: 8px;	
	-moz-border-radius: 8px;	
	-webkit-border-radius: 8px;
}

input.botonbuscar{
	width:60px;
	margin:5px 10px 10px 10px;
}

.buscarbox {
	border:solid 1px #aacfe4;
	border-radius: 8px;	
	-moz-border-radius: 8px;	
	-webkit-border-radius: 8px;
	height: 20px;
	padding:0;
	margin: 3px 0 0 0;
	width:180px;
}

label{
	text-align:left;
	clear: both;
	display:block;
	width: 250px;
	padding-top: 10px;
	float: left;
	float: left;
	margin: 5px;
}

span.small{
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:left;
	width:200px;
}

.formulario {
	margin: 15px 0 0 0 ;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	border-radius: 8px;	
	-moz-border-radius: 8px;	
	-webkit-border-radius: 8px;
	width:210px;
	height:20px;
	display: block;
}

select {
	margin: 15px 0 0 0 ;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	border-radius: 8px;	
	-moz-border-radius: 8px;	
	-webkit-border-radius: 8px;
	width:218px;
	height:30px;
	display: block;
	font-size: 14px;
}

button.botonsearch {
	margin: 0 auto;
	width:35px;
	height:35px;
	border:none;
	float:left;
	background: transparent url("/imagenes/lupa.png") no-repeat top left;
	cursor: pointer;
	margin-right:20px;
}

/* Bokadillo del principio donde pongo el número de cervezas de la BD*/

.numerocervezas {
	opacity: .8;
	-moz-opacity: .8;
	margin-top:440px;
	position:absolute;
	width:180px;
	height:146px;
	border:none;
	float:left;
	background: transparent url("/imagenes/bocadillo.png") no-repeat top left;
	display:block;
	text-align: center;
	font-size:12px;
}

.textonumerocervezas{
	margin:30px 25px 25px 25px;
	font-size:16px;
}



button.insmod {
	clear:both;
	margin-top: 14px;
	margin-left: 260px;
	float:left;
   border-top: 1px solid #f7deb2;
   background: #ebb57b;
   background: -webkit-gradient(linear, left top, left bottom, from(#f57f00), to(#ebb57b));
   background: -moz-linear-gradient(top, #f57f00, #ebb57b);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: black;
   font-size: 25px;
   font-family: 'ScribbliciousRegular',Georgia, Serif;
   text-decoration: none;
   vertical-align: middle;
   }
button.insmod:hover {
   border-top-color: #b36b00;
   background: #b36b00;
   color: #ccc;
   }
button.insmod:active {
   border-top-color: #e67f25;
   background: #e67f25;
}


.campo {
	width: 280px;
	height: 30px;
	background: #FFFFFF;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border:solid 1px #aacfe4;
	border-radius: 8px;	
	-moz-border-radius: 8px;	
	-webkit-border-radius: 8px;
	margin: 15px 0 0 0;
}

/* Tabla */
table {
	width: 100%;
	border: none;
	/*border: 1px solid;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;*/
	border-collapse: separate;
	background-color:#F2F2F2;
	margin-bottom: 0px;
	margin-top: 5px;
 }


tr {
	font-size:10px;
	background-color:#FFFFFF;
}
 
/*tr:hover {
	background-color: #ffdab6;

}*/

.cabecera {
	background-color: #ff7e00;
	font-weight:bold;
	font-size:12px;
}

.cabecera:hover{
	background-color: #ff7e00;
}

.cabeceraleft{
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
}

.cabeceraright{
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
}

td { 
	border:1px solid black;
	padding:2px 5px;
   	font-family:verdana,arial; 
   	text-align : center;
	
}


/*Paginacion*/

.paginas {
	width:400px;
    height:25px;
    margin:0 auto;
}

#paginacion ul    { 
	border:0; 
	margin:auto 0; 
	padding:0; 
	}
	
#paginacion li {
	border:0; 
	margin:0; 
	padding:0; 
	font-size:10px; 
	list-style:none; 
	float:left; 
	}
	
#paginacion a { 
	border:solid 1px #ff7e00; 
	margin-right:2px; 
	background: #FFFFFF;
	font-weight:bold; 
	}
	
#paginacion .active { 
	background:#ff7e00; 
	color:#FFFFFF; 
	font-weight:bold; 
	display:block; 
	float:left; 
	padding:4px 6px; 
	margin-right:2px; 
	}

#paginacion .inactivo {
	border:solid 1px #ff7e00; 
	margin-right:2px; 
	background: #FFFFFF;
	font-weight:bold;
	padding:3px 6px; 
	color: #ff7e00;
}
	
#paginacion a:link, #paginacion a:visited   { 
	color: #ff7e00;
	display:block; 
	float:left; 
	padding:3px 6px; 
	text-decoration:underline; 
	}
	
#paginacion a:hover { 
	text-decoration:none; 
	background:#ffdab6;
	}