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

	/* Generales */
	body { 
		font-family:Verdana, Geneva, sans-serif;
		font-size: 11px;
		color: #000000;
		/*background: #FFFFFF url('imags/bg_web2.gif') center 0 fixed ;*/
		background: #FFFFFF  center 0 fixed ;
		margin:0px;
		padding: 0px;
	}
	form {
		padding: 0px;
		margin: 0px;
	}
	
	/* IDs de CSS */
	#contenedor {
		width: 981px;
		height: auto;
		/*border-right: 1px #cccccc solid;
		border-left: 1px #cccccc solid;*/
		margin: 0 auto;
	}
	
	#cabecera { 
		height: 124px;
		width: 981px;
	}
	
	#cabecera img { 
		float: left;
	} 
	
	#menu {
		/*background:url('imags/bg_menu.gif') no-repeat;*/
		text-align: center;
		/*height: 34px;
		padding-top: 16px;*/
		font-size: 12px;
		/*text-transform: uppercase;*/
	}

	#menu a {
		font-weight:bold;
		text-decoration: none;
		color:#FFFFFF;
	}

	#menu a:hover {
		font-weight:bold;		
		text-decoration: underline;
		color:#fa98c0;
	}

	#categorias {
		float: left;
		width: 177px;
		height: auto;
		margin: 3px;
/*		background: #ffffff url('imags/bg_categorias2.gif') right 0 repeat-y; */
	}
	
	.titulos{
		width: 181px;
		height: 28px;
		padding-left: 3px;
		padding-top: 10px;
		text-align:left;
		/* background: url('imags/bg_cabeza_categorias2.gif') no-repeat; */
		color: #333333;
		font-weight:bold;
		font-family:"Times New Roman", Times, serif;
		font-size:15px;
	}

	#categorias ul{
		width: 177px;
		margin: 0px;
		padding: 0px;
		text-align:left;
		background: #ffffff url('imags/bg_categorias2.gif') right 0 repeat-y;
	}

	#categorias li{
			display: block;
