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

body {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #474747;
	/*background: #5e5e5e;*/
	}

body .bg0 {
	background: #5e5e5e;
	}

body .bg1 {
	background: #000000 url(../images/bg-1.png) top center no-repeat;
	}

body .bg2 {
	background: #000000 url(../images/bg-2.png) top center no-repeat;
	}

body .bg3 {
	background: #000000 url(../images/bg-3.png) top center no-repeat;
	}

body .bg4 {
	background: #000000 url(../images/bg-4.png) top center repeat-x;
	}

body .bg5 {
	background: #000000 url(../images/bg-5.png) top center no-repeat;
	}

body .bg6 {
	background: #000000 url(../images/bg-6.png) top center no-repeat;
	}

body .bg7 {
	background: #000000 url(../images/bg-7.png) top center no-repeat;
	}

body .bg8 {
	background: #000000 url(../images/bg-8.png) top center no-repeat;
	}

a img {
	border: none;
	}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-family: 'criticized';
	font-size: 19px;
	/*font-weight: bold;*/
	color: #474747;
	color: #003399;
	margin: 15px 0 25px 0;
	}

/*:::::::::: ESTRUCTURACION GENERAL ::::::::::*/

#wrapper {
	width: 960px;
	padding: 0 4px;
	margin: 0 auto 0 auto;
	background: url(../images/body-center.gif) top left repeat-y;
	}

#header {
	width: 960px;
	height: 120px;
	background: url(../images/bg-header.gif) top left no-repeat;
	}
#logotipo {
	width: 112px;
	height: 120px;
	margin: 0 0 0 14px;
	float: left;
	}
#submenu {
	width: 570px;
	height: 30px;
	margin: 13px 0 0 14px;
	float: left;
	}
#carroCompra {
	width: 220px;
	height: 30px;
	margin: 13px 10px 0 0;
	float: right;
	}
	#carroCompraLabel {
		width: 105px;
		height: 22px;
		float: left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #5e5e5e;
		padding: 8px 0 0 45px;
		background: url(../images/carroLabel.png) top left no-repeat;
		}
	#carroCompraButton {
		width: 70px;
		height: 30px;
		float: right;
		}
#direccion {
	width: 700px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5e5e5e;
	text-align: right;
	line-height: 10px;
	margin-top: 25px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	height: auto;
	}

#menu {
	width: 960px;
	height: 93px;
	background: #FFF;
	overflow: hidden;
	}

#content {
	width: 940px;
	padding: 10px;
	background: #FFF;
	}

#frases {
	width: 800px;
	height: 60px;
	padding: 5px 20px 0 120px;
	font-weight: bold;
	text-align: center;
	line-height: 5px;
	background: url(../images/bg-frases.gif) top left no-repeat;
	}

#footer {
	width: 940px;
	height: 50px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #5e5e5e;
	line-height: 5px;
	background: #d4d4d4;
	}

/*:::::::::: COLUMNAS GENERALES ::::::::::*/

.sidebar {
	width: 220px;
	float: left;
	margin: 0;
}

.sidebar a img {
	margin: 0 0 1px 0;
}

.imagentexto1 ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 220px;
    font-family: Arial Black;
    font-size: 11px;
}
.imagentexto1 ul li {
    background: url(../images/sidebar/priefert/priefert_off.gif) no-repeat;
    display:inline-block;
    min-height: 45px;
    min-width: 220px;
}
.imagentexto1 ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 10px 10px 0px 20px;
}
.imagentexto1 ul li a:hover {
    background: url(../images/sidebar/priefert/priefert_on.gif) no-repeat;
    color: #fff;
    display:inline-block;
    min-height: 35px;
    width: 190px;
}

.imagentexto2 ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 220px;
    font-family: Arial Black;
    font-size: 11px;
}
.imagentexto2 ul li {
    background: url(../images/sidebar/professionals-choice/professionals_off.gif) no-repeat;
    display:inline-block;
    min-height: 45px;
    min-width: 220px;

}
.imagentexto2 ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 10px 10px 0px 20px;
}
.imagentexto2 ul li a:hover {
    background: url(../images/sidebar/professionals-choice/professionals_on.gif) no-repeat;
    color: #fff;
    display:inline-block;
    min-height: 35px;
    width: 190px;
}

