<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: Verdana;
	font-size: 14px;
	line-height: 1.4em; 
	background-color: #FFFFFF;
	height: 100%;
}

a, a:link, a:visited { 
	color: #000000; 
	text-decoration: none; 
}

a:hover { 
	color: #000000;
}


img { 
	border: none; 
}

h1, h2, h3, h4, h5, h6 { color: #000000; font-weight: normal; }
h1 { font-size: 50px; margin: 0px; padding-top: 10px; font-weight: bold; color: #2D2D32; height: 35px; line-height: 40px; display: inline-block;}
h2 { font-size: 14px; margin: 0px; padding-top: 0px; font-weight: bold; color: #5A695A; }
h3 { font-size: 18px; margin: 0 0 0px; padding: 0 0; font-weight: bold; }
h4 { font-size: 14px; margin: 0 0 15px; padding: 0; }
h5 { font-size: 14px; margin: 0 0 10px; padding: 0; color: red; }
h5 A:LINK { color: #990000; font-weight: bold; }
h5 A:VISITED { color: #990000; font-weight: bold; }
h5 A:HOVER { color: red; font-weight: bold; }
h6 { font-size: 10px; margin: 0 0 5px; padding: 0;  color: #FFFFFF;}

#marco-limites {
	min-width: 960px;
	width: 80%;
	height: 100%;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0 auto;
	border: 0px solid red;
}

#marco-logo {
	height: 90px;
}

#marco-menu {
	height: 40px;
	width: 100%;
	position: absolute;
	left: 0px;
	text-align: center;
	padding-left: 0%;
	padding-right: 0%;
	background-color: #CCCCCC;
	padding-top: 0px;
}

#marco-breadcrumb {
	text-align: left;
	padding-bottom: 10px;
}

#marco-contenido-total {
	border: 0px solid blue;
}

#marco-contenido-txt {
	width: 47%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	font-size: 14px;
	padding-left: 2%;
}

#marco-contenido-txt A{ color: #5A695A}
#marco-contenido-txt A:hover{ color: #F79233}


#marco-contenido-txt-completo {
	width: 98%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	font-size: 14px;
	padding-left: 2%;
	border: 0px solid blue;
}
#marco-contenido-txt-completo A{ color: #5A695A}
#marco-contenido-txt-completo A:hover{ color: #F79233}

#marco-contenido-img {
	width: 49%;
	display: inline-block;
	vertical-align: top;
}
#marco-index-portada {
	width: 98%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	font-size: 14px;
	padding-left: 0px;
	padding-right: 0px;
	border: 0px solid green;
}

#container-index {
	position: relative;
	border: 0px solid blue;
	}
#marco-index-hs {
	border: 0px solid red;
	position: absolute;
	top: 5%;
	right: 0px;
	display: block;
	text-align: right;
	color: #FFFFFF;
	margin-bottom: -80px;
	padding-right: 20px;
}

#marco-productos {
	display: inline-block;
	width: 100%;
	border: 0px solid red;
}

#marco-footer {
	width: 100%;
	min-width: 900px;
	position: absolute;
	left: 0px;
	background-color: #CCCCCC;
	color: #000000;
	text-align: left;
}

#carrito-agregamos {
	width: 200px;
	height: 150px;
	position: fixed;
	top: -160px;
	right: 20px;
	border: 5px solid #F79233;
	z-index: 12;
	background-color: #BBBBBB;
    -moz-transition: top 1s ease;
    -webkit-transition: top 1s ease;
    -o-transition: top 1s ease;
    transition: top 1s ease;
}
#carrito-agregamos IMG{
	width: 25px;
	vertical-align: bottom;
	padding-top: 5px;
	padding-right: 10px;
}
#carrito-agregamos SPAN{
	color: #F79233;
	font-size: 20px;
	font-weight: bold;
}
#carrito-agregamos-link{
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	display: inline-block;
	padding-top: 20px;
}
#carrito-agregamos-link A{
	color: #000000;
}
#carrito-agregamos-link A:hover{
	color: #F79233;
}
	
