/* Hoja de estilos para www.reposteriavalentin.es  */
/* Autor:   <C> 2011 - Manuel Valentín de Lucas   */
/* Cambios: 22/11/2013                             */

body {
	/* background-color: beige; 
	   color: black; */
	font-family: Verdana, Arial, Helvetica; 
}

#cabecera-pagina {
	/* background-color: cadetblue;
	   border-style: solid;
	   border-width: thick;
	   border-color: darkblue; */
	margin: 5px 5px 5px 5px;
	padding: 5px, 5px, 5px, 5px;
	min-height: 100px;
}

#logo-almacen {
	float: left;
/*	width: 220px;
	height: 50px;*/
	padding-right: 15px;
}

h1 {
	text-transform: capitalize;
	letter-spacing: 0.10em;
	text-align: center;
	color: blue;
}

nav {
	background-color: #617F8A;
	height: 40px;
	margin: 5px 5px 5px 5px;
	padding: 5px, 5px, 5px, 5px;
}

nav ul {
  font-family: Arial, Verdana;
  font-size: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

nav ul li {
  display: block;
  position: relative;
  float: left;
}

nav li ul {
  display: none;
}
 
nav ul li a {
  display: block;
  text-decoration: none;
  padding: 7px 15px 3px 15px;
  background: #2C5463;
  color: #ffffff; 
  margin-left: 1px;
  white-space: nowrap;
  height:30px; /* Width and height of top-level nav items */
  width:250px;
  text-align:center;
 
}
 
nav ul li a:hover {
  background: #617F8A;
}
 
nav li:hover ul {
  display: block;
  position: absolute;
  height:30px;
}
 
nav li:hover li {
  float: none;
  font-size: 11px;
 
}
 
nav li:hover a {
  background: #3A464F;
  height:30px; /* Height of lower-level nav items is shorter than main level */
}
 
nav li:hover li a:hover {
  background: #95A9B1;
}
 
nav ul li ul li a {
    text-align:left; /* Top-level items are centered, but nested list items are left-aligned */
}

#contenido-pagina {
	margin: 0px 5px 0px 5px;
	min-height: 300px;
}

#foto-almacen {
	float: left;
	width: 300px;
	height: 270px;
	padding-right: 15px;
}

footer {
    text-align: center; 
	margin: 0px 5px 0px 5px;
}