.imagentexto3 ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 220px;
    font-family: Arial Black;
    font-size: 11px;
}
.imagentexto3 ul li {
    background: url(../images/sidebar/carros-americanos/carros_americanos_off.gif) no-repeat;
    display:inline-block;
    min-height: 45px;
    min-width: 220px;
}
.imagentexto3 ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 10px 10px 0px 20px;
}
.imagentexto3 ul li a:hover {
    background: url(../images/sidebar/carros-americanos/carros_americanos_on.gif) no-repeat;
    color: #fff;
    display:inline-block;
    min-height: 35px;
    width: 190px;
}

.imagentexto4 ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    font-family: Arial Black;
    font-size: 11px;

}
.imagentexto4 ul li {
    background: url(../images/sidebar/tropiclean/tropiclean_off.gif) no-repeat;
    display:inline-block;
    min-height: 35px;
    min-width: 220px;

}
.imagentexto4 ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 10px 10px 0px 20px;
}
.imagentexto4 ul li a:hover {
    background: url(../images/sidebar/tropiclean/tropiclean_on.gif) no-repeat;
    color: #fff;
    display:inline-block;
    min-height: 25px;
    width: 190px;
}

.imagentexto5 ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 220px;
    font-family: Arial Black;
    font-size: 11px;
}
.imagentexto5 ul li {
    background: url(../images/sidebar/mane-n-tail/mane_n_tail_off.gif) no-repeat;
    display:inline-block;
    min-height: 45px;
    min-width: 220px;
}
.imagentexto5 ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 10px 10px 0px 20px;
}
.imagentexto5 ul li a:hover {
    background: url(../images/sidebar/mane-n-tail/mane_n_tail_on.gif) no-repeat;
    color: #fff;
    display:inline-block;
    min-height: 35px;
    width: 190px;
}

.imagentexto6 ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 220px;
    font-family: Arial Black;
    font-size: 11px;
}
.imagentexto6 ul li {
    background: url(../images/sidebar/vinyl-fence/vinyl_fences_off.gif) no-repeat;
	display:inline-block;
	min-height: 45px;
	min-width: 220px;
}
.imagentexto6 ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 10px 10px 0px 20px;
}
.imagentexto6 ul li a:hover {
    background: url(../images/sidebar/vinyl-fence/vinyl_fences_on.gif) no-repeat;
    color: #fff;
    display:inline-block;
    min-height: 35px;
    width: 190px;
}

.imagentexto7 ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 220px;
    font-family: Arial Black;
    font-size: 11px;
}
.imagentexto7 ul li {
    background: url(../images/sidebar/nuevos-productos/nuevos_productos_off.gif) no-repeat;
	display:inline-block;
	min-height: 45px;
	min-width: 220px;
}
.imagentexto7 ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 10px 10px 0px 20px;
}
.imagentexto7 ul li a:hover {
    background: url(../images/sidebar/nuevos-productos/nuevos_productos_on.gif) no-repeat;
    color: #fff;
    display:inline-block;
    min-height: 35px;
    width: 190px;
}

.sidebarExtra {
	width: 220px;
	float: left;
	margin: 0 0 0 20px;
	}
	.sidebarExtra p {
		font-size: 12px;
		font-weight: bold;
		}
		.sidebarExtra .descripcion {
		font-size: 12px;
		font-weight: bold;
		margin: -18px 0 20px 5px;
		}
	.sidebarExtra img {
		margin: 0 0 0 0;
		}
	.sidebarExtra .sidebarExtraTitle {
		font-size: 14px;
		font-weight: bold;
		color: #294681;
		}
	.sidebarExtra .sidebarExtraArchive {
		list-style: none;
		list-style-position: inside;
		font-size: 11px;
		line-height: 24px;
		margin: 0;
		padding: 0;
		}
		.sidebarExtra .sidebarExtraArchive li {
			border-bottom: 1px dotted #999;
			}
			.sidebarExtra .sidebarExtraArchive li a {
				color: #294681;
				text-decoration: none;
				}
			.sidebarExtra .sidebarExtraArchive li a:hover {
				color: #036;
				font-weight: bold;
				}

.info {
	width: 720px;
	float: left;
	margin: 0 0 20px 0;
	}

.info2 {
	width: 980px;
	float: left;
	margin: 0 0 20px 70px;
	}


/*:::::::::: COLUMNAS ESPECIALES / CLASES ::::::::::*/

.col380 {
	width: 460px;
	float: right;
	margin: 0 0 20px 0;
	}

.col540 {
	width: 460px;
	height: 289px;
	float: left;
	margin: 0 20px 0 0;
	background: url(../images/horse-gray.jpg) top left no-repeat;
	}