#carrito {
	width: 150px;
	height: 30px;
	position: absolute;
	top: 25px;
	right: 160px;
	color: #000000;
	text-align: left;
	padding-left: 10px;
	border: 0px solid red;
}
#carrito IMG{
	padding-left: 10px;
	height: 30px;
	vertical-align: top;
}
#carrito-cotizacion {
	display: inline-block;
	border: 0px solid green;
	width: 110px;
	height: 27px;
	background-color: #EEEEEE;
	padding-top: 3px;
	text-align: center;
}
#carrito-cotizacion A{
	color: #000000;
}
#carrito-cotizacion A:hover{
	color: #F79233;
}
.carrito-png {
	background: url('images/icons/carrito2.png') no-repeat;
	background-size:cover;
	width: 25px;
	height: 25px;
	display: inline-block;
}
.carrito-png:hover {
	background: url('images/icons/carrito3.png') no-repeat;
	background-size:cover;
	width: 25px;
	height: 25px;
	display: inline-block;
}
#redes-sociales {
	width: 150px;
	height: 30px;
	position: absolute;
	top: 25px;
	right: 0px;
	color: #000000;
	text-align: left;
	padding-left: 10px;
	border: 0px solid blue;
}
.facebook-png {
	background: url('images/icons/facebook2.png') no-repeat;
	background-size:cover;
	width: 30px;
	height: 30px;
	display: inline-block;
	border: 0px solid green;
}
.facebook-png:hover {
	background: url('images/icons/facebook3.png') no-repeat;
	background-size:cover;
	width: 30px;
	height: 30px;
	display: inline-block;
}
.twitter-png {
	background: url('images/icons/twitter2.png') no-repeat;
	background-size:cover;
	width: 30px;
	height: 30px;
	display: inline-block;
	border: 0px solid green;
}
.twitter-png:hover {
	background: url('images/icons/twitter3.png') no-repeat;
	background-size:cover;
	width: 30px;
	height: 30px;
	display: inline-block;
}
.instagram-png {
	background: url('images/icons/instagram2.png') no-repeat;
	background-size:cover;
	width: 30px;
	height: 30px;
	display: inline-block;
	border: 0px solid green;
}
.instagram-png:hover {
	background: url('images/icons/instagram3.png') no-repeat;
	background-size:cover;
	width: 30px;
	height: 30px;
	display: inline-block;
}
.google-plus-png {
	background: url('images/icons/google-plus2.png') no-repeat;
	background-size:cover;
	width: 30px;
	height: 30px;
	display: inline-block;
	border: 0px solid green;
}
.google-plus-png:hover {
	background: url('images/icons/google-plus3.png') no-repeat;
	background-size:cover;
	width: 30px;
	height: 30px;
	display: inline-block;
}
.whatsapp-png {
	background: url('images/icons/whatsapp2.png') no-repeat;
	background-size:cover;
	width: 30px;
	height: 30px;
	display: inline-block;
}
.whatsapp-png:hover {
	background: url('images/icons/whatsapp3.png') no-repeat;
	background-size:cover;
	width: 30px;
	height: 30px;
	display: inline-block;
}
#busqueda {
	width: 170px;
	height: 25px;
	position: absolute;
	top: 25px;
	right: 310px;
	text-align: right;
	color: #5A695A;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 5px;
	border: 0px solid green;
	text-align: center;
}
.input-lupa{
	background: url('images/icons/lupa2.png') no-repeat;
	background-size:cover;
	width: 25px;
	height: 25px;
	position: relative;
	top: -5px;
	border: none;
	display: inline-block;
}
.input-lupa:hover{
	background: url('images/icons/lupa3.png') no-repeat;
	background-size:cover;
}
.input-buscar {
	background-color: #EEEEEE;
	width: 110px;
	height: 28px;
	position: relative;
	top: -5px;
	left: 0px;
	border: none;
	border-radius: 0px;
	text-align: center;
	font-family: Verdana;
	font-size: 14px;
	line-height: 1.4em; 
}
.input-buscar-2 {
	background-color: #EEEEEE;
	width: 310px;
	height: 28px;
	position: relative;
	top: -5px;
	left: 0px;
	border: none;
	border-radius: 0px;
	text-align: center;
	font-family: Verdana;
	font-size: 14px;
	line-height: 1.4em; 
}




#menu {
	z-index: 2;
	font-weight: bold;
	text-align: center;
	display: table-row;
	height: 38px;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	font-size: 12px;
	display: block;
	border: 0px solid red;
}
#menu ul {
	margin:0px; 
	padding: 0px;
}
#menu ul li
{
	z-index: 2;
	display:inline;
	height:30px;
	float:left;
	list-style:none;
	position:relative;
	color: #FFFFFF;
	width: 12.5%;
	min-width: 100px;
	background-color:#CCCCCC;
	padding-top: 8px;
	margin: 0 0px 0 0px;
}
#menu li A{
	color: #000000;
}
#menu ul li:hover{
	
}
#menu ul li:hover a{
	color: #000000;
}
#menu ul:hover li:hover ul li a{
	color: #000000;
}
#menu ul:hover li ul li:hover a{
	color: #EA851B;
}
#menu li ul
{
	margin:0 auto;
	padding:5px 5px 5px 5px;
	display: none;
	position:absolute;
	left:0px; 
	top:38px;
	background-color: #768276;
	width: 450px;
	border-radius: 0 0 15px 15px;
	border: 0px solid green;
}
#menu li:hover ul
{
	display: inline-block;
	background-color: #DDDDDD;
}
#menu li:hover div
{
	display: inline-block;
}
#menu li li:hover
{
	background-color: #DDDDDD;
}
#menu ul li ul:hover div
{
	display: inline-block;
}
#menu li li
{
	list-style:none;
	display:list-item;
	width:100%;
	margin-left:0px;
	text-align: left;
	padding-top: 3px;
	height: 22px;
	border: 0px solid yellow;
	background-color: #DDDDDD;
}
#menu li li a
{
	color: #FFFFFF;
	text-decoration:none;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
}
#menu li li a:hover
{
	font-weight: normal;
	text-decoration:none;
}

