@charset "utf-8";

* {
	margin:0;
	padding:0;
	outline: 0;
}

a{
	text-decoration: none;
	color: #00458A;
}

a:hover{
	text-decoration: underline;
	color: #FF0000;
}

ul{
	padding-left: 5px;
	margin-left: 15px;
	text-align: left;
}
li{
	list-style-position: outside;
	list-style-image: url(../imagenes/bulet_hover.gif);
	list-style-type: none;
	margin-bottom: 10px;
	margin-left: 15px;
}

#bg_top{
	background-image: url(../imagenes/bg02.jpg);
	background-repeat: repeat-x;
	background-position: top;
	z-index: -2;
	position: absolute;
	width: 100%;
	text-align: left;
	left: 0px;
	top: 0px;
	height: 1020px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

body  {
	padding: 0;
	text-align: center; /* esto centra el contenedor en los navegadores IE 5*. El texto se ajusta posteriormente con el valor predeterminado de alineación a la izquierda en el selector #container */
	color: #000000;
	margin-top: 24px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #666666;
	background-image: url(../imagenes/bg_main.jpg);
	background-repeat:  repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	line-height: 14px;
	scrollbar-arrow-color: #e1f1ff;
scrollbar-3dlight-color: #4F4F82;
scrollbar-darkshadow-color: #4F4F82;
scrollbar-face-color: #5190c5;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #d0d0d0;
scrollbar-track-color: #e1f1ff;
    }
	
	
	img{border:0;}
	
    .twoColFixLtHdr #container {
	width: 990px;
	text-align: left; /* esto anula text-align: center en el elemento body. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
    } 
	
	.twoColFixLtHdr #menuHorizontal{
	position: absolute;
	z-index:5;
	width: 882px;
	height: 53px;
	margin-top: 120px;
	margin-left: 54px;
	padding-right: 19px;
	padding-left: 19px;
	background-image: url(../imagenes/menu_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-bottom: 0px;
}

.twoColFixLtHdr #menuHorizontal a{
	display: inline-block;
	padding-top: 19px;
	padding-right: 27px;
	padding-bottom: 17px;
	padding-left: 27px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 16px;
	margin: 0px;
	background-image: url(../imagenes/menu_separador.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-variant: normal;
	font-style: italic;
	text-transform: capitalize;
	text-decoration: none;
}

.twoColFixLtHdr #menuHorizontal a:link{

}

.twoColFixLtHdr #menuHorizontal a:visited{

}

.twoColFixLtHdr #menuHorizontal a:hover{
	background-image: url(../imagenes/menu_bg_hover.gif);
	background-repeat:  no-repeat;
	background-position: left top;
}


#bgmenuIzq{
	background-image: url(../imagenes/menu_bg_left.gif);
	width: 19px;
	background-repeat: no-repeat;
	background-position: left;
	height: 53px;
	float: left;
}
#bgmenuDer{
	background-image: url(../imagenes/menu_bg_right.gif);
	width: 18px;
	height: 53px;
	background-repeat: no-repeat;
	background-position: right;
	float: right;
}


.menuSeparador{
	background-image: url(../imagenes/menu_separador.gif);
	width: 1px;
	background-repeat: no-repeat;
	background-position: top;
	height: 53px;
	display: inline-block;
}
	
	.twoColFixLtHdr #bgBlanco{
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #b8b8b8;
	border-left-color: #b8b8b8;
	padding-bottom: 6px;
}
	
	
    .twoColFixLtHdr #header {
	background-color: #FFFFFF;
	background-image: url(../imagenes/borde_top.gif);
	background-repeat: no-repeat;
	height: 13px;
	padding-top: 0;
	padding-bottom: 0;
    } 
    .twoColFixLtHdr #header h1 {
    	margin: 0; /* el ajuste en cero del margen del último elemento del div de #header evita la contracción del margen (un espacio inexplicable entre divs). Si el div tiene un borde alrededor, esto no es necesario, ya que también evita la contracción del margen */
    	padding: 10px 0; /* el uso de relleno en lugar de margen le permitirá mantener el elemento alejado de los bordes del div */
    }
	
	.twoColFixLtHdr #header01{
	background-image: url(../imagenes/bg_top01.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 1px;
	padding-bottom: 16px;
	padding-left: 55px;
    } 
	
	.twoColFixLtHdr #header02{
	margin-bottom: 12px;
    } 
	
    .twoColFixLtHdr #sidebar1 {
	float: left; /* dado que este elemento es flotante, debe asignarse un ancho */
	width: 187px; /* el ancho real de este div, en navegadores que cumplen los estándares, o el modo de estándares de Internet Explorer, incluirá el relleno y el borde además del ancho */
    }
	
	 .twoColFixLtHdr #espacio15Lados {
	margin-right: 15px;
	margin-left: 15px;
    }
	
	#menuCategoria{}
	
	#menuTop{
	background-image: url(../imagenes/catego01.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 44px;
	padding-top: 15px;
	padding-left: 10px;
}
	#menuContent{
	background-color: #E2EDB4;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(../imagenes/bg_catego01.gif);
	background-repeat: repeat-y;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}

