html, body{
	margin:0;
	padding:0;
	border:0;
	font-family: 'Arial Narrow', Arial, sans-serif;
	height: 875px;
	background-color:#cccccc;
}

#cabecera {
	width: 1024px;
	height: 216px;
	background-color: #5dae0d;
	margin: auto;
}

#degradado {
	width: 1024px;
	margin:0;
	margin: auto;
	padding:0;
	border:0;
	background: -webkit-linear-gradient(#fff, #cccccc); /* Safari */
	background: -o-linear-gradient(#fff, #cccccc); /* Opera */
	background: -moz-linear-gradient(#fff, #cccccc); /* Firefox */
	background: linear-gradient(#fff, #cccccc); /* Standard */
}

#barra{
	background-color: #dd7c0a;
	margin-left: 45px;
	height: 35px;
	border-radius: 0 0 0 1em;
	box-shadow: 0px 0px 5px #333;

}

#menu {
	background-color: #dd7c0a;
	margin-top: 5px;
	float: right;
	height: 44px;
	margin-right: 79px;
	border-radius: 0 0 1em 1em;
}

#menu a {
	color: #fff;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .item{
	color: white;
	float: left;
	font-size: 19px;
}

#menu .item a {
    line-height: 44px;
    display: block;
    padding: 3px 10px;
}

#menu #primero.item a {
    border-radius: 0 0 0 15px;
}
#menu #ultimo.item a {
    border-radius: 0 0 15px 0;
}

#menu .item a:hover {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(221,124,10,1) 0%, rgba(235,198,155,1) 50%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(235,198,155,1)), color-stop(50%,rgba(235,198,155,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(221,124,10,1) 0%,rgba(204,220,233,1) 50%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(221,124,10,1) 0%,rgba(235,198,155,1) 50%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(221,124,10,,1) 0%,rgba(235,198,155,1) 50%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(221,124,10,1) 0%,rgba(235,198,155,1) 50%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd7c0a', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    text-decoration: none;
    color: #dd7c0a;
}

