﻿
@font-face {
 font-family: Mistral;
 src: url("MISTRAL.eot") /* EOT file for IE */
}
@font-face {
 font-family: Mistral;
 src: url("MISTRAL.TTF") /* TTF file for CSS3 browsers */
}


#contenedor {
	width:900px; /*ancho total de la pagina*/
	border:1px solid #333333; /*10px arriba y abajo, y auto a los lados, para los navegadores nuevos es suficiente para centrar la pagina*/
	text-align:left; /*aqui alineamos todo de nuevo a la izquierda, pero dentro del contenedor*/
	height: 100%;
	overflow: visible;
}

#encabezado {
	width:900px;
	background-image: url(imagenes/cabecera.jpg);
	height: 368px;
}
#banner {
	
	width: 900px;
	background-image: url('http://www.surtico.com.mx/ml/plantilla/perfumes/imagenes/banner_perfumes.gif');
	background-position: center;
	background-repeat:no-repeat;
	text-align: center;
	height:90px;
}

#banner a {width: 100%;
           height: 100%;
           display: block;
}

#encabezado h1 { /*encadenamos el identificador del div, con la etiqueta par areferirnos solo al h1 dentro del div encabezado, asi no afectara otros h1 en el resto del documento.*/
	font-size:18px;
	font-weight:bold;
	width:400px;
	color:#FFFFFF;
	margin:0; /*los h1 vienen con margen, con esto se lo quito*/
	text-transform:uppercase;
	padding-bottom: 10px;
	border: 1px solid #000000;
}
#descripcion {
	float: none;
} 
#contenido {
	width:680px; /*con esto nos aseguramos de que no se ponga nada a los lados*/
	padding:5px;
	float: right;
} 
#contenido h2 {
    font-size:16px;
    color:#CC3300;
    width:246px;
    text-transform:uppercase;
    border-bottom:1px dotted #CC3300;
}
#contenido h3 {
    width:246px;
    font-size:14px;
    color:#999900;
    border-bottom:1px dotted #999900;
}

#footer {
	width:880px; /*menos porque debemos sumar el padding del div contenido*/
	text-align:center;
	padding:10px;
	font-size:80%; /*mas pequeño el texto*/
	font-style:italic;
	color:#999999;
	clear: both;
	float: left;
}
#lateral {
	width: 200px;
	padding: 5px;
	float: left;
}
#caja {
	width: 200px;
	padding: 5px;
	border: solid #000000 1px;
	background-color: #FFFFFF;
	margin-top: 10px;
	padding: 0px;
	font-family:Trebuchet MS;
	font-size:12px;
	color:#666666;
	text-align:left; /*aqui mandamos a centrar todo el contenido*/
}

#hcaja {
	background: url(imagenes/barra.jpg) no-repeat top left;
	height: 30px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	padding-top: 3px;
	padding-left: 3px;
}
#hcaja h1  {
	font-family:Trebuchet MS;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	margin:0; /*los h1 vienen con margen, con esto se lo quito*/
	text-transform:uppercase; /*convierte todas en mayusculas*/
	padding-bottom:1px;
	text-align: center;
}
#logo{
	font-family:Mistral;
	font-weight:lighter;
	font-size:17px;
	margin:0; /*los h1 vienen con margen, con esto se lo quito*/
	text-transform:uppercase; /*convierte todas en mayusculas*/
}
#cajagde {
	border: solid #000000 1px;
	background-color: #FFFFFF;
	margin-top: 10px;
	padding: 0px;
	font-family:Trebuchet MS;
	font-size:13px;
	color:black;
	text-align:center; /*aqui mandamos a centrar todo el contenido*/
	overflow: hidden;
}