#menuContent a{
	color: #005AAB;
	font-weight: bold;
	display: block;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 14px;
	padding-top: 5px;
	padding-bottom: 4px;
		border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background-image: url(../imagenes/bulet01.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	line-height: 11px;
}

#menuContent a:hover{
	display: block;
	background-repeat: no-repeat;
	background-position: 5px center;
	background-color: #F0F6D8;
	color: #FF0000;
	background-image: url(../imagenes/bulet_hover.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	text-decoration: underline;
}
	#menuFeet{
	background-image: url(../imagenes/feet_catego01.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 14px;
}

    .twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-left: 208px;
    } 
	
	#bannerUno{
	width: 239px;
	float: left;
}
	#bannerDos{
	width: 239px;
	margin-right: auto;
	margin-left: auto;
}
	#bannerTres{
	width: 239px;
	float: right;
}

#bannerCategoria{
}
	
	#box01{
	width: 747px;
}

#box02{
	width: 747px;
}
	
	#boxTop{
	background-image: url(../imagenes/box_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 13px;
}
    #boxContent{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #c5c5c5;
	border-left-color: #c5c5c5;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 11px;
	padding-bottom: 11px;
}
    #boxFeet{
	background-image: url(../imagenes/box_feet.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 13px;
}
	
    .twoColFixLtHdr #footer {
	background-image: url(../imagenes/borde_feet.gif);
	background-repeat: no-repeat;
	height: 13px;
	padding-top: 0;
	padding-bottom: 0;
    } 
    .twoColFixLtHdr #footer p {
    	margin: 0; /* el ajuste en cero de los márgenes del primer elemento del pie evitará que puedan contraerse los márgenes (un espacio entre divs) */
    	padding: 10px 0; /* el relleno de este elemento creará espacio, de la misma forma que lo haría el margen, sin el problema de la contracción de márgenes */
    }
	
	    .twoColFixLtHdr #footer01 {
	margin-bottom: 10px;
	padding-top: 10px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 16px;
	padding-left: 16px;
    }
	
	    .twoColFixLtHdr #footer01 span{
	text-align: right;
	display: inline-block;
	width: 580px;
    }
	
	.twoColFixLtHdr #footer01 a{
	color: #FFFFFF;
	text-decoration: none;
    }
	
	.twoColFixLtHdr #footer01 a:hover{
	color: #FFFFFF;
	text-decoration: underline;
    }
	
	
    .fltrt { /* esta clase puede utilizarse para que un elemento flote en la parte derecha de la página. El elemento flotante debe preceder al elemento junto al que debe aparecer en la página. */
    	float: right;
    	margin-left: 8px;
    }
    .fltlft { /* esta clase puede utilizarse para que un elemento flote en la parte izquierda de la página. */
    	float: left;
    	margin-right: 8px;
    }
    .clearfloat { /* esta clase debe colocarse en un elemento div o break y debe ser el último elemento antes del cierre de un contenedor que incluya completamente a un elemento flotante */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }
	
	/*ESTILOS*/
	.abajo14{
	margin-bottom: 14px;
}
	
	.abajo15{
	margin-bottom: 15px;
}
	
	.abajo25{
	margin-bottom: 25px;
}