#menu .separador {
	float: left;
	margin: 0;
	width: 2px;
	height: 45px;
	background: -webkit-linear-gradient(#dd7c0a, #fff); /* Safari */
	background: -o-linear-gradient(#dd7c0a, #fff); /* Opera */
	background: -moz-linear-gradient(#dd7c0a, #fff); /* Firefox */
	background: linear-gradient(#dd7c0a, #fff); /* Standard */
}

#cuerpo {
	width: 1022px;
	margin: auto;
	height: 750px;
	border-left: 1px solid #929496;
	border-right: 1px solid #929496;
}

#cuerpotext {
	width: 1022px;
	margin: auto;
	height: 3700px;
	border-left: 1px solid #72a0c5;
	border-right: 1px solid #72a0c5;
}



.columna-der {
	float: right;
	margin-right: 45px;
	width: 438px;
}

.columna-izq {
	float: left;
	margin-left: 45px;
	width: 438px;
}

.bloque {
	margin-top: 30px;
	background-color: #fff;
	width: 100%;
	height: 260px;
	border-radius: 1em;
	border: 1px solid #929496;
	box-shadow: 6px 6px 12px #333;
}
	
.descripcion {
	padding:10px;
	margin-top: 70px;
	width: 100%;
	height: 300 px;
	box-shadow: 6px 6px 12px #333;
	/*font-family:Verdana, Geneva, sans-serif;*/
	font-family: Comic Sans MS; 
	color:#003366;
	font-size:14px;
}

.producto {
	padding:3px;
	font-family:Verdana, Geneva, sans-serif;
	color:#000000;
	font-size:16px;
}

.producto {
	padding:3px;
	font-family:Verdana, Geneva, sans-serif;
	color:#000000;
	font-size:16px;
	margin-left: 45px;
}
	
.productoFotos {
	padding:3px;
	font-family:Verdana, Geneva, sans-serif;
	color:#000000;
	font-size:16px;
	margin-left: 45px;
}
.barraNavegacion {
	padding:3px;
	font-family:Verdana, Geneva, sans-serif;
	color:#000000;
	font-size:16px;
	margin-left: 145px;
}
.bloqueFoto {
	margin-top: 5px;
	background-color: #fff;
	width: 250px;
	height: 150px;
	border-radius: 1em;
	border: 1px solid #929496;
	box-shadow: 6px 6px 12px #333;
}

.bloqueFotoMini {
	padding: 10px;
	background-color: #fff;
	width: 110px;
	height: 110px;
	border-radius: 1em;
	border: 1px solid #929496;
	box-shadow: 6px 6px 12px #333;
}
	
.iconoFotoMini {
	margin-top: 0px;
	margin-left: 0px;
	float:right;
	width: 20px;
	height: 20px;
}
	
	

.bloque .icono {
	margin-top: 8px;
	margin-left: 6px;
	float: left;
	width: 41px;
	height: 41px;
}

.bloque .titulo {
	margin: 0;
	margin-top: 8px;
	width: 390px;
	font-size: 19px;
	font-weight: bold;
	float: right;
}

.bloque .linea {
	margin: 0;
	margin-top: 2px;
	margin-right: 40px;
	width: 350px;
	height: 5px;
	float: right;
	background-color: blue;
	background: -webkit-linear-gradient(right, #929496 , #fff); /* Safari  */
	background: -o-linear-gradient(right, #929496 , #fff); /*  Opera */
	background: -moz-linear-gradient(right, #929496 , #fff); /* Firefox */
	background: linear-gradient(to right, #929496 , #fff); /* Standard */
}

.bloque .contenido {
	clear: both;
	float: left;
	margin-left: 50px;
}

.bloque .contenido ul{
	font-size: 19px;
	line-height: 2em;
	list-style-image: url('img/ico_lista.png');
	margin-left: 50px;
}

.bloque .sub{
	float: right;
	text-align: right;
	margin-top: 140px;
	margin-right: 20px;
}

#logopie {
	height: 5px;
	width: 1022px;
	border-left: 1px solid #929496;
	border-right: 1px solid #929496;
	border-bottom: 1px solid #929496;
	
}

#pie {
	width: 1024px;
	margin: auto;

}

#pie #pie-sup {
	height: 19px;
	color: #fff;
	background-color: #fff;
	margin: 0;
	padding: 0;
}

#pie #pie-sup #reservado{
	float: right;
	font-size: 14px;
	text-align: center;
	width: 979px;
	padding-right: 45px;
	height: 19px;
	background-color: #929496;
}

#reservado a {
	color: #fff;
	text-decoration: none;
}

#pie #pie-sup #transicion{
	float: right;
	width: 30px;
	height: 19px;
	margin: 0;
	
	background: -webkit-linear-gradient(left, #929496 , #fff); /* Safari  */
	background: -o-linear-gradient(left, ##929496 , #fff); /*  Opera */
	background: -moz-linear-gradient(left, #929496 , #fff); /* Firefox */
	background: linear-gradient(to left, #929496 , #fff); /* Standard */
}

#logopie img{
	
	float: left;
	margin-left: 445px;
	overflow: hidden;
}

#pie #pie-inf {
	clear: both;
	height: 24px;
	background-color: #cccccc;
}

/* BarraNavegacion  */

#navegacion {
	float:left;
	height:40px;
	width:835px;
	}

#navegacion .fotoRedonda

{
	float: left;
	background-color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 5em;
	border: 1px solid #929496;
	box-shadow: 6px 6px 12px #333;
	overflow:hidden;
	margin-right:5px;
	padding: 2px;

}

#navegacion .fotoRedondaInterior
{
   float:left;
   width:35px;
   height:20px;
   padding:3px;
   margin-top: 5px;
   text-align:center;
}

#navegacion .flecha

{
	float: left;
	width: 34px;
	height: 40px;
	margin-right:5px
	
}

#loginuser{
 float:right;
}