.menu-marcador {
	display: none;
	border: 0px solid red;
	width: 80%;
	height: 5px;
	margin-left: 0px;
	margin-bottom: 10px;
	background-color: #EA851B;
}
#redondeo-primer-menu{
	border-radius: 0 0 0 0;'
}
#menu-muebles-tipo{
	width: 115px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	color: #000000;
	border: 0px solid red;
}
#menu-muebles-material{
	width: 145px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	color: #000000;
}
#menu-muebles-marca{
	width: 115px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	color: #000000;
}
#menu-macetas-estilo{
	width: 155px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	color: #000000;
}
#menu-macetas-material{
	width: 155px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	color: #000000;
}
#menu-macetas-tipo{
	width: 115px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	color: #000000;
}
#menu-sombrillas-material{
	width: 150px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	color: #000000;
}
#menu-sombrillas-tipo{
	width: 140px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	color: #000000;
}
#menu-sombrillas-forma{
	width: 140px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	color: #000000;
}
#menu-accesorios-1{
	width: 270px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	color: #000000;
}
#menu-accesorios-2{
	width: 155px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	color: #000000;
}
#menu-busqueda {
	width: 209px;
	height: 31px;
	display: inline-block;
	border: 1px solid #FFFFFF;
	background-color:#5A695A;
	border-radius: 0 15px 0 0;
	padding-top: 7px;
}







#logotipo-header {
	text-align: left;
	padding-left: 15px;
}
#logotipo-header IMG{
	height: 85px;
}





.breadcrumbs { 
	display: inline; 
	border: 0px solid red;
	vertical-align: top;
	text-align: left;
	font-size: 10px;
	color: #5A695A;
	padding-left: 13px;
}
.breadcrumbs li { 
	display: inline; 
}
.breadcrumbs li A{ 
	color: #5A695A;
}
.breadcrumbs li A:hover{ 
	color: #F79233;
}