.barra01{
	overflow: auto;
	height: 465px;
	font-size: 12px;
	line-height: 18px;
}

/*ESTILOS CATALOGO*/

#tituloCategoria{
	height: 45px;
	text-align: left;
	margin-left: 20px;
}

#tituloCategoria img{
	vertical-align: bottom;
}


#tituloCategoria span{
	color: #ec7611;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #ec7611;
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 8px;
	line-height: 22px;
}

#box02{
	width: 747px;
}
	
	#boxTop02{
	background-image: url(../imagenes/box_catalogo.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 13px;
	padding-right: 13px;
	padding-left: 13px;
	height: 526px;
}

    #boxFeet02{
	background-image: url(../imagenes/box_catalogo_feet.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 13px;
}

#modeloProducto{
	float: left;
	width: 145px;
	overflow: auto;
	height: 526px;
	text-align: left;
}

#modeloProducto div{
	width: 117px;
	margin-bottom: 4px;
}

#modeloProducto div a img{
	border: 1px solid #48abff;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}

#modeloProducto div a:hover img{
	border: 1px solid #5190c5;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}


#modeloDetalle{
	margin-left: 157px;
	margin-top: 0px;
}

#fotoGrande{
	width: 347px;
	padding-top: 27px;
}

.negritaAcero18{
	font-size: 18px;
	font-weight: bold;
	color: #5190c5;
	font-family: Arial, Helvetica, sans-serif;
}

#tituloModelo{
	margin-bottom: 19px;
}

#textoProducto{
	float: right;
	overflow: auto;
	height: 526px;
	width: 200px;
}

#modeloImagen img{
	border: 1px solid #bee1ff;
}

.abajo19{
	margin-right: 17px;
	margin-bottom: 19px;
}

.negritaAbajo10{
	font-weight: bold;
	margin-bottom: 5px;
}


/*BLOQUES*/

.bloqueRubros{
	margin-bottom: 14px;
}

.bloqueRubros2{
}
.bloque01{
	background-image: url(../imagenes/head_block_01.gif);
	background-repeat: no-repeat;
	height: 13px;
}
.bloque02{
	background-color: #F6FBFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C5C5C5;
	border-left-color: #C5C5C5;
	padding-top: 8px;
	padding-right: 14px;
	padding-left: 13px;
}

.bloque03{
	background-image: url(../imagenes/feed_block_01.gif);
	background-repeat: no-repeat;
	height: 13px;
}

.tituloBox{
	vertical-align: top;
	height: 36px;
}

a.tituloEnlace01 {
	background-image: url(../imagenes/title_digital.gif);
	background-repeat: no-repeat;
	display: block;
	height: 21px;
	background-position: left bottom;
}

a.tituloEnlace01:hover{
	background-position: left top;
}

a.tituloEnlace02 {
	background-image: url(../imagenes/title_offset.gif);
	background-repeat: no-repeat;
	display: block;
	height: 21px;
	background-position: left bottom;
}

a.tituloEnlace02:hover{
	background-position: left top;
}

a.tituloEnlace03 {
	background-image: url(../imagenes/title_grafico.gif);
	background-repeat: no-repeat;
	display: block;
	height: 21px;
	background-position: left bottom;
}

a.tituloEnlace03:hover{
	background-position: left top;
}