#hcajagde {
	background: url(imagenes/barra_gde.jpg) no-repeat top center;	
	height: 28px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	padding-top: 3px;
	padding-left: 3px;
}
#hcajagde h1  {
	font-family:Trebuchet MS;
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
	margin:0; /*los h1 vienen con margen, con esto se lo quito*/
	text-transform:uppercase; /*convierte todas en mayusculas*/
	padding-bottom:1px;
	text-align: center;
}
#hcajagde h4{
	font-family:Mistral;
	font-weight:lighter;
	margin:0; /*los h1 vienen con margen, con esto se lo quito*/
	text-transform:uppercase; /*convierte todas en mayusculas*/
}
#hcajafooter{
	background: url(imagenes/barra_footer.jpg) no-repeat top center;
	height: 30px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	padding-top: 3px;
	padding-left: 3px;
}
#hcajafooter h1  {
	font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
	margin:0; /*los h1 vienen con margen, con esto se lo quito*/
	text-transform:uppercase; /*convierte todas en mayusculas*/
	padding-bottom:1px;
	text-align: center;
}
#ccaja p {
	padding-right: 5px;
	padding-left: 5px;
	color: black;
	}
	#pagos{
	font-size:19px;
	text-align: center;
	font-weight:bold;
	color: red;
	font-style:italic;
		}
	#envios{
	font-size:13px;
	text-align: left;
	color: black;
	font-weight:normal;
	padding-right: 5px;
	padding-left: 5px;
		}
	#envios li {
	font-size:14px;
	text-align: left;
	color: red;
	font-weight:bold;
	padding-right: 0px;
	padding-left: 15px;
		}
	#entregas {
		
		}
#garantias {
	font-size:13px;
	text-align: left;
	color: black;
	font-weight:normal;
	padding-right: 5px;
	padding-left: 5px;
}
#garantias marquee{
	color:#F00;
	font-size:17px;
}

table.imagenes{
	border:0px solid #333333;
}
table.imagenes a{
	width: 100%;
    height: 100%;
    display: block;
	text-decoration: none;
}
table.imagenes th{
	width:113px;
	height:80px;
	background-repeat:no-repeat;
	background-position:left bottom;
}












#_H1{
	background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/01.jpg);	
}

#_1D{
	width:225px;
	height:300px;
	background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/1D.jpg&w=225&h=363&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
	background-repeat:no-repeat;
}
#_1E{
	width:225px;
	height:300px;
	background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/1E.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
	background-repeat:no-repeat;
}
#_1F{
	width:225px;
	height:300px;
	background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/1F.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
	background-repeat:no-repeat;
}
#_1foota{
	width:450px;
	height:151px;
	background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/D1.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
}

#_1footb{
	width:225px;
	height:151px;
	background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/T1.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#_H2{
	background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/02.jpg);
}
/*
#_2A{
	width:225px;
	height:151px;
	background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/2A.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
	background-repeat:no-repeat;
}
#_2B{
	width:225px;
	height:151px;
	background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/2B.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
	background-repeat:no-repeat;
}
#_2C{
	width:225px;
	height:151px;
	background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/2C.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
	background-repeat:no-repeat;
}
*/
#_2D{
	width:225px;
	height:300px;
	background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/2D.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
	background-repeat:no-repeat;
}
#_2E{
	width:225px;
	height:300px;
	background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/2E.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
	background-repeat:no-repeat;
}
#_2F{
	width:225px;
	height:300px;
	background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/2F.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
	background-repeat:no-repeat;
}

#_2foota{
	width:450px;
	height:151px;
	background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/D2.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
}

#_2footb{
	width:225px;
	height:151px;
	background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/T2.jpg);
	background-repeat:no-repeat;
	background-position:top;
}


#_H3{
	background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/03.jpg);
}
#_3A{
	width:225px;
	height:151px;
	background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/3A.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
	background-repeat:no-repeat;
}
#_3B{
	width:225px;
	height:151px;
	background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/3B.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
	background-repeat:no-repeat;
}
#_3C{
	width:225px;
	height:151px;
	background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/3C.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
	background-repeat:no-repeat;
}
#_3D{
	width:225px;
	height:300px;
	background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/3D.jpg&w=225&h=363&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
	background-repeat:no-repeat;
}
#_3E{
	width:225px;
	height:300px;
	background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/3E.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
	background-repeat:no-repeat;
}
#_3F{
	width:225px;
	height:300px;
	background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/3F.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
	background-repeat:no-repeat;
}
#_3foota{
	width:450px;
	height:151px;
	background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/D3.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
}