.texto-pagina {
	border: 0px solid blue;
	display: block;
	text-align: justify;
	text-indent: 0px;
	padding-right: 10px;
	padding-top: 10px;
}
.texto-pagina A{ color: #F79233; font-weight: bold;}
.texto-pagina A:hover{ color: #5A695A;}
.texto-pagina IMG{ }
#hs-marcas {	text-align: left; margin-left: 30px;}

.caracteristicas-titulo { font-weight: bold; }
.caracteristicas-texto { padding-left: 0px; font-weight: normal;}
.caracteristicas-texto A{ color: #5A695A;}
.caracteristicas-texto A:hover{ color: #F79233;}
.caracteristicas-texto IMG{ height: 20px; vertical-align: middle;}
.caracteristicas-disenador { font-weight: normal; display: inline-block;}

.logotipo-proveedor {
	position: relative;
	float: right;
	text-align: right;
	padding-right: 10px;
} 
.logotipo-proveedor IMG{ height: 60px; } 

.descargas {display: block; }

.colores {
	padding-left: 0px;
	padding-top: 3px;
	display: inline-block;
}
.colores-thumb {
	display: inline-block;
	float: left;
}
.colores-thumb IMG{ border: 2px solid white; border-radius: 18px; height: 32px; padding: 0px;}
.colores-thumb IMG:hover{ border: 2px solid #F79233; }

.colores-thumb-2 {
	display: inline-block;
	float: left;
	border: 0px solid white;
	text-align: center;
	padding: 20px 4px 5px 4px;
	font-size: 9px;
	width: 9%;
}
.colores-thumb-2 IMG{ border: 2px solid white; height: 100px; padding: 0px;}
.colores-titulo { font-weight: bold; font-size: 18px;}

#foto-principal { text-align: center; border: 0px solid red;}
#foto-principal IMG{ width: 100%; max-width: 500px; border-radius: 0px; }
#foto-menu-holder { text-align: center; height: 80px; width: 100%; overflow: hidden; }
#foto-menu { text-align: center; height: 100px; width: 100%; overflow: auto; }
#foto-menu A{ display: table-cell;}
#foto-menu IMG{ width: 70px; border-radius: 10px; border: 3px solid white; float: left; padding: 2px;}
#foto-menu IMG:hover{ border: 3px solid #F79233;}
#foto-index { text-align: center; border: 0px solid red;}
#foto-index IMG{ width: 100%; border-radius: 0px; }


#productos-menu { border: 0px solid red; text-align: center; padding-top: 10px;}

.simpleCart_quantity {
	font-weight: bold;
}

.simpleCart_shelfItem {
	border: 0px solid red;
	display: inline-block;
	width: 16%;
	margin-bottom: 30px;
}
.simpleCart_shelfItem IMG{
}

.productos-thumb {
	border: 0px solid green;
	float: left;
	width: 100%;
}
.productos-thumb IMG{
	width: 95%;
	border-radius: 0px; 
	border: 2px solid #CCCCCC; 
}

.simpleCart_shelfItem :hover &gt; .item_onhover {
	display: block;
}
.simpleCart_shelfItem :hover &gt; .item_onhover2 {
	display: block;
}
.item_onhover { display: none; position: relative; bottom: 95px; left: 3px; border: 0px solid blue; width: 97%; background-color: #CCCCCC; margin-bottom:-50px; }
.item_onhover2 { display: none; position: relative; bottom: 110px; left: 3px; border: 0px solid blue; width: 97%; background-color: #CCCCCC; margin-bottom:-50px; }
.item_conjunto {padding: 0px; margin: 0px; min-height: 35px; white-space: normal; line-height: 15px; }
.item_imagen { }
.item_clave { font-size: 20px; font-weight: bold; height: 25px;}
.item_linea { font-size: 10px; font-weight: bold; line-height: 10px; }
.item_descripcion { font-size: 10px; font-weight: normal; line-height: 10px; }
.item_medidas { font-size: 10px; font-weight: normal;  width: 100%; display:block; line-height: 15px;}
.item_agregar { font-size: 10px; font-weight: normal;  width: 100%; display:block; line-height: 15px;}
.item_agregar A{ color: #5A695A; }
.item_agregar A:hover{ color: #F79233; }
.item_hidden { display: none; }

#footer-productos { border: 0px solid black; display: inline-block; text-align: left; vertical-align: top; float: left; padding: 10px 20px 10px 20px; margin-left: 10%;}
#footer-materiales { border: 0px solid black; display: inline-block; text-align: left; vertical-align: top; float: left; padding: 10px 20px 10px 20px;}
#footer-marcas { border: 0px solid black; display: inline-block; text-align: left; vertical-align: top; float: left; padding: 10px 20px 10px 20px;}
#footer-informacion { border: 0px solid black; display: inline-block; text-align: left; vertical-align: top; float: left; padding: 10px 20px 10px 20px;}
#footer-contacto { border: 0px solid black; display: inline-block; text-align: left; vertical-align: top; float: right; padding: 10px 10px 10px 10px; width: 250px;}
#footer-copyright { border: 0px solid red; display: inline-block; text-align: left;  font-size: 10px; padding-left: 10px; margin-left: 10%; padding-top: 0px; height: 20px; width: 80%;}
#footer-redes-sociales { border: 0px solid red;  display: inline-block; text-align: right; float: left; padding-top: 10px; }
#footer-redes-sociales IMG{ height: 40px;}
.footer-name { display: none; }
.footer-address { padding-left: 0px;}
.footer-address A{ color: #000000; }
.footer-address A:hover{ color: #F79233; }
.footer-link { color: #000000; padding-top: 7px;}
.footer-link A{ color: #000000;}
.footer-link A:hover{ color: #F79233;}

#logo-mini { height: 60px;}

#lineas-menu { text-align: center; padding-top: 10px;}
.lineas-division {
	width: 97%;
	display: inline-block;
}
.lineas-division-blank {
	width: 33%;
	background-color: #CCCCCC;
	display: inline-block;
	margin-left: 1%;
	margin-right: 1%;
	height: 8px;
	vertical-align: middle;
}
.lineas-division-txt {display: inline-block; vertical-align: middle; font-weight: bold;}
.lineas-thumb {
    display: inline-block;
	border: 0px solid green;
	width: 24%;
	padding: 10px 0 15px 0;
}
.lineas-thumb IMG{
	width: 96%;
	border-radius: 0px; 
	border: 2px solid #CCCCCC; 
}
.lineas-thumb A:hover{
	color: #F79233;
}
.lineas-thumb A{
	font-weight: bold;
}

.lineas-thumb-2 {
    display: inline-block;
	border: 0px solid green;
	width: 16%;
	padding: 10px 0 15px 0;
}
.lineas-thumb-2 IMG{
	width: 96%;
	border-radius: 0px; 
	border: 2px solid #CCCCCC; 
}
.lineas-thumb-2 A:hover{
	color: #F79233;
}
.lineas-thumb-2 A{
	font-weight: bold;
}

.lineas-thumb-proyectos {
    display: inline-block;
	border: 0px solid green;
	width: 48%;
	padding: 10px 0 15px 0;
	vertical-align: top;
	position: relative; 
}
.lineas-thumb-proyectos IMG{
	width: 96%;
	border-radius: 0px; 
	border: 2px solid #CCCCCC; 
}
.lineas-thumb-proyectos A:hover{
	color: #F79233;
}
.lineas-thumb-proyectos A{
	font-weight: bold;
}
.descripcion-proyectos { 
	display: none; 
	position: absolute; 
	top: 5%; 
	left: 0px; 
	border: 0px solid blue; 
	width: 91%; 
	background-color: #CCCCCC; 
	margin-bottom:-62%; 
	margin-left: 17px; 
	text-align: left;
	padding: 5px 5px 5px 5px;
}
.lineas-thumb-proyectos:hover &gt; .descripcion-proyectos { display: block; }

.proyectos-nombre-1 {
	display: inline-block;
	border: 0px solid red; 
	width: 20%;
	font-size: 12px;
}
.proyectos-nombre-2 {
	display: inline-block;
	border: 0px solid blue; 
	width: 70%;
	font-size: 12px;
}
.proyectos-descripcion {
	display: inline-block;
	border: 0px solid red; 	
	font-size: 12px;
}
.proyectos-producto IMG {
	width: 15%;
	display: inline;
	border: 1px solid #EA851B;
}
.proyectos-producto IMG:hover{
	border: 1px solid #000000;
}


.simpleCart_items {
	margin-top: 20px;
	margin-left: 200px;
	text-align: center;
}

.simpleCart_items table{
	font-size: 12px;
    overflow: auto;
    display: table;
	border: 1px solid #F79233;
    padding: 0px 0px 0px 0px;
	border-collapse: collapse;
	width: 100%;
	min-width: 700px;
	margin: 0px;
}
.simpleCart_items th{
    color: #FFFFFF;
    text-align: center;
    padding: 5px 0px 5px 10px;
    background: #F79233;
	border: 1px solid #093696;
	border-collapse: collapse;
	border-width: 0px;
}
.simpleCart_items td{
    vertical-align: middle;
	border-bottom: 1px solid #999999;
}



.simpleCart_contenedor {
	margin-left: 15px;
	width: 98%;
	border: 0px solid black;
}
.simpleCart_contenedor table{
	margin: 0px;
	width: 100%;
	border: 0px solid blue;
}

.simpleCart_siguiente {
	border: 0px solid blue;
	border-radius: 15px;
	padding: 10px;
	background: #F79233;
	font-size: 16px; 
	font-weight: bold;
	display: inline;
}
.simpleCart_siguiente A:hover{
	color: #FFFFFF;
}
.simpleCart_siguiente2 input[type=submit]{
	border: 0px solid blue;
	border-radius: 15px;
	padding: 10px;
	background: #F79233;
	font-size: 16px; 
	font-weight: bold;
	display: inline;
}
.simpleCart_siguiente2 input[type=submit]:hover{
	color: #FFFFFF;
}

.checkout {
	margin-top: 20px;
	margin-left: 200px;
	text-align: center;
	border-collapse: collapse;
}

.checkout table{
	font-size: 8px;
    overflow: auto;
    display: table;
	border: 1px solid #F79233;
    padding: 0px 0px 0px 0px;
	border-collapse: collapse;
	width: 100%;
	min-width: 700px;
	margin: 0px;
}
.checkout th{
	font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    padding: 5px 0px 5px 10px;
    background: #F79233;
	border: 1px solid #093696;
	border-collapse: collapse;
	border-width: 0px;
}
.checkout td{
    vertical-align: middle;
	border-bottom: 1px solid #999999;
}

.item-quantity	{	width: 1%; font-size: 12px;}
.item-decrement	{	width: 2%;}
.item-increment	{	width: 2%;}
.item-clave		{	width: 10%; font-size: 12px;}
.item-conjunto	{	width: 46%; text-align: left; padding-left: 10px; font-size: 12px;}
.item-medidas	{	width: 20%; font-size: 12px;}
.item-thumb		{	width: 10%;}
.item-remove	{	width: 9%;}
.steps {border: 0px solid blue; text-align: center;}
.step1 {display: inline-block; width: 300px; height: 40px; font-size: 16px; font-weight: bold; text-align: center; padding: 9px 0 0 0; background: url('images/icons/step1.png') no-repeat; border: 0px solid red;}
.step2 {display: inline-block; position: relative; left: -10px; width: 300px; height: 40px; font-size: 16px; font-weight: bold; text-align: center; padding: 9px 0 0 0; background: url('images/icons/step1.png') no-repeat; border: 0px solid red;}
.step3 {display: inline-block; position: relative; left: -20px; width: 300px; height: 40px; font-size: 16px; font-weight: bold; text-align: center; padding: 9px 0 0 0; background: url('images/icons/step3.png') no-repeat; border: 0px solid red;}
.step1g {display: inline-block; width: 300px; height: 40px; font-size: 16px; font-weight: bold; text-align: center; padding: 9px 0 0 0; background: url('images/icons/step1g.png') no-repeat; border: 0px solid red;}
.step2g {display: inline-block; position: relative; left: -10px; width: 300px; height: 40px; font-size: 16px; font-weight: bold; text-align: center; padding: 9px 0 0 0; background: url('images/icons/step1g.png') no-repeat; border: 0px solid red;}
.step3g {display: inline-block; position: relative; left: -20px; width: 300px; height: 40px; font-size: 16px; font-weight: bold; text-align: center; padding: 9px 0 0 0; background: url('images/icons/step3g.png') no-repeat; border: 0px solid red;}



.catalogo-video {
	border: 0px solid red;
	display: inline-block;
	width: 60%;
	margin-bottom: 30px;
}
.catalogo-video-texto {
	border: 0px solid red;
	display: inline-block;
	width: 25%;
	margin-bottom: 30px;
	margin-right: 5%;
	text-align: CENTER;
	font-size: 12px;
	vertical-align: top;
}
.catalogo-video-texto IMG{
	border: 0px solid #CCCCCC;
	width: 95%;	
}
.catalogo-video-texto A{
	background-color: #EA851B;
	padding: 15px;
}
.catalogo-video-texto A:hover{
	background-color: #CCCCCC;
}
.catalogo-imagen {
	border: 0px solid red;
	display: inline-block;
	width: 16%;
	margin-bottom: 30px;
}
.catalogo-imagen IMG {
	border: 2px solid #CCCCCC;
	width: 95%;
}
.catalogo-imagen IMG:hover {
	border: 2px solid #EA851B;
}
.catalogo-texto {
	border: 0px solid red;
	display: inline-block;
	width: 25%;
	margin-bottom: 30px;
	margin-right: 5%;
	text-align: left;
	font-size: 12px;
	vertical-align: top;
}
.catalogo-texto IMG {
	width: 10%;
	vertical-align: middle;
}

.imagen-textos-generales-chi-izq { width: 20%; float: left;	margin-right: 15px; }
.imagen-textos-generales-chi-der { width: 20%; float: right;	margin-right: 15px; }
.imagen-textos-generales-med-izq { width: 30%; float: left;	margin-right: 15px; }
.imagen-textos-generales-med-der { width: 30%; float: right;	margin-right: 15px; }
.direccion { width: 30%; display: inline-block; text-align: left; padding-left: 0px; border: 0px solid red; vertical-align:top;}
.direccion IMG { width: 80%; display: inline-block; border: 0px solid blue;}

#map-canvas {
	width: 60%;
	height: 100%;
	min-height: 400px;
	display: inline-block; 
	border: 0px solid red;
}

.formato-contacto {
	border: 0px solid red;
	width: 45%;
	text-align: right;
}
.formato-contacto input[type=text]{
	border: 1px solid #CCCCCC;
	width: 65%;
}
.formato-contacto input[type=password]{
	border: 1px solid #CCCCCC;
	width: 65%;
}
.formato-contacto textarea{
	border: 1px solid #CCCCCC;
	width: 100%;
}


.formato-facturas {
	border: 0px solid red;
	width: 65%;
	min-width: 600px;
	text-align: right;
}
.formato-facturas input[type=text]{
	border: 1px solid #CCCCCC;
	width: 45%;
}
.formato-facturas textarea{
	border: 1px solid #CCCCCC;
	width: 100%;
}
.formato-facturas select{
	border: 1px solid #CCCCCC;
	width: 45.5%;
}
#formato-rfc-1 {	border: 1px solid #CCCCCC; 	width: 11%; }
#formato-rfc-2 {	border: 1px solid #CCCCCC; 	width: 19%; }
#formato-rfc-3 {	border: 1px solid #CCCCCC; 	width: 12%; }

.formato-facturas-2 {
	border: 1px solid black;
	min-width: 500px;
	text-align: right;
	border-collapse: collapse;
}
.formato-facturas-2 td{
	border: 1px solid black;
	padding-left: 20px;
}
.formato-facturas-2 th{
	border: 1px solid black;
	text-align: center;
	background-color: #EA851B;
	color: #FFFFFF;
}
.formato-facturas-2 input[type=text]{
	border: 1px solid #CCCCCC;
	width: 95%;
	background-color: #DDDDDD;
}
.formato-facturas-2 select{
	border: 1px solid #CCCCCC;
	width: 96%;
	background-color: #DDDDDD;
}



.formato-facturas-3 {
	border: 1px solid black;
	text-align: center;
	border-collapse: collapse;
}
.formato-facturas-3 th{
	border: 1px solid black;
	text-align: center;
	background-color: #EA851B;
	color: #FFFFFF;
}
.formato-facturas-3 td{
	border: 1px solid black;
}
.formato-facturas-3 input[type=text]{
	border: 0px solid #CCCCCC;
	width: 99%;
	background-color: #DDDDDD;
}





.formato-cotizacion-container {
	border: 0px solid blue;
	width: 70%;
	text-align: right;
}
.formato-cotizacion table{
	border: 0px solid red;
	width: 50%;
	text-align: right;
}
.formato-cotizacion input[type=text]{
	border: 1px solid #CCCCCC;
	width: 75%;
}
.formato-cotizacion textarea{
	border: 1px solid #CCCCCC;
	width: 100%;
	height: 80px;
}
.resultado-busqueda {
	text-align: left;
}
.resultado-busqueda A{
	color: #F79233;
}
.resultado-busqueda A:hover{
	color: #5A695A;
}



.texto-blog {
	font-size: 16px;
	line-height: 150%;
	border: 0px solid blue;
	display: block;
	text-align: justify;
	text-indent: 0px;
	padding-right: 10px;
	padding-top: 10px;
}
.texto-blog A{ color: #F79233; font-weight: bold;}
.texto-blog A:hover{ color: #5A695A;}
.texto-blog IMG{ 
	width: 80%;
	display: block;
    margin: 0 auto;
}
.texto-blog-header { 
	width: 100%;
	display: block;
    margin: 0 auto;
}









































@media screen and (min-width: 421Px) and (max-width: 960px) {
/*VERSION PARA CELULARES EN LANDSCAPE Y TABLETS*/

body { max-width: 100%; overflow-x: hidden;}
#marco-limites { width: 100%; min-width: 200px; }
#marco-logo { width: 100%; height: 90px; }
#marco-menu { width: 100%; height: 80px; }
#marco-contenido-total {	width: 100%; }
#marco-contenido-txt { width: 100%; font-size: 16px; }
#marco-contenido-img { width: 100%; }
#marco-productos { width: 100%; }
#marco-footer { width: 100%; border-radius: 0; min-width: 300px; }
#logotipo-header IMG{ height: 80px;}
#menu {
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
}
#menu ul li{ width: 25%; border: 0px solid red;}
#menu li:hover ul { display: none; }
#redondeo-primer-menu{ border-radius: 0;}
#carrito { display: none; }
#busqueda { display: none; }

#marco-breadcrumb {
	border: 0px solid green;
	text-align: left;
	padding-top: 40px;
}

.logotipo-proveedor {
	position: relative;
	width: 310px;
	float: right;
	text-align: left;
	padding-left: 30px;
} 
.logotipo-proveedor IMG{ height: 60px; } 

#foto-principal IMG{ width: 95%; }
#foto-menu IMG{ width: 21%; border-radius: 10px; border: 3px solid white; float: left; padding: 2px;}
.texto-pagina {width: 95%;}
.colores { width: 80%; }

.simpleCart_shelfItem {	width: 40%;}
#productos-menu { text-align: center; padding-top: 10px; width: 100%; }
.productos-thumb { font-size: 14px; width: 100%; border: 0px solid red;}
.item_conjunto {padding: 0px; margin: 0px; min-height: 40px;}
.item_linea { font-size: 14px; width: 100%; line-height: 20px;}
.item_descripcion { font-size: 14px; width: 100%; line-height: 20px;}
.item_medidas { font-size: 14px; width: 100%; line-height: 20px;}
.item_agregar { font-size: 14px; width: 100%; line-height: 20px;}
.item_onhover { display: none; position: relative; bottom: 110px; left: 3px; border: 0px solid blue; width: 97%; background-color: #CCCCCC; margin-bottom:-60px; }

#footer-productos { display: none; }
#footer-materiales { display: none; }
#footer-marcas { display: none; }
#footer-informacion { display: none; }
#footer-contacto { width: 65%; }
#footer-copyright { width: 100%; padding-left: 0px; margin-left: 0%; text-align: center; }
.footer-address { padding-left: 0px;}
.footer-address A{ color: #F79233; }
.footer-address A:hover{ color: #F79233; }
.footer-link { color: #FFFFFF;}
.footer-link A{ color: #F79233;}
.footer-link A:hover{ color: #F79233;}
.lineas-thumb { width: 48%; }
.lineas-thumb-2 { width: 30%; }
.lineas-division-blank { width: 13%; 	margin-left: 0px; margin-right: 0px;}

.imagen-textos-generales-chi-izq { width: 40%; }
.imagen-textos-generales-chi-der { width: 40%; }
.imagen-textos-generales-med-izq { width: 50%; }
.imagen-textos-generales-med-der { width: 50%; }
.direccion { display: block; width: 90%; padding-left: 80px; margin-bottom: 20px;}
.direccion IMG{width: 50%; }
#map-canvas {
	display: block; width: 90%; padding-left: 20px;}

.formato-contacto {
	border: 0px solid red;
	width: 100%;
	max-width: 500px;
	text-align: right;
}
.formato-contacto input[type=text]{
	border: 1px solid #CCCCCC;
	width: 50%;
}
.formato-contacto textarea{
	border: 1px solid #CCCCCC;
	width: 100%;
}	
	

.lineas-thumb-proyectos { width: 95%; margin-bottom: 10%; }
.lineas-thumb-proyectos IMG{ width: 100%;}
.lineas-thumb-proyectos:hover &gt; .descripcion-proyectos { display: none; }

	
.formato-facturas {width: 100%; min-width: 420px;}
	
.catalogo-texto IMG { width: 10%; }
	
.catalogo-video { width: 80%;	margin-bottom: 30px;}
.catalogo-video-texto { 	width: 80%;}






}
















@media screen and (min-width: 200px) and (max-width: 420px) {
/*VERSION PARA CELULARES EN PORTRAIT*/

body { max-width: 100%; overflow-x: hidden;}
h1 { font-size: 40px;}
#marco-limites { width: 100%; min-width: 200px; }
#marco-logo { width: 100%; height: 90px; }
#marco-menu { width: 100%; height: 120px; }
#marco-contenido-total {	width: 100%; }
#marco-contenido-txt { width: 100%; font-size: 16px; }
#marco-contenido-img { width: 100%; }
#marco-productos { width: 100%; }
#marco-footer { width: 100%; border-radius: 0; min-width: 300px; }
#logotipo-header IMG{ height: 80px;}
#menu {
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
}
#menu ul li{ width: 33%; border: 0px solid red;}
#menu li:hover ul { display: none; }
#redondeo-primer-menu{ border-radius: 0;}
#carrito { display: none; }
#busqueda { display: none; }
#redes-sociales { display: none; }


#marco-breadcrumb {
	border: 0px solid green;
	text-align: left;
	padding-top: 85px;
}

.logotipo-proveedor {
	position: relative;
	width: 100%;
	float: right;
	text-align: center;
	padding-left: 30px;
} 
.logotipo-proveedor IMG{ height: 60px; } 

#foto-principal IMG{ width: 95%; }
#foto-menu IMG{ width: 21%; border-radius: 10px; border: 3px solid white; float: left; padding: 2px;}
.texto-pagina {width: 95%;}
.colores { width: 80%; }

.simpleCart_shelfItem {	width: 80%;}
#productos-menu { text-align: center; padding-top: 10px; width: 100%; }
.productos-thumb { font-size: 14px; width: 100%; border: 0px solid red;}
.item_conjunto {padding: 0px; margin: 0px; min-height: 40px;}
.item_linea { font-size: 14px; width: 100%; line-height: 20px;}
.item_descripcion { font-size: 14px; width: 100%; line-height: 20px;}
.item_medidas { font-size: 14px; width: 100%; line-height: 20px;}
.item_agregar { font-size: 14px; width: 100%; line-height: 20px;}
.item_onhover { display: none; position: relative; bottom: 110px; left: 3px; border: 0px solid blue; width: 97%; background-color: #CCCCCC; margin-bottom:-60px; }

#footer-productos { display: none; }
#footer-materiales { display: none; }
#footer-marcas { display: none; }
#footer-informacion { display: none; }
#footer-contacto { width: 75%; }
#footer-copyright { width: 100%; padding-left: 0px; margin-left: 0%; text-align: center; }
.footer-address { padding-left: 0px;}
.footer-address A{ color: #F79233; }
.footer-address A:hover{ color: #F79233; }
.footer-link { color: #FFFFFF;}
.footer-link A{ color: #F79233;}
.footer-link A:hover{ color: #F79233;}
.lineas-thumb { width: 80%; }
.lineas-thumb-2 { width: 46%; }

.lineas-division-blank { width: 100%; 	margin-left: 0px; margin-right: 0px;}

.imagen-textos-generales-chi-izq { width: 40%; }
.imagen-textos-generales-chi-der { width: 40%; }
.imagen-textos-generales-med-izq { width: 50%; }
.imagen-textos-generales-med-der { width: 50%; }
.direccion { display: block; width: 90%; padding-left: 80px; margin-bottom: 20px;}
.direccion IMG{width: 50%; }
#map-canvas {
	display: block; width: 90%; padding-left: 20px;}


.imagen-textos-generales-chi-izq { width: 100%; }
.imagen-textos-generales-chi-der { width: 100%; }
.imagen-textos-generales-med-izq { width: 100%; }
.imagen-textos-generales-med-der { width: 100%; }

.formato-contacto {
	border: 0px solid red;
	width: 100%;
	text-align: right;
}
.formato-contacto input[type=text]{
	border: 1px solid #CCCCCC;
	width: 50%;
}
.formato-contacto textarea{
	border: 1px solid #CCCCCC;
	width: 100%;
}


.lineas-thumb-proyectos { width: 95%; margin-bottom: 10%; }
.lineas-thumb-proyectos IMG{ width: 100%;}
.lineas-thumb-proyectos:hover &gt; .descripcion-proyectos { display: none; }



.formato-facturas {width: 100%; min-width: 200px;}



.catalogo-imagen { width: 100%;	margin-bottom: 0px;}
.catalogo-texto { width: 90%; }
.catalogo-texto IMG { width: 10%; }

.catalogo-video {width: 90%;}
.catalogo-video-texto {
	width: 90%;
	margin-bottom: 30px;
	margin-right: 5%;
	text-align: CENTER;
	font-size: 12px;
	vertical-align: top;
}
.catalogo-video-texto IMG{
	border: 0px solid #CCCCCC;
	width: 95%;	
}


}



















</pre></body></html>