﻿/*
#T2A{
	width:225px;
	height:151px;
	background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/2A.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
	background-repeat:no-repeat;
}
#T2B{
	width:225px;
	height:151px;
	background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/2B.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
	background-repeat:no-repeat;
}
#T2C{
	width:225px;
	height:151px;
	background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/2C.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
	background-repeat:no-repeat;
}
*/
@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: url(imagenes/cabecera.jpg);
	height: 368px;
}
#banner {
	
	width: 900px;
	background: 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;
}












#HH1{
	background: URL('http://www.surtico.com.mx/moda/imdd/01.jpg');
	background-repeat:no-repeat;
	background-position:bottom;
}

#T1D{
	background: URL("http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/1D.jpg&w=225&h=363&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100");
	background-repeat:no-repeat;
	width:225px;
	height:300px;

}
#T1E{
	width:225px;
	height:300px;
	background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/1E.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
	background-repeat:no-repeat;
}
#T1F{
	width:225px;
	height:300px;
	background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/1F.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
	background-repeat:no-repeat;
}
#T1foota{
	width:450px;
	height:151px;
	background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/D1.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
}

#T1footb{
	width:225px;
	height:151px;
	background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/T1.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#HH2{
	background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/02.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

#T2D{
	width:225px;
	height:300px;
	background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/2D.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
	background-repeat:no-repeat;
}
#T2E{
	width:225px;
	height:300px;
	background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/2E.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
	background-repeat:no-repeat;
}
#T2F{
	width:225px;
	height:300px;
	background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/2F.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
	background-repeat:no-repeat;
}

#T2foota{
	width:450px;
	height:151px;
	background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/D2.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
}

#T2footb{
	width:225px;
	height:151px;
	background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/T2.jpg);
	background-repeat:no-repeat;
	background-position:top;
}


#HH3{
	background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/03.jpg);
    background-repeat:no-repeat;
	background-position:bottom;
}

#T3D{
	width:225px;
	height:300px;
	background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/3D.jpg&w=225&h=363&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
	background-repeat:no-repeat;
}
#T3E{
	width:225px;
	height:300px;
	background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/3E.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
	background-repeat:no-repeat;
}
#T3F{
	width:225px;
	height:300px;
	background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/3F.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
	background-repeat:no-repeat;
}
#T3foota{
	width:450px;
	height:151px;
	background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/D3.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
}

#T3footb{
	width:225px;
	height:151px;
	background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/T3.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#HH4{
	background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/04.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
/*#T4A{
	width:225px;
	height:151px;
	background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/4A.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
	background-repeat:no-repeat;
}
#T4B{
	width:225px;
	height:151px;
	background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/4B.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
	background-repeat:no-repeat;
}
#T4C{
	width:225px;
	height:151px;
	background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/4C.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
	background-repeat:no-repeat;
}*/
#T4D{
	width:225px;
	height:300px;
	background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/4D.jpg&w=225&h=363&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
	background-repeat:no-repeat;
}
#T4E{
	width:225px;
	height:300px;
	background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/4E.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
	background-repeat:no-repeat;
}
#T4F{
	width:225px;
	height:300px;
	background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/4F.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
	background-repeat:no-repeat;
}
#T4foota{
	width:450px;
	height:151px;
	background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/D4.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
}

#T4footb{
	width:225px;
	height:151px;
	background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/T4.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#HH5{
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/05.jpg);
background-repeat:no-repeat;
	background-position:bottom;
}

#T5D{
width:225px;
height:300px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/5D.jpg&w=225&h=363&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T5E{
width:225px;
height:300px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/5E.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T5F{
width:225px;
height:300px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/5F.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T5foota{
width:450px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/D5.jpg);
background-repeat:no-repeat;
background-position:bottom right;
}

#T5footb{
width:225px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/T5.jpg);
background-repeat:no-repeat;
background-position:top;
}

#HH6{
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/06.jpg);
background-repeat:no-repeat;
	background-position:bottom;
}
#T6D{
width:225px;
height:300px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/6D.jpg&w=225&h=363&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T6E{
width:225px;
height:300px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/6E.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T6F{
width:225px;
height:300px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/6F.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T6foota{
width:450px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/D6.jpg);
background-repeat:no-repeat;
background-position:bottom right;
}

#T6footb{
width:225px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/T6.jpg);
background-repeat:no-repeat;
background-position:top;
}