/*			padding: 3px;*/
			padding-left: 18px;
			padding: 6px;
			border-bottom: 1px solid #bebebe;
	}

	.centro {
		width: 552px;
		height: auto;
		float: left;
		margin: 0px;
		margin-left: 5px;
	}
	
	.bgbusca {
		background: #FFFFFF url('imags/bg_busca.gif') repeat-y;
		padding: 5px;
		padding-left: 10px;
	}
	
	.bgbuttonbc {
		margin: 0px;
		padding: 0px;
		border: 0;
		background:url(zonaimg/bg_btnbuscador.gif);
		font-size: 11px;
		color: #FFFFFF;
		font-weight:bold;
		width: 61px;
		height: 18px;
	}

	.bgbuttonbcr {
		margin: 0px;
		padding: 0px;
		border: 0;
		background: url(zonaimg/bg_btnbuscador.gif) repeat-x;
		font-size: 11px;
		color: #FFFFFF;
		font-weight:bold;
		width: 99px;
		height: 19px;
	}

	.campo {
		margin: 0px;
		padding: 0px;
		padding-top: 0px;
		padding-left: 0px;
		border: 0;
		background: url(zonaimg/bg_buscador.gif) no-repeat;
		font-size: 10px;
		color: #999999;
		width: 156px;
		height: 23px;
	}
	.campochico {
		margin: 0px;
/*		margin-top:5px;*/
		padding: 0px;
		padding-top: 0px;
		padding-left: 0px;
		border: 0;
		background: url(zonaimg/bg_cuadro_chicos.gif) no-repeat;
		font-size: 10px;
		color: #999999;
		width: 84px;
		height: 21px;
	}

	.pl_10px {
		padding-left: 20px;
	}
	
	.rosa {
		color: #ba0c65;
		font-weight: bold;
	}

	.listado {	
		background-color: #FFFFFF; /* url(imags/bg_centro.gif) repeat-y;*/
		width: 550px;
		height:auto;
		
	}

	.barrasup_lista {
		padding-top: 6px;
		padding-left: 10px;
		background:url('imags/barra_sup_centro.gif') left 0 no-repeat;
		text-align:center;
		width: 542px;
		height: 19px;
		color:#FFFFFF;
		font-weight:bold;
	}
	
	.fichaproductos {
		margin: 0px;
		width: 520px;
		height:auto;
		padding: 5px;
	}
	
	.borgris {
		border-left: 2px solid #d4d6d4;
		border-right: 2px solid #d4d6d4;
		border-bottom: 2px solid #d4d6d4;
	}
	
	.fichaproductos .imgtn {
		float: left;
		width: 200px;
		/* background-color: #666666;*/ 
		text-align:center;
		height:auto;
	}

	.fichaproductos .descrip {
		float: left;
		width: 318px;
		text-align: left;
		height:auto;
	}
	
	.fichaproductos p {
		margin: 0px;
		padding: 0px;
		font-size: 12px;
		color: #000000;
	}
	
	.fichaproductos h1 {
		margin: 0px;
		padding: 0px;
		font-size: 14px;
		color: #ba0c65;
	}
	
	.fichaproductos h2 {
		font-size: 14px;
		color: #ba0c65;
	}

	a.catesLink:link     { color: #000000; text-decoration: none; }
	a.catesLink:visited  { color: #000000; text-decoration: none; }
	a.catesLink:active   { color: #000000; text-decoration: none; }
	a.catesLink:hover    { color: #ba0c65; text-decoration: underline; }

	a.menuLink:link     { color: #ffffff; text-decoration: none; font-weight:bold; }
	a.menuLink:visited  { color: #ffffff; text-decoration: none; font-weight:bold;}
	a.menuLink:active   { color: #ffffff; text-decoration: none; font-weight:bold;}
	a.menuLink:hover    { color: #000000; text-decoration: none;  font-weight:bold;}

	#paginacion ul { 
		margin: 0px;
		padding: 0px;
		border: 0px;
	}
	#paginacion ul li { 
		width: 15px;
		height: 15px;
		/* background: #FCF;
		border: 1px solid #F9F; */
		display: inline;
	}
	#paginacion ul li a { color: #000000; text-decoration: none; }
	#paginacion ul li a:visited { color: #000000; text-decoration: none; }
	#paginacion ul li a:hover { color: #ba0c65; text-decoration: underline; }
	
	#lateral {
		width: 218px;
		height: auto;
		margin-left: 6px;
		margin-right: 8px;
		float: left;
	}
	.bglogin { 
		background: #FFFFFF url('imags/bg_login.gif') repeat-y; 
		padding-left: 15px;
	}
	
	.bgcabezalogin { 
		background: #FFFFFF url('imags/cabeza_login.gif') no-repeat; 
		padding-left: 15px;
		padding-top: 12px;
		height: 18px;
	}
	
	.bglogueado { 
		background: #FFFFFF url('imags/bg_logueado.gif') repeat-y; 
		padding-left: 8px;
		padding-right: 8px;
		padding-top: 12px;
		height:101px;
	}
	
	.bgcabezalogueado { 
		background: #FFFFFF url('imags/cabeza_logueado.gif') no-repeat; 
		padding-left: 15px;
		padding-top: 12px;
		height: 20px;
	}
	
	.productoss h2 {
		font-size: 14px;
		color: #b1235d;
		margin: 0px;
		padding-top: 10px;
	}

	.productoss h1 {
		font-size: 16px;
		color: #b1235d;
		margin: 0px;
		padding-top: 10px;
	}
	.productoss p {
		font-size: 11px;
		font-weight:bold;
		color: #000000;
	}
	.clase_F14 {
		font-size: 14px;
		color: #b1235d;
	}
	
	
	/* Clases de CSS */
	.clear{
		clear:both;
		
	}
	.cordes {
		/*
		border-left: 2px solid #fc85b8; 
		border-right: 2px solid #fc85b8; */
		border: 1px solid #FF0000;
		background-color: #f5f3f1;
	}
	
	.blackfont { 
		color:#333333;
	}
	
	.whitefont {
		color: #FFFFFF;
	}
	
	.cabezatag {
		background: #FFFFFF url('imags/cabecera_tags.gif') no-repeat;
		width: 949px;
		padding-top: 10px;
		height: 23px;
		text-align: center;
	}
	.centrotag {
		
		width: auto;
		height:auto;
		padding: 10px;
		text-align: center;
	}
	.pietag {
		background: #FFFFFF url(imags/pie_tags.gif) no-repeat;
		width: 949px;
		height:23px;
	}
	.doblecero {
		font-size:10px;
	}
	.doblecero a {
		text-decoration:none;
		color:#871069;	
	}
	.doblecero a:hover {
		text-decoration:underline;
		color:#871069;	
	}

	
	.cero {
		font-size:30px;
	}
	.cero a {
		text-decoration:none;
		color:#871069;	
	}
	.cero a:hover {
		text-decoration:underline;
		color:#871069;	
	}
	
	.uno {
		font-size:24px;
		color:#000000;
	}
	.uno  a {
		text-decoration:none;
		color:#000000;
	}
	.uno  a:hover {
		text-decoration:underline;
		color:#000000;	
	}
	.dos {
		font-size: 19px;
		color:#333333;
	}
	.dos  a {
		text-decoration:none;
		color:#333333;
	}
	.dos  a:hover {
		text-decoration:underline;
		color:#333333;	
	}
	.tres {
		font-size: 16px;
		color:#000000;
	}
	.tres a {
		text-decoration:none;
		color:#000000;
	}
	.tres  a:hover {
		text-decoration:underline;
		color:#000000;	
	}
	.cuatro  {
		font-size: 13px;
		color:#666666;
	}
	.cuatro  a {
		text-decoration:none;
		color:#666666;
	}
	.cuatro  a:hover {
		text-decoration:underline;
		color:#666666;	
	}
	.cinco {
		font-size: 11px;
	}
	.cinco  a {
		text-decoration:none;
		color:#000000;
	}
	.cinco  a:hover {
		text-decoration:underline;
		color:#000000;	
	}
	
	.menu_abajo {
		background:#ffffff url(imags/barra_menu_abajo.gif) no-repeat;
		width: 796px;
		padding-top: 10px;
		height: 23px;
		text-align:center;
	}
	.menu_abajo a {
		font-weight:bold;
		text-decoration: none;
		color:#FFFFFF;
	}

	.menu_abajo a:hover {
		font-weight:bold;		
		text-decoration: underline;
		color:#fa98c0;
	}



    .modal {
        display: none;
        position: absolute;
        top: 6%;
        right: 10%;
        width: 370px;
        height: 720px;
        padding: 2px;
        background: #fff;
		color: #333;
        z-index:1002;
        overflow: auto;
		border:1px solid #FF9999;
    }

.preciogris {
	font-size: 10px;
	color: #666;
}
.titulocarritol {
	font-size: 11px;
	color: #000;
}

.linkpagin {
	width: 20px; 
	height: 14px;
	line-height: 14px; 
	border: 1px solid #ff0000; 
	background-color: #ff0000;
	/*float: left; */
	display:table-column;
	margin: 3px; 
	padding-left: 5px;
	padding-right: 5px;
	color:#ffffff;
	font-weight:bold;
	font-size: 11px;
	text-align:center;}

.linkpagin2 {
	width: 20px; 
	height: 14px;
	line-height: 14px; 
	border: 1px solid #ff0000; 
	background-color: #ff0000;
	/*float: left; */
	display:table-column;
	margin: 3px; 
	padding-left: 5px;
	padding-right: 5px;
	color:#ffffff;
	font-weight:bold;
	font-size: 11px;
	text-align:center;
}
.linkpagin2 a:hover{
	color: #ffffff;
}

.linkpagin2 a:link{
	color: #ffffff;
}

a.lnkpag:link  { display:block; color: #000000; text-decoration:none; }
a.lnkpag:visited  { display:block; color: #000000; text-decoration:none; }
a.lnkpag:active  { display:block; color: #000000; text-decoration:none; }
a.lnkpag:hover { display:block; color: #ffffff; text-decoration:none; }