.videoVisor {
	margin: 0 !important;
	padding: 0 !important;
	text-align: center;
	}

.videoPrincipal {
	width: 720px;
	height: 150px;
	margin: 0 0 20px 0;
	}
	.videoPrincipal .v1 {
		width: 220px;
		height: 150px;
		margin: 0 0 0 20px;
		float: left;
		}

.infoSimple {
	width: 940px;
	float: left;
	margin: 0 20px 0 0;
	}

.portafolioweb {
	float: right;
	}
	.portafolioweb a {
		font-size: 10px;
		color: #999;
		text-decoration: none;
		}
	.portafolioweb a:hover {
		font-size: 10px;
		color: #666;
		text-decoration: none;
		}

/*:::::::::: CLASES GENERALES ::::::::::*/

.clear {
	clear: both;
	float: none;
	}

.bigDivisor {
	width: 940px;
	height: 13px;
	float: none;
	clear: both;
	margin: 15px 0;
	background: url(../images/bg-divisor.gif) top left no-repeat;
	}

.floatLeft {
	float: left;
	margin: 0 10px 10px 0;
	}
.floatRight {
	float: right;
	margin: 0 10px 10px 0;
	}

.font10 {
	font-size: 10px;
	}
.font12 {
	font-size: 12px;
	}
.font14 {
	font-size: 14px;
	}
.font16 {
	font-size: 16px;
	}
.font18 {
	font-size: 18px;
	}
.font20 {
	font-size: 20px;
	}

.fontBold {
	font-weight: bold;
	}

.bermellon {
	color: #993300;
	}

/*:::::::::: CAJAS CATEGORIAS Y EXTRAS ::::::::::*/

.cajasMinilogos {
	width: 670px;
	height: 54px;
	float: right;
	text-align: right;
	}

.imgTitleCategory {
	margin: 0 0 10px 20px;
	}

.marquesinaSubcategory {
	width: 670px;
	height: 16px;
	font-size: 14px;
	font-weight: bold;
	color: #294681;
	padding: 10px 10px 10px 20px;
	margin: 0 0 20px 20px;
	background: url(../images/box/marquesina-subcategoria.gif) top left no-repeat;
	}

.fantasyL {
	width: 30px;
	height: 21px;
	position: absolute;
	bottom: -10px;
	background: url(../images/box/fntsy-L.png);
	}
.fantasyR {
	width: 30px;
	height: 21px;
	position: absolute;
	bottom: -10px;
	right: 0;
	background: url(../images/box/fntsy-R.png);
	}

.boxCategory220 {
	width: 220px;
	float: left;
	margin: 0 0 20px 20px;
	position: relative;
	}
	.boxCategory220 .boxCategory220Top {
		width: 200px;
		height: 15px;
		font-size: 13px;
		line-height: 13px;
		font-weight: bold;
		color: #294681;
		padding: 10px;
		background: url(../images/box/top-box-220.gif) top left no-repeat;
		}
	.boxCategory220 .boxCategory220Center {
		width: 200px;
		padding: 10px;
		background: url(../images/box/center-box-220.gif) top left repeat-y;
		}
		.boxCategory220 .boxCategory220Center img {
			width: 100px;
			height: 170px;
			overflow: hidden;
			}
	.boxCategory220 .boxCategory220Bottom {
		width: 220px;
		height: 3px;
		background: url(../images/box/bottom-box-220.gif) top left no-repeat;
		}
	.boxCategory220 .boxCategory220Sku {
	width: 80px;
	height: 18px;
	position: absolute;
	top: 44px;
	left: 126px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	padding: 6px 0 0 8px;
	background: url(../images/box/bg-sku.png) top left no-repeat;
		}
	.boxCategory220 .boxCategory220Boton {
	width: 103px;
	height: 30px;
	position: absolute;
	top: 141px;
	left: 108px;
		}
		
#content1 {
	text-align:center;
}

.boxHomeLogo {

	display: inline;
}
		