#HH7{
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/07.jpg);
background-repeat:no-repeat;
	background-position:bottom;
}

#T7D{
width:225px;
height:300px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/7D.jpg&w=225&h=363&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T7E{
width:225px;
height:300px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/7E.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T7F{
width:225px;
height:300px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/7F.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T7foota{
width:450px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/D7.jpg);
background-repeat:no-repeat;
background-position:bottom right;
}

#T7footb{
width:225px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/T7.jpg);
background-repeat:no-repeat;
background-position:top;
}

#HH8{
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/08.jpg);
background-repeat:no-repeat;
	background-position:bottom;
}


#T8D{
width:225px;
height:275px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/8D.jpg&w=225&h=363&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T8E{
width:225px;
height:275px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/8E.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T8F{
width:225px;
height:275px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/8F.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T8foota{
width:450px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/D8.jpg);
background-repeat:no-repeat;
background-position:bottom right;
}

#T8footb{
width:225px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/T8.jpg);
background-repeat:no-repeat;
background-position:top;
}

#HH9{
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/09.jpg);
background-repeat:no-repeat;
	background-position:bottom;
}

#T9D{
width:225px;
height:275px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/9D.jpg&w=225&h=363&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T9E{
width:225px;
height:275px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/9E.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T9F{
width:225px;
height:275px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/9F.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T9foota{
width:450px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/D9.jpg);
background-repeat:no-repeat;
background-position:bottom right;
}

#T9footb{
width:225px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/T9.jpg);
background-repeat:no-repeat;
background-position:top;
}


#HH10{
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/10.jpg);
background-repeat:no-repeat;
	background-position:bottom;
}

#T10D{
width:225px;
height:300px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/10D.jpg&w=225&h=363&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T10E{
width:225px;
height:300px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/10E.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T10F{
width:225px;
height:300px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/10F.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T10foota{
width:450px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/D10.jpg);
background-repeat:no-repeat;
background-position:bottom right;
}

#T10footb{
width:225px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/T10.jpg);
background-repeat:no-repeat;
background-position:top;
}


#HH11{
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/11.jpg);
background-repeat:no-repeat;
	background-position:bottom;
}
/*#T11A{
width:225px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/11A.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T11B{
width:225px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/11B.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T11C{
width:225px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/11C.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}*/
#T11D{
width:225px;
height:300px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/11D.jpg&w=225&h=363&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T11E{
width:225px;
height:300px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/11E.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T11F{
width:225px;
height:300px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/11F.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T11foota{
width:450px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/D11.jpg);
background-repeat:no-repeat;
background-position:bottom right;
}

#T11footb{
width:225px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/T11.jpg);
background-repeat:no-repeat;
background-position:top;
}


#HH12{
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/12.jpg);
background-repeat:no-repeat;
	background-position:bottom;
}
#T12D{
width:225px;
height:300px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/12D.jpg&w=225&h=363&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T12E{
width:225px;
height:300px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/12E.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T12F{
width:225px;
height:300px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/12F.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T12foota{
width:450px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/D12.jpg);
background-repeat:no-repeat;
background-position:bottom right;
}

#T12footb{
width:225px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/T12.jpg);
background-repeat:no-repeat;
background-position:top;
}
 #HH13{
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/13.jpg);
background-repeat:no-repeat;
	background-position:bottom;
}
/*#T13A{
width:225px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/13A.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T13B{
width:225px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/13B.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T13C{
width:225px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/13C.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}*/
#T13D{
width:225px;
height:300px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/13D.jpg&w=225&h=363&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T13E{
width:225px;
height:300px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/13E.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T13F{
width:225px;
height:300px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/13F.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T13foota{
width:450px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/D13.jpg);
background-repeat:no-repeat;
background-position:bottom right;
}

#T13footb{
width:225px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/T13.jpg);
background-repeat:no-repeat;
background-position:top;
} 
#HH14{
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/14.jpg);
background-repeat:no-repeat;
	background-position:bottom;
}
/*#T14A{
width:225px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/14A.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T14B{
width:225px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/14B.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T14C{
width:225px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/14C.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}*/
#T14D{
width:225px;
height:300px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/14D.jpg&w=225&h=363&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T14E{
width:225px;
height:300px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/14E.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T14F{
width:225px;
height:300px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/14F.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T14foota{
width:450px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/D14.jpg);
background-repeat:no-repeat;
background-position:bottom right;
}

#T14footb{
width:225px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/T14.jpg);
background-repeat:no-repeat;
background-position:top;
}

