/* CSS Document */

body {
	background-color: #FFFFFF;
	margin: 0px;
}
#principal {
	margin:0 auto;
	width:815px;
	height: 100%;
    min-height: 100%;
	background:url(../imagenes/fondo.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#413c78;
}
#lateral {
	float:left;
	width:177px;
	height:534px;
}
#cabecera {
	float:left;
	width:461px;
	height:185px;
}
#menu_principal {
	float:right;
	width: 177px;
	height: 215px;
	background-color:#FFFFFF;
}
#texto_lateral {
	float:left;
	width:48px;
	height:349px;
}
#contenido {
	float: left;
	width: 413px;
	height: expression(this.scrollHeight < 350? "349px": "auto"); 
	min-height:349px;
}
div.texto_contenido {
	float:left;
	width:240px;
	text-align:justify;
	padding-left:70px;
	padding-right:70px;
	margin-top:15px;
}

div.texto_contenido2 {
	float:left;
	width:240px;
	text-align:justify;
	margin-top:15px;
}
#menu {
 	margin-top:20px;
	float:right;
	width:177px;
	height: expression(this.scrollHeight < 91? "90px": "auto"); 
	min-height:90px;
}

#categorias {
	min-height: 100%;
	margin-bottom: 3px;
	background:url(../imagenes/boton_catalogo.jpg);
	background-repeat:no-repeat;
	text-align: left;
	padding-left: 18px;
	padding-bottom: 3px;
	padding-right:10px;	
}
#categorias a {
	color:#8883bf;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
}
#subcategorias {
	min-height: 100%;
	color:#FF0000;
	text-align: left;
	font-weight: normal;
	padding-left: 25px;
	padding-right:10px;
	padding-bottom:5px;
}
#subcategorias a {
	color:#8883bf;
	text-decoration:none;
}
#scrollnoticias {
	float:right;
	width:177px;
	height:154px;
	background:url(../imagenes/noticias.jpg);
	cursor:hand;
	padding-top:55px;
}
#scrollnoticias marquee{
	height:154px;
	text-align:center;
}
#scrollnoticias a {
	color:#FFFFFF;
	text-decoration:none;
}
p.titulo_noticia {
	background:#8883bf;
	margin-right:10px;
	margin-left:4px;
}
#pie {
	width:inherit;
	height: 66px;
    clear:both;
    text-align: center;
	background:url(../imagenes/pie.jpg);
	font-size:10px;
}
#pie a{
	color:#8883bf;
}
#destacado {
	float:right;
	margin-bottom:20px;
}
div.destacado_ {
	float:left;
}
div.destacado_2 {
	float:left;
	width:160px;
	margin-left:4px;
}
img.img_destacado {
	float:left;
}
p.titulo_destacado {
	float:right;
	margin-top:2px;
	margin-bottom:10px;
	text-align:right;
	/*background-color:#8883bf;*/
	
}
p.titulo_destacado a {
	color:#FF0000;
}
p.titulo_destacado a:hover {
	color:#000000;
}
p.descripcion_destacado {
	float:right;
	margin-top:-7px;
	font-size:10px;		
}

/*FORMULARIO*/

div.labels {
	float:left;
	width:70px;
}
input.labels {
}
input.boton {
	background-color:#8883bf;
	border:solid #666666 1px;
	color:#FFFFFF;
	font-size:10px;
}
textarea.labels {	
}

/*FIN FORMULARIO*/

/*NOTICIAS*/

div.fecha_noticiadet {
	text-align:right;
	margin-bottom:10px;
}

div.titulo_noticiadet {
	background-color:#8883bf;
	margin-bottom:10px;
	color:#FFFFFF;
	padding-left:5px;
}
img.noticias , img.imagenproducto{
	border:#999999 solid 1px;
	width:238px;
}

p.enlacesRelacionados_tit {
	background-image:url(../imagenes/bullet_enlaces.jpg);
	background-repeat:no-repeat;
	padding-left:20px;
}
p.enlacesRelacionados{
	margin-top:-5px;
}
p.enlacesRelacionados a{
	color:#8883bf;
}
p.enlacesRelacionados a:hover{
	color:#7150B4;
}
p.producto_titulo {
	text-align:right;
	font-size:12px;
}

/*FIN NOTICIAS*/

/*ALBUM*/

div.lista_album ul{
	padding-left:20px;
	
}
div.lista_album li{
	list-style:url(../imagenes/bullet_enlaces2.jpg);
}
div.lista_album a{
	text-decoration:none;
	list-style:none;
	color:#8883bf;
}

/*detalle galeria*/

div.texto_contenido a {
	color:#8580ba;
}
h3{
	font-size:10px;
}
div.texto_contenido img {
	
}

/*FIN ALBUM*/