.boxHome {
	width: 220px;
	float: left;
	margin: 0 0 0px 14px;
	position: relative;
	border: 1px solid #ddd;
	margin: 0 2px 2px 0;
	}
	.boxHome .boxHomeTop {
		width: 220px;
		height: 15px;
		font-size: 11px;
		line-height: 13px;
		font-weight: bold;
		color: #294681;
		padding: 10px;

		}
	.boxHome .boxHomeCenter {
		width: 220px;
		padding: 10px;
		
		}
		.boxHome .boxHomeCenter img {
			width: 200px;
			height: 200px;
			padding-bottom:0px;
			overflow: hidden;
			}
	.boxHome .boxhomeBottom {
		width: 220px;
		height: 3px;
		}
	.boxHome .boxHomeSku {
	width: 80px;
	height: 14px;
	position: absolute;
	top: 44px;
	left: 126px;
	font-size: 12px;
	font-weight: bold;
	color: #fffc00;
	padding: 3px 0 0 4px;
	background: #ff0000;
		}
	.boxHome .boxHomeBoton {
    width:70px;
	position: absolute;
	top: 210px;
	left: 150px;
	border: 0px;
		}		

.boxCategory340 {
	width: 340px;
	float: left;
	margin: 0 0 20px 20px;
	position: relative;
	}
	.boxCategory340 .boxCategory340Top {
		width: 320px;
		height: 54px;
		font-size: 15px;
		font-weight: bold;
		color: #294681;
		padding: 10px;
		background: url(../images/box/top-box-340.gif) top left no-repeat;
		}
	.boxCategory340 .boxCategory340Center {
		width: 320px;
		padding: 10px;
		background: url(../images/box/center-box-340.gif) top left repeat-y;
		}
		.boxCategory340 .boxCategory340Center img {
			width: 318px;
			height: 170px;
			overflow: hidden;
			}
			.boxCategory340 .boxCategory340Center span img  {
	width: 44px;
	height: 24px;
	position: absolute;
	top: 50px;
	right: 296px;
				}
	.boxCategory340 .boxCategory340Bottom {
		width: 340px;
		height: 3px;
		background: url(../images/box/bottom-box-340.gif) top left no-repeat;
		}
	.boxCategory340 .boxCategory340Sku {
	width: 80px;
	height: 20px;
	position: absolute;
	top: 49px;
	left: 250px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	padding: 6px 0 0 8px;
	background: url(../images/box/bg-sku.png) top left no-repeat;
		}
	.boxCategory340 .boxCategory340Precio {
	width: 200px;
	height: 20px;
	position: absolute;
	top: 75px;
	left: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	padding: 6px 0 0 8px;
		}		
		
				
	.boxCategory340 .boxCategory340Boton {
	width: 270px;
	height: 36px;
	text-align: center;
	position: absolute;
	top: 248px;
	left: 37px;
		}

.bullet-go-red {
	padding: 0 0 0 15px;
	margin: 0 0 0 0;
	background: url(../images/box/bullet-go-red.png) center left no-repeat;
	}


.boxCategory460 {
	width: 460px;
	float: left;
	margin: 0 10px 20px 0;
	position: relative;
	}
	.boxCategory460 .boxCategory460Top {
		width: 440px;
		height: 50px;
		font-size: 16px;
		font-weight: bold;
		color: #294681;
		padding: 10px;
		background: url(../images/box/top-box-460.gif) top left no-repeat;
		}
	.boxCategory460 .boxCategory460Center {
		width: 440px;
		height: 280px;
		padding: 10px;
		font-size: 11px;
		line-height: 18px;
		background: url(../images/box/center-box-460.gif) top left repeat-y;
		}
		.boxCategory460 .boxCategory460Center img {
			float: left;
			margin: 0 10px 10px 0;
			}
			.boxCategory460 .boxCategory460Center a img {
				float: right;
				margin: 0 10px 10px 0;
				}
		.boxCategory460 .boxCategory460Center li {
			list-style: inside url(../images/fatcow/16x16/tick.png);
			}
	.boxCategory460 .boxCategory460Bottom {
		width: 460px;
		height: 3px;
		background: url(../images/box/bottom-box-460.gif) top left no-repeat;
		}
	.boxCategory460 .boxCategory460Sku {
	width: 80px;
	height: 20px;
	position: absolute;
	top: 45px;
	left: 372px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	padding: 6px 0 0 8px;
	background: url(../images/box/bg-sku.png) top left no-repeat;
		}

		
	.boxCategory460 .boxCategory460Boton {
	width: 440px;
	height: 33px;
	text-align: center;
	position: absolute;
	top: 301px;
	right: 1px;
		}
		.boxCategory460 .boxCategory460Boton a img {
			margin: 0 0 0 6px;
			}