#HH15{
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/15.jpg);
background-repeat:no-repeat;
	background-position:bottom;
}
#T15A{
width:225px;
height:300px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/15A.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T15B{
width:225px;
height:300px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/15B.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T15C{
width:225px;
height:300px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/15C.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T15D{
width:225px;
height:300px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/15D.jpg&w=225&h=363&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T15E{
width:225px;
height:300px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/15E.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T15F{
width:225px;
height:300px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/15F.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T15foota{
width:450px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/D15.jpg);
background-repeat:no-repeat;
background-position:bottom right;
}

#T15footb{
width:225px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/T15.jpg);
background-repeat:no-repeat;
background-position:top;
}


#HH16{
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/16.jpg);
background-repeat:no-repeat;
	background-position:bottom;
}
/*#T16A{
width:225px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/16A.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T16B{
width:225px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/16B.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T16C{
width:225px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/16C.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}*/
#T16D{
width:225px;
height:300px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/16D.jpg&w=225&h=363&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T16E{
width:225px;
height:300px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/16E.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T16F{
width:225px;
height:300px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/16F.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T16foota{
width:450px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/D16.jpg);
background-repeat:no-repeat;
background-position:bottom right;
}

#T16footb{
width:225px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/T16.jpg);
background-repeat:no-repeat;
background-position:top;
}

#HH17{
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/17.jpg);
background-repeat:no-repeat;
	background-position:bottom;
}

#T17D{
width:225px;
height:449px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/17D.jpg&w=225&h=363&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T17E{
width:225px;
height:449px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/17E.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T17F{
width:225px;
height:449px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/17F.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T17foota{
width:450px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/D17.jpg);
background-repeat:no-repeat;
background-position:bottom right;
}

#T17footb{
width:225px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/T17.jpg);
background-repeat:no-repeat;
background-position:top;
}

#HH18{
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/18.jpg);
background-repeat:no-repeat;
	background-position:bottom;
}
/*#T18A{
width:225px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/18A.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T18B{
width:225px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/18B.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T18C{
width:225px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/18C.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}*/
#T18D{
width:225px;
height:300px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/18D.jpg&w=225&h=363&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T18E{
width:225px;
height:300px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/18E.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T18F{
width:225px;
height:300px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/18F.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T18foota{
width:450px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/D18.jpg);
background-repeat:no-repeat;
background-position:bottom right;
}
#T18footb{
width:225px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/T18.jpg);
background-repeat:no-repeat;
background-position:top;
}

#HH19{
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/19.jpg);
background-repeat:no-repeat;
	background-position:bottom;
}
/*#T19A{
width:225px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/19A.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T19B{
width:225px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/19B.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T19C{
width:225px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/19C.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}*/
#T19D{
width:225px;
height:300px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/19D.jpg&w=225&h=363&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T19E{
width:225px;
height:300px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/19E.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T19F{
width:225px;
height:300px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/19F.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T19foota{
width:450px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/D19.jpg);
background-repeat:no-repeat;
background-position:bottom right;
}

#T19footb{
width:225px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/T19.jpg);
background-repeat:no-repeat;
background-position:top;
}

/*#HH20{
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/20.jpg);
background-repeat:no-repeat;
	background-position:bottom;
}

#T20D{
width:225px;
height:300px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/20D.jpg&w=225&h=363&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T20E{
width:225px;
height:300px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/20E.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T20F{
width:225px;
height:300px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/20F.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T20foota{
width:450px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/D20.jpg);
background-repeat:no-repeat;
background-position:bottom right;
}

#T20footb{
width:225px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/T20.jpg);
background-repeat:no-repeat;
background-position:top;
}*/
#HH21{
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/21.jpg);
background-repeat:no-repeat;
	background-position:bottom;
}

