/* CSS Document */
body, html, *{
	margin:0;
	padding:0;	
}

body, html{
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	background:url(../images/fondoGeneral.jpg) #1A331E repeat-x top left;
}
/*START HEADER*/
#header{
	width:980px;
	height:150px;
	margin:0 auto;
	
	background:#686868;
}
/*END HEADER*/
/*START CONTMENU*/
#contMenu{
	width:945px;
	margin:0 auto;
}
#menuPrincipal{
	overflow:hidden;
	width:306px;
	margin:0;
	background:url(../images/bordeGrisMenu.jpg) #1A331E repeat-x bottom left;
}
/*END CONTMENU*/
/*START MENU PRINCIPAL*/

#menuPrincipal ul {
	padding: 0;
	margin:0;
	list-style: none;
	/*border:1px solid red;*/
	overflow:hidden;
	/*width:320px;*/
}
#menuPrincipal li {
	float:left;
	
	margin:0 0 0 0;
}
#menuPrincipal li span{
	display:block;
	padding:10px 0 12px 0;
	color:#fff;
	font-weight:bold;
}
/*html>body #menuPrincipal li span{
	padding:10px 0 10px 0;
}*/
#menuPrincipal li a{
	font-size:1.1em;
	color:#fff;
	font-weight:bold;
	display:block;
	text-decoration:none;
	/*border:1px solid red;*/
	padding:10px 20px 12px 20px;
	
}
/*html>body #menuPrincipal li a{
	padding:10px 20px 10px 20px;
}*/
#menuPrincipal li a:hover{
	color:#ffbe00;
	background:url(../images/bordeNaranjaMenu.jpg) #1A331E repeat-x bottom left;
}
#menuPrincipal li#active {
	
	background:url(../images/bordeRojoMenu.jpg) #1A331E repeat-x bottom left;
	border-right:0 none;
}

#menuPrincipal li#active a{
	color:#E93512;
	cursor:default;
	/*padding:10px 30px 12px 10px;*/
	
	
}

#menuPrincipal li#active a:hover{
	text-decoration:none;
	color:#E93512;
	background:url(../images/bordeRojoMenu.jpg) #1A331E repeat-x bottom left;
}
/*END MENU PRINCIPAL*/
/*START MAINCONTAINER*/

#mainContainer{
	/*height:34px;*/
	/*border-bottom:1px solid red;*/
	overflow:hidden;
	width:945px;
	margin:13px auto;
	
	line-height:16px;
}

#columnaIzquierda{
	float:left;
	
}

#contenedorContenido{
	padding:2px;
	background:#8e8e8e;
}
#contenido{
	height:470px;/*448*/
	width:440px;/*448*/
	background:#fff;
	
	
	padding:20px;
	
}

#contenido ul {
	padding: 0;
	margin:0;
	list-style: none;
}

#columnaDerecha{
	float:right;
}
#contenedorGaleria{
	padding:2px;
	background:#8e8e8e;
}
#galeriaImagenes{
	height:448px;
	width:448px;
	background:#fff;
}

/*END MAINCONTAINER*/
/*START ESTILOS GENERALES*/
a{
	color:#ffbe00;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a.enlaceRojo{
	color:#ff0000;
	
}
.margenSup10{
	margin-top:10px;
}
.margenSup20{
	margin-top:20px;
}
.colorBlanco{
	color:#fff;
}
.alineacionDerecha{
	text-align:right;
}

/*END ESTILOS GENERALES*/

/*START BOTON CARRITO*/

.anadir{
	/*background:url(../images/fondoSubmit.gif) repeat-x top left;*/
	border:1px solid #B4C709;
	
	/*height:43px;*/
	/*margin-top:25px;
	width:430px;*/
	
}
.anadir p{
	border-top:1px solid #686868;
	border-bottom:1px solid #686868;
	background:url(../images/carrito.jpg) #686868 no-repeat 3px center;
	
}
.anadir p a{
	display:block;
	padding:2px 12px 2px 12px;
	margin:0;
	text-align:center;
	color:#B4C709;
	text-decoration:none;
	font-weight:bold;
	/*background:url(../images/topRightSubmit.jpg) no-repeat top right;*/
	
}
.anadir p a:hover{
	text-decoration:underline;
}

/*END BOTONCARRITO*/