a.tituloEnlace04 {
	background-image: url(../imagenes/title_preprensa.gif);
	background-repeat: no-repeat;
	display: block;
	height: 21px;
	background-position: left bottom;
}

a.tituloEnlace04:hover{
	background-position: left 3px;
}

a.tituloEnlace05 {
	background-image: url(../imagenes/title_postprensa.gif);
	background-repeat: no-repeat;
	display: block;
	height: 21px;
	background-position: left bottom;
}

a.tituloEnlace05:hover{
	background-position: left 3px;
}

a.tituloEnlace06 {
	background-image: url(../imagenes/title_gigantografias.gif);
	background-repeat: no-repeat;
	display: block;
	height: 21px;
	background-position: left bottom;
}

a.tituloEnlace06:hover{
	background-position: left 3px;
}

a.tituloEnlace07 {
	background-image: url(../imagenes/title_productos.gif);
	background-repeat: no-repeat;
	display: block;
	height: 21px;
	background-position: left bottom;
}

a.tituloEnlace07:hover{
	background-position: left 3px;
}

a.tituloEnlace08 {
	background-image: url(../imagenes/title_display.gif);
	background-repeat: no-repeat;
	display: block;
	height: 21px;
	background-position: left bottom;
}

a.tituloEnlace08:hover{
	background-position: left top;
}

a.tituloEnlace09 {
	background-image: url(../imagenes/title_merchandising.gif);
	background-repeat: no-repeat;
	display: block;
	height: 21px;
	background-position: left bottom;
}

a.tituloEnlace09:hover{
	background-position: left 3px;
}





.fotoBox{
	margin-bottom: 14px;
}

.fotoBox img{
	padding: 2px;
	border: 1px solid #E0E4E8;
	background-color: #FFFFFF;
}

#datosContacto{
	background-image: url(../imagenes/box_ventas.gif);
	background-repeat: no-repeat;
	padding-top: 130px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 14px;
	font-weight: bold;
	color: #005AAB;
	line-height: 17px;
}

/*MENU DESPLEGABLE*/

.trigger {
	position: relative;
	z-index: 2;
	cursor: pointer;
}

.menuDatos{
z-index: 2;
	overflow: hidden;
	visibility: hidden;
	margin: 0px;
	position: absolute;
	filter:alpha(opacity=80);
    -moz-opacity:0.8;
	opacity:0.8;
	width: 187px;
}

.menu {
	font-weight: bold;
	text-align: left;
	background-image: url(../imagenes/bg_catego01.gif);
	background-repeat: repeat-y;
}

.menu a{
	display: block;
	text-decoration: none;
	color: #00458A;
	font-size: 11px;
	line-height: 11px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 14px;
	background-image: url(../imagenes/bulet01.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	line-height: 11px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-right: 3px;
	margin-left: 3px;
}

.menu a:hover{
	display: block;
	text-decoration: underline;
	color: #FF0000;
	background-color: #FFFFFF;
	background-image: url(../imagenes/bulet_hover.gif);
}

/*xxx*/

.tituloPagina01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #00458A;
	line-height: 22px;
	font-variant: normal;
	font-style: italic;
	text-transform: capitalize;
	margin-bottom: 15px;
}

.tituloPagina02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #F45151;
	line-height: 16px;
	font-variant: normal;
	font-style: italic;
	text-transform: capitalize;
	margin-bottom: 15px;
}

.colUno{
	margin-right: 280px;
	text-align: justify;
}

.colUno strong{
color: #00458A;
	
}

.colUno em{
	color: #F45151;
	font-weight: 800;
}


.colDos{
	float: right;
	margin-right: 10px;
}

.colDos img{
	padding: 2px;
	border: 1px solid #E0E4E8;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	display: block;
}

.nomostrar{
	display: none;
}

#contactform{
	width: 400px;
	font-size: small;
	color: #666666;
}

#contactform div{
	margin-bottom: 4px;
}