#T21D{
width:225px;
height:300px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/21D.jpg&w=225&h=363&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T21E{
width:225px;
height:300px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/21E.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T21F{
width:225px;
height:300px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/21F.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T21foota{
width:450px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/D21.jpg);
background-repeat:no-repeat;
background-position:bottom right;
}

#T21footb{
width:225px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/T21.jpg);
background-repeat:no-repeat;
background-position:top;
}
#HH22{
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/22.jpg);
background-repeat:no-repeat;
	background-position:bottom;
}
/*#T22A{
width:225px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/22A.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T22B{
width:225px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/22B.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T22C{
width:225px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/22C.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}*/
#T22D{
width:225px;
height:300px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/22D.jpg&w=225&h=363&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T22E{
width:225px;
height:300px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/22E.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T22F{
width:225px;
height:300px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/22F.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T22foota{
width:450px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/D22.jpg);
background-repeat:no-repeat;
background-position:bottom right;
}

#T22footb{
width:225px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/T22.jpg);
background-repeat:no-repeat;
background-position:top;
}

#HH23{
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/23.jpg);
background-repeat:no-repeat;
	background-position:bottom;
}
/*#T23A{
width:225px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/23A.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T23B{
width:225px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/23B.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T23C{
width:225px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/23C.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}*/
#T23D{
width:225px;
height:300px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/23D.jpg&w=225&h=363&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T23E{
width:225px;
height:300px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/23E.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T23F{
width:225px;
height:300px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/23F.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T23foota{
width:450px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/D23.jpg);
background-repeat:no-repeat;
background-position:bottom right;
}

#T23footb{
width:225px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/T23.jpg);
background-repeat:no-repeat;
background-position:top;
}

#HH24{
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/24.jpg);
background-repeat:no-repeat;
	background-position:bottom;
}
/*#T24A{
width:225px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/24A.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T24B{
width:225px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/24B.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T24C{
width:225px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/24C.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}*/
#T24D{
width:225px;
height:300px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/24D.jpg&w=225&h=363&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T24E{
width:225px;
height:300px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/24E.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T24F{
width:225px;
height:300px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/24F.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T24foota{
width:450px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/D24.jpg);
background-repeat:no-repeat;
background-position:bottom right;
}

#T24footb{
width:225px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/T24.jpg);
background-repeat:no-repeat;
background-position:top;
}

#HH25{
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/25.jpg);
background-repeat:no-repeat;
	background-position:bottom;
}
/*#T25A{
width:225px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/25A.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T25B{
width:225px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/25B.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T25C{
width:225px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/25C.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}*/
#T25D{
width:225px;
height:300px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/25D.jpg&w=225&h=363&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T25E{
width:225px;
height:300px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/25E.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T25F{
width:225px;
height:300px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/25F.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T25foota{
width:450px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/D25.jpg);
background-repeat:no-repeat;
background-position:bottom right;
}

#T25footb{
width:225px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/T25.jpg);
background-repeat:no-repeat;
background-position:top;
}

#HH26{
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/26.jpg);
background-repeat:no-repeat;
	background-position:bottom;
}

#T26D{
width:225px;
height:300px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/26D.jpg&w=225&h=363&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T26E{
width:225px;
height:300px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/26E.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T26F{
width:300px;
height:300px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/26F.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T26foota{
width:450px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/D26.jpg);
background-repeat:no-repeat;
background-position:bottom right;
}

#T26footb{
width:225px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/T26.jpg);
background-repeat:no-repeat;
background-position:top;
}

#HH27{
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/27.jpg);
background-repeat:no-repeat;
	background-position:bottom;
}