#_3footb{
	width:225px;
	height:151px;
	background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/T3.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#_H4{
	background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/04.jpg);
}
/*#_4A{
	width:225px;
	height:151px;
	background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/4A.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
	background-repeat:no-repeat;
}
#_4B{
	width:225px;
	height:151px;
	background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/4B.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
	background-repeat:no-repeat;
}
#_4C{
	width:225px;
	height:151px;
	background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/4C.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
	background-repeat:no-repeat;
}*/
#_4D{
	width:225px;
	height:300px;
	background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/4D.jpg&w=225&h=363&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
	background-repeat:no-repeat;
}
#_4E{
	width:225px;
	height:300px;
	background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/4E.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
	background-repeat:no-repeat;
}
#_4F{
	width:225px;
	height:300px;
	background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/4F.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
	background-repeat:no-repeat;
}
#_4foota{
	width:450px;
	height:151px;
	background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/D4.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
}

#_4footb{
	width:225px;
	height:151px;
	background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/T4.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#_H5{
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/05.jpg);
}
/*#_5A{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/5A.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_5B{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/5B.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_5C{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/5C.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}*/
#_5D{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/5D.jpg&w=225&h=363&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_5E{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/5E.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_5F{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/5F.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_5foota{
width:450px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/D5.jpg);
background-repeat:no-repeat;
background-position:bottom right;
}

#_5footb{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/T5.jpg);
background-repeat:no-repeat;
background-position:top;
}

#_H6{
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/06.jpg);
}
/*#_6A{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/6A.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_6B{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/6B.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_6C{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/6C.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}*/
#_6D{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/6D.jpg&w=225&h=363&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_6E{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/6E.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_6F{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/6F.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_6foota{
width:450px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/D6.jpg);
background-repeat:no-repeat;
background-position:bottom right;
}

#_6footb{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/T6.jpg);
background-repeat:no-repeat;
background-position:top;
}

/*#_H7{
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/07.jpg);
}

#_7D{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/7D.jpg&w=225&h=363&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_7E{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/7E.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_7F{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/7F.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_7foota{
width:450px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/D7.jpg);
background-repeat:no-repeat;
background-position:bottom right;
}

#_7footb{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/T7.jpg);
background-repeat:no-repeat;
background-position:top;
}*/

#_H8{
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/08.jpg);
}

#_8A{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/8A.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_8B{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/8B.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_8C{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/8C.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_8D{
width:225px;
height:275px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/8D.jpg&w=225&h=363&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_8E{
width:225px;
height:275px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/8E.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_8F{
width:225px;
height:275px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/8F.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_8foota{
width:450px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/D8.jpg);
background-repeat:no-repeat;
background-position:bottom right;
}

#_8footb{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/T8.jpg);
background-repeat:no-repeat;
background-position:top;
}

#_H9{
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/09.jpg);
}

/*#_9A{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/9A.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_9B{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/9B.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_9C{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/9C.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}*/
#_9D{
width:225px;
height:275px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/9D.jpg&w=225&h=363&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_9E{
width:225px;
height:275px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/9E.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_9F{
width:225px;
height:275px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/9F.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_9foota{
width:450px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/D9.jpg);
background-repeat:no-repeat;
background-position:bottom right;
}

#_9footb{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/T9.jpg);
background-repeat:no-repeat;
background-position:top;
}


#_H10{
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/10.jpg);
}
/*#_10A{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/10A.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_10B{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/10B.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_10C{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/10C.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}*/
#_10D{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/10D.jpg&w=225&h=363&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_10E{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/10E.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_10F{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/10F.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_10foota{
width:450px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/D10.jpg);
background-repeat:no-repeat;
background-position:bottom right;
}

#_10footb{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/T10.jpg);
background-repeat:no-repeat;
background-position:top;
}


#_H11{
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/11.jpg);
}
/*#_11A{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/11A.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_11B{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/11B.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_11C{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/11C.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}*/
#_11D{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/11D.jpg&w=225&h=363&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_11E{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/11E.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_11F{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/11F.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_11foota{
width:450px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/D11.jpg);
background-repeat:no-repeat;
background-position:bottom right;
}

#_11footb{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/T11.jpg);
background-repeat:no-repeat;
background-position:top;
}


#_H12{
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/12.jpg);
}
/*#_12A{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/12A.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_12B{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/12B.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_12C{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/12C.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}*/
#_12D{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/12D.jpg&w=225&h=363&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_12E{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/12E.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_12F{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/12F.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_12foota{
width:450px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/D12.jpg);
background-repeat:no-repeat;
background-position:bottom right;
}