.precio1 {
	width: 100px;
	height: 20px;
	position: absolute;
	color:#F00;
	top: 35px;
	left: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	padding: 6px 0 0 8px;
}

.referencial1 {
	position: absolute;
	color:#666;
	top: 255px;
	left: 0px;
	font-size: 9px;
	font-weight: bold;
	font-style:italic;
	color: #000;
	padding: 6px 0 0 8px;
}

.referencial2 {
	position: absolute;
	color:#000;
	top: 231px;
	left: 0px;
	font-size: 9px;
	font-weight: bold;
	font-style:italic;
	color: #333;
	padding: 6px 0 0 8px;
}

.boxCategory460Detalle {
	width: 460px;
	float: left;
	margin: 0 0 20px 20px;
	position: relative;
	}
	.boxCategory460Detalle .boxCategory460Top {
		width: 440px;
		height: 15px;
		font-size: 14px;
		font-weight: bold;
		color: #294681;
		padding: 10px;
		background: url(../images/box/top-box-460.gif) top left no-repeat;
		}
	.boxCategory460Detalle .boxCategory460Center {
		width: 440px;
		padding: 10px;
		font-size: 11px;
		line-height: 18px;
		background: url(../images/box/center-box-460.gif) top left repeat-y;
		}
		.boxCategory460Detalle .boxCategory460Center img {
			float: left;
			margin: 0 10px 10px 0;
			}
			.boxCategory460Detalle .boxCategory460Center a img {
				float: right;
				margin: 0 10px 10px 0;
				}
		.boxCategory460Detalle .boxCategory460Center li {
			list-style: inside url(../images/fatcow/16x16/tick.png);
			}
	.boxCategory460Detalle .boxCategory460Bottom {
		width: 460px;
		height: 3px;
		background: url(../images/box/bottom-box-460.gif) top left no-repeat;
		}
	.boxCategory460Detalle .boxCategory460Sku {
		width: 80px;
		height: 18px;
		position: absolute;
		top: 6px;
		left: 361px;
		font-size: 12px;
		font-weight: bold;
		color: #000;
		padding: 6px 0 0 8px;
		background: url(../images/box/bg-sku.png) top left no-repeat;
		}
	.boxCategory460Detalle .boxCategory460Boton {
		width: 76px;
		height: 36px;
		text-align: right;
		position: absolute;
		top: 55px;
		right: 20px;
		}
		.boxCategory460Detalle .boxCategory460Boton a img {
			margin: 0 0 0 6px;
			}


.volverAtras img {
	width: 16px !important;
	height: 16px !important;
	vertical-align: middle;
	margin-right: 5px;
	}
.volverAtras a {
	color: #036;
	font-weight: bold;
	text-decoration: none;
	}
.volverAtras a:hover {
	color: #F60;
	font-weight: bold;
	text-decoration: none;
	}

/*:::::::::: FORMULARIO DE COTIZACION ::::::::::*/

#formCotizar {
	height: 300px;
	margin: 0 0 0 20px;
	}

.tablaFormFloat {
	float: left;
	width: 49%;
	font-size:12px;
	text-align: left;
	}

.inputForm {
	width: 250px;
	padding: 3px;
	border: 1px solid #CCC;
	background: #f1f1f1;
	}
.buttonForm {
	width: 110px;
	height: 30px;
	border: none;
	cursor: pointer;
	padding: 0;
	margin: 0;
	background: url(../images/enviar-email.gif) top left no-repeat;
	}

/*:::::::::: WALLAPAPERS ::-+::::::::*/

.tablaWallpapers {
	font-size: 12px;
	border-collapse: collapse;
	margin: 0 0 30px 0;
	}
	.tablaWallpapers a {
		color: #036;
		text-decoration: none;
		}
	.tablaWallpapers a:hover {
		color: #F60;
		text-decoration: none;
		}

.tablaDatosTabuladores {
	width: 100%;
	border-collapse: collapse;
	margin: 10px 0 30px 0;
	/*background: #f1f1f1;*/
	}
	.tablaDatosTabuladores td {
		padding: 5px;
		border-bottom: 1px dotted #CCC;
		}
		.tablaDatosTabuladores td a {
			color: #036;
			font-size: 12px;
			text-decoration: none;
			}
		.tablaDatosTabuladores td a:hover {
			color: #F60;
			}
	.tablaDatosTabuladores img {
		vertical-align: middle;
		}

.bgGris {
	/*background: #e2e2e2;*/
	}