#T27D{
width:225px;
height:300px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/27D.jpg&w=225&h=363&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T27E{
width:225px;
height:300px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/27E.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T27F{
width:225px;
height:300px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/27F.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T27foota{
width:450px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/D27.jpg);
background-repeat:no-repeat;
background-position:bottom right;
}

#T27footb{
width:225px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/T27.jpg);
background-repeat:no-repeat;
background-position:top;
}
/*
#HH28{
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/28.jpg);
background-repeat:no-repeat;
	background-position:bottom;
}
#T28A{
width:225px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/28A.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T28B{
width:225px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/28B.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T28C{
width:225px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/28C.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}*/
/*#T28D{
width:225px;
height:300px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/28D.jpg&w=225&h=363&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T28E{
width:225px;
height:300px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/28E.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T28F{
width:225px;
height:300px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/28F.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T28foota{
width:450px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/D28.jpg);
background-repeat:no-repeat;
background-position:bottom right;
}

#T28footb{
width:225px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/T28.jpg);
background-repeat:no-repeat;
background-position:top;
}*/

/*#HH29{
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/29.jpg);
background-repeat:no-repeat;
	background-position:bottom;
}
#T29A{
width:225px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/29A.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T29B{
width:225px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/29B.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T29C{
width:225px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/29C.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T29D{
width:225px;
height:300px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/29D.jpg&w=225&h=363&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T29E{
width:225px;
height:300px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/29E.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T29F{
width:225px;
height:300px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/29F.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T29foota{
width:450px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/D29.jpg);
background-repeat:no-repeat;
background-position:bottom right;
}

#T29footb{
width:225px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/T29.jpg);
background-repeat:no-repeat;
background-position:top;
}
*/
#HH30{
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/30.jpg);
background-repeat:no-repeat;
	background-position:bottom;
}
/*#T30A{
width:225px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/30A.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T30B{
width:225px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/30B.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T30C{
width:225px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/30C.jpg&w=225&fltr[]=bvl|7|DBDBDB|5B5B5B&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}*/
#T30D{
width:225px;
height:300px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/30D.jpg&w=225&h=363&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T30E{
width:225px;
height:300px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/30E.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T30F{
width:225px;
height:300px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/30F.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T30foota{
width:450px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/D30.jpg);
background-repeat:no-repeat;
background-position:bottom right;
}

#T30footb{
width:225px;
height:151px;
background: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/T30.jpg);
background-repeat:no-repeat;
background-position:top;
}

/*#HH31{
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/31.jpg);
}

#T31D{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/31D.jpg&w=225&h=363&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T31E{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/31E.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T31F{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/31F.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T31foota{
width:450px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/D31.jpg);
background-repeat:no-repeat;
background-position:bottom right;
}

#T31footb{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/T31.jpg);
background-repeat:no-repeat;
background-position:top;
}

#HH32{
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/32.jpg);
}

#T32D{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/32D.jpg&w=225&h=363&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T32E{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/32E.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T32F{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/32F.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T32foota{
width:450px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/D32.jpg);
background-repeat:no-repeat;
background-position:bottom right;
}

#T32footb{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/T32.jpg);
background-repeat:no-repeat;
background-position:top;
}

#HH33{
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/33.jpg);
}

#T33D{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/33D.jpg&w=225&h=363&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T33E{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/33E.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T33F{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/33F.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T33foota{
width:450px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/D33.jpg);
background-repeat:no-repeat;
background-position:bottom right;
}

#T33footb{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/T33.jpg);
background-repeat:no-repeat;
background-position:top;
}*/

#HH34{
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/34.jpg);
}

#T34D{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/34D.jpg&w=225&h=363&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T34E{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/34E.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T34F{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/34F.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T34foota{
width:450px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/D34.jpg);
background-repeat:no-repeat;
background-position:bottom right;
}

#T34footb{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/T34.jpg);
background-repeat:no-repeat;
background-position:top;
}

/*#HH35{
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/35.jpg);
}

#T35D{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/35D.jpg&w=225&h=363&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T35E{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/35E.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T35F{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/35F.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T35foota{
width:450px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/D35.jpg);
background-repeat:no-repeat;
background-position:bottom right;
}

#T35footb{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/T35.jpg);
background-repeat:no-repeat;
background-position:top;
}*/
#HH36{
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/36.jpg);
}

#T36D{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/36D.jpg&w=225&h=363&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T36E{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/36E.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T36F{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/36F.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T36foota{
width:450px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/D36.jpg);
background-repeat:no-repeat;
background-position:bottom right;
}