#_12footb{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/T12.jpg);
background-repeat:no-repeat;
background-position:top;
}
 #_H13{
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/13.jpg);
}
/*#_13A{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/13A.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_13B{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/13B.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_13C{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/13C.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}*/
#_13D{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/13D.jpg&w=225&h=363&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_13E{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/13E.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_13F{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/13F.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_13foota{
width:450px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/D13.jpg);
background-repeat:no-repeat;
background-position:bottom right;
}

#_13footb{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/T13.jpg);
background-repeat:no-repeat;
background-position:top;
} 
#_H14{
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/14.jpg);
}
#_14A{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/14A.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_14B{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/14B.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_14C{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/14C.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_14D{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/14D.jpg&w=225&h=363&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_14E{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/14E.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_14F{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/14F.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_14foota{
width:450px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/D14.jpg);
background-repeat:no-repeat;
background-position:bottom right;
}

#_14footb{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/T14.jpg);
background-repeat:no-repeat;
background-position:top;
}

#_H15{
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/15.jpg);
}
/*#_15A{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/15A.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_15B{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/15B.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_15C{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/15C.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}*/
#_15D{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/15D.jpg&w=225&h=363&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_15E{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/15E.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_15F{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/15F.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_15foota{
width:450px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/D15.jpg);
background-repeat:no-repeat;
background-position:bottom right;
}

#_15footb{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/T15.jpg);
background-repeat:no-repeat;
background-position:top;
}


#_H16{
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/16.jpg);
}
/*#_16A{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/16A.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_16B{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/16B.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_16C{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/16C.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}*/
#_16D{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/16D.jpg&w=225&h=363&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_16E{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/16E.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_16F{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/16F.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_16foota{
width:450px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/D16.jpg);
background-repeat:no-repeat;
background-position:bottom right;
}

#_16footb{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/T16.jpg);
background-repeat:no-repeat;
background-position:top;
}

#_H17{
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/17.jpg);
}
#_17A{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/17A.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_17B{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/17B.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_17C{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/17C.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
/*#_17D{
width:225px;
height:449px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/17D.jpg&w=225&h=363&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_17E{
width:225px;
height:449px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/17E.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_17F{
width:225px;
height:449px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/17F.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}*/
#_17foota{
width:450px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/D17.jpg);
background-repeat:no-repeat;
background-position:bottom right;
}

#_17footb{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/T17.jpg);
background-repeat:no-repeat;
background-position:top;
}

#_H18{
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/18.jpg);
}
/*#_18A{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/18A.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_18B{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/18B.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_18C{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/18C.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}*/
#_18D{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/18D.jpg&w=225&h=363&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_18E{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/18E.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_18F{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/18F.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_18foota{
width:450px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/D18.jpg);
background-repeat:no-repeat;
background-position:bottom right;
}
#_18footb{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/T18.jpg);
background-repeat:no-repeat;
background-position:top;
}

#_H19{
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/19.jpg);
}
/*#_19A{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/19A.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_19B{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/19B.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_19C{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/19C.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}*/
#_19D{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/19D.jpg&w=225&h=363&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_19E{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/19E.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_19F{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/19F.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_19foota{
width:450px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/D19.jpg);
background-repeat:no-repeat;
background-position:bottom right;
}

#_19footb{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/T19.jpg);
background-repeat:no-repeat;
background-position:top;
}

#_H20{
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/20.jpg);
}
/*#_20A{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/20A.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_20B{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/20B.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_20C{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/20C.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}*/
#_20D{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/20D.jpg&w=225&h=363&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_20E{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/20E.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_20F{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/20F.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_20foota{
width:450px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/D20.jpg);
background-repeat:no-repeat;
background-position:bottom right;
}

#_20footb{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/T20.jpg);
background-repeat:no-repeat;
background-position:top;
}
#_H21{
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/21.jpg);
}
/*#_21A{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/21A.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_21B{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/21B.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_21C{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/21C.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}*/
#_21D{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/21D.jpg&w=225&h=363&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_21E{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/21E.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_21F{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/21F.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_21foota{
width:450px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/D21.jpg);
background-repeat:no-repeat;
background-position:bottom right;
}

