@charset "UTF-8";
/* CSS Document */

/* ESTILOS BÁSICOS */
body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}
body {
	background-color: #000;
	background-image: url(../images/fondo.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}
img {
	border:none;
	border:0px;
}
a {
	color: #cd4c9f;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #cd4c9f;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	color: #cd4c9f;
}
h3 {
	color: #000;
}
.clear {
	clear:both;
}
#centerColumn {
	width:950px;
	margin:0 auto;
}
#header {
	height: 125px;
	margin-top: 3px;
	background: url(../images/logo_filldermanano.jpg) top left no-repeat;
}
#menu {
	text-align:right;
	padding: 10px;
	margin-top: 10px;
}
#menu ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size:14px;
}
#menu ul li {
	display:inline;
	padding: 0px 5px 0px 5px;
}
#menu ul li a {
	width:auto;
}
#menu ul li a:hover, #menu ul li .actual {
	color: #FFF;
	text-decoration:none;
}
.actual a {
	color: #FFF;
}
#footer {
	margin-top: 2px;
	height: 125px;
	background: url(../images/fondo_footer.jpg) repeat-x;
	padding: 10px;
	font-size: 11px;
	color:#000;
}
#footer a {
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	color: #999;
}
#content {
	height: 440px;
	background-color: #FFF;
}
#box_izq {
	height:430px;
	width: 235px;
	float:left;
	text-align:right;
	padding: 5px;
	padding-right: 10px;
	background: #000 url(../images/fondo_box_izq.jpg) repeat-x bottom;
	position:relative; /* esto es importante para que salga el box producto */
}
#box_contenido {
	padding: 5px 20px 5px 20px;
	height:430px;
	width: 660px;
	float:left;
	overflow: auto;
	overflow-x: hidden;
/*	-ms-overflow-x : hidden;*/
}
/* FIN ESTILOS BÁSICOS */

.asterisco {
	color: #cd4c9f;
}

ul.submenu { margin:0; padding: 0; list-style:none; font-family:Arial, Helvetica, sans-serif; color: #dbdbdb; font-size:13px; }

li.submenu { padding: 0 0 0 20px; margin:0; font-family:Arial, Helvetica, sans-serif; font-size:13px; line-height: 30px; border-top: 1px solid #282828; }

li.submenu a { margin:0; text-decoration: none; font-family:Arial, Helvetica, sans-serif; font-size:13px; color: #B91A80; font-weight: bold;  }

li.submenu a:hover { color:#FF6FCC; text-decoration: none; font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight: bold;}

li.submenu a.active { color:#FF6FCC; text-decoration: none; font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight: bold;}

/* estilos capa de producto en todas las paginas */
#comprar_producto {
	position:absolute; bottom:0px; right: 0px; width: 235px; height: 160px; background: url(../images/fondo_box_izq_producto.jpg) bottom right no-repeat; text-align: right;
}
#comprar_producto p {
	color: #FFF; font-size: 14px; font-weight: bold; padding: 15px; padding-top: 35px; font-family: Arial, Helvetica, sans-serif;
}