#T36footb{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/T36.jpg);
background-repeat:no-repeat;
background-position:top;
}

#HH37{
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/37.jpg);
}

#T37D{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/37D.jpg&w=225&h=363&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T37E{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/37E.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T37F{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/37F.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T37foota{
width:450px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/D37.jpg);
background-repeat:no-repeat;
background-position:bottom right;
}

#T37footb{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/T37.jpg);
background-repeat:no-repeat;
background-position:top;
}

/*#HH38{
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/38.jpg);
}

#T38D{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/38D.jpg&w=225&h=363&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T38E{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/38E.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T38F{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/38F.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T38foota{
width:450px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/D38.jpg);
background-repeat:no-repeat;
background-position:bottom right;
}

#T38footb{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/T38.jpg);
background-repeat:no-repeat;
background-position:top;
}*/

#HH39{
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/39.jpg);
}

#T39D{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/39D.jpg&w=225&h=363&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T39E{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/39E.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T39F{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/39F.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T39foota{
width:450px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/D39.jpg);
background-repeat:no-repeat;
background-position:bottom right;
}

#T39footb{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/T39.jpg);
background-repeat:no-repeat;
background-position:top;
}

/*#HH40{
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/40.jpg);
}

#T40D{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/40D.jpg&w=225&h=363&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T40E{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/40E.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T40F{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/40F.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T40foota{
width:450px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/D40.jpg);
background-repeat:no-repeat;
background-position:bottom right;
}

#T40footb{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/T40.jpg);
background-repeat:no-repeat;
background-position:top;
}

#HH41{
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/41.jpg);
}

#T41D{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/41D.jpg&w=225&h=363&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T41E{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/41E.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T41F{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/41F.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T41foota{
width:450px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/D41.jpg);
background-repeat:no-repeat;
background-position:bottom right;
}

#T41footb{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/T41.jpg);
background-repeat:no-repeat;
background-position:top;
}*/

#HH42{
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/42.jpg);
}

#T42D{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/42D.jpg&w=225&h=363&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T42E{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/42E.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T42F{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/42F.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T42foota{
width:450px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/D42.jpg);
background-repeat:no-repeat;
background-position:bottom right;
}

#T42footb{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/T42.jpg);
background-repeat:no-repeat;
background-position:top;
}

#HH43{
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/43.jpg);
}

#T43D{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/43D.jpg&w=225&h=363&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T43E{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/43E.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T43F{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/43F.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T43foota{
width:450px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/D43.jpg);
background-repeat:no-repeat;
background-position:bottom right;
}

#T43footb{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/T43.jpg);
background-repeat:no-repeat;
background-position:top;
}

#HH44{
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/44.jpg);
}

#T44D{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/44D.jpg&w=225&h=363&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T44E{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/44E.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T44F{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/44F.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T44foota{
width:450px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/D44.jpg);
background-repeat:no-repeat;
background-position:bottom right;
}

#T44footb{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/T44.jpg);
background-repeat:no-repeat;
background-position:top;
}
/*
#HH45{
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/45.jpg);
}

#T45D{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/45D.jpg&w=225&h=363&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T45E{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/45E.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T45F{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/45F.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T45foota{
width:450px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/D45.jpg);
background-repeat:no-repeat;
background-position:bottom right;
}

#T45footb{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/T45.jpg);
background-repeat:no-repeat;
background-position:top;
}
*/
#HH46{
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/46.jpg);
}

#T46D{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/46D.jpg&w=225&h=363&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T46E{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/46E.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T46F{
width:225px;
height:300px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/46F.jpg&w=225&fltr[]=wmt|Click%20aqu%ED%7C4|TR|FF0000||100);
background-repeat:no-repeat;
}
#T46foota{
width:450px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/D46.jpg);
background-repeat:no-repeat;
background-position:bottom right;
}

#T46footb{
width:225px;
height:151px;
background-image: url(http://www.surtico.com.mx/perfumes/phpthumb/phpThumb.php?src=/moda/imdd/T46.jpg);
background-repeat:no-repeat;
background-position:top;
}