#_21footb{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/T21.jpg);
background-repeat:no-repeat;
background-position:top;
}
#_H22{
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/22.jpg);
}
/*#_22A{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/22A.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_22B{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/22B.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_22C{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/22C.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}*/
#_22D{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/22D.jpg&w=225&h=363&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_22E{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/22E.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_22F{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/22F.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_22foota{
width:450px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/D22.jpg);
background-repeat:no-repeat;
background-position:bottom right;
}

#_22footb{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/T22.jpg);
background-repeat:no-repeat;
background-position:top;
}

#_H23{
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/23.jpg);
}
/*#_23A{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/23A.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_23B{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/23B.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_23C{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/23C.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}*/
#_23D{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/23D.jpg&w=225&h=363&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_23E{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/23E.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_23F{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/23F.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_23foota{
width:450px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/D23.jpg);
background-repeat:no-repeat;
background-position:bottom right;
}

#_23footb{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/T23.jpg);
background-repeat:no-repeat;
background-position:top;
}

#_H24{
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/24.jpg);
}
/*#_24A{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/24A.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_24B{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/24B.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_24C{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/24C.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}*/
#_24D{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/24D.jpg&w=225&h=363&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_24E{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/24E.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_24F{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/24F.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_24foota{
width:450px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/D24.jpg);
background-repeat:no-repeat;
background-position:bottom right;
}

#_24footb{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/T24.jpg);
background-repeat:no-repeat;
background-position:top;
}

#_H25{
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/25.jpg);
}
/*#_25A{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/25A.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_25B{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/25B.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_25C{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/25C.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}*/
#_25D{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/25D.jpg&w=225&h=363&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_25E{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/25E.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_25F{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/25F.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_25foota{
width:450px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/D25.jpg);
background-repeat:no-repeat;
background-position:bottom right;
}

#_25footb{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/T25.jpg);
background-repeat:no-repeat;
background-position:top;
}

#_H26{
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/26.jpg);
}
/*#_26A{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/26A.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_26B{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/26B.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_26C{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/26C.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}*/
#_26D{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/26D.jpg&w=225&h=363&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_26E{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/26E.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_26F{
width:300px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/26F.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_26foota{
width:450px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/D26.jpg);
background-repeat:no-repeat;
background-position:bottom right;
}

#_26footb{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/T26.jpg);
background-repeat:no-repeat;
background-position:top;
}

#_H27{
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/27.jpg);
}
/*#_27A{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/27A.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_27B{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/27B.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_27C{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/27C.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}*/
#_27D{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/27D.jpg&w=225&h=363&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_27E{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/27E.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_27F{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/27F.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_27foota{
width:450px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/D27.jpg);
background-repeat:no-repeat;
background-position:bottom right;
}

#_27footb{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/T27.jpg);
background-repeat:no-repeat;
background-position:top;
}

#_H28{
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/28.jpg);
}
/*#_28A{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/28A.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_28B{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/28B.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_28C{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/28C.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}*/
#_28D{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/28D.jpg&w=225&h=363&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_28E{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/28E.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_28F{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/28F.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_28foota{
width:450px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/D28.jpg);
background-repeat:no-repeat;
background-position:bottom right;
}

#_28footb{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/T28.jpg);
background-repeat:no-repeat;
background-position:top;
}

#_H29{
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/29.jpg);
}
/*#_29A{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/29A.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_29B{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/29B.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_29C{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/29C.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}*/
#_29D{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/29D.jpg&w=225&h=363&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_29E{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/29E.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_29F{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/29F.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_29foota{
width:450px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/D29.jpg);
background-repeat:no-repeat;
background-position:bottom right;
}

#_29footb{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/T29.jpg);
background-repeat:no-repeat;
background-position:top;
}

#_H30{
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/30.jpg);
}
/*#_30A{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/30A.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_30B{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/30B.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_30C{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/30C.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}*/
#_30D{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/30D.jpg&w=225&h=363&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_30E{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/30E.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_30F{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/30F.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#_30foota{
width:450px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/D30.jpg);
background-repeat:no-repeat;
background-position:bottom right;
}

#_30footb{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imd/T30.jpg);
background-repeat:no-repeat;
background-position:top;
}
