/* CSS Document */

@charset "utf-8";

/*----------------------------------------------------------------------------------------------------
	CSS para todos los navegadores
----------------------------------------------------------------------------------------------------*/
* { 
	margin: 		0; 
	padding: 		0; 
	border: 		none; 
}
body, input, select, textarea { 
	font-family:	Arial, Verdana, Helvetica, sans-serif; 
	font-size:		11px;
	line-height:15px; 
}
a img, img { 
	border:				0px; 
	text-decoration:	none;
}
li { 
	list-style:		none; 
}
div.clear { 
	clear:			both; 
}

/*----------------------------------------------------------------------------------------------------
	CSS generales
----------------------------------------------------------------------------------------------------*/
body { 
	color:			#000;
	text-align:		left;
	padding-top:	26px;
	padding-left:	11px;
}

a {
	color:			#000;
	text-decoration:none;
}
a:hover {
	color:#000000;
	text-decoration:underline;
}

.contenidor {
	margin:0px;
	text-align:		left; 
	width:			545px;
	background-color:#ffffff;
}

/*----------------------------------------------------------------------------------------------------
	Crecimiento
----------------------------------------------------------------------------------------------------*/
.crecimiento{
background:url(../img/bgblanco.gif) repeat-y 0px 0px;
}

.cos {
	padding:0px; 
	margin:0px 0px 19px 0px; 
}

/*----------------------------------------------------------------------------------------------------
	Cabecera y Menu
----------------------------------------------------------------------------------------------------*/
.cap {
	height:58px;  
	padding:0px; 
	margin:0px 0px 19px 0px; 
}

.cap .men_cap{  
	float:left; 
	margin:0px; 
}

.cap .men_cap a { color:#fff; display:block; padding:0px;}


.cap .men_cap a:hover {   }

.cap .men_cap img{float:left; display:block;}

a#lm{ float:left; display:block; width:25px; height:22px; text-indent:-9999px; background:#ffffff url(../img/menu/m.gif) left top no-repeat; margin-right:3px;}
a#lreel { float:left; display:block; width:49px; height:22px; text-indent:-9999px; background:#ffffff url(../img/menu/reel.gif) left top no-repeat; margin-right:2px;}
a#labout { float:left; display:block; width:65px; height:22px; text-indent:-9999px; background:#ffffff url(../img/menu/about.gif) left top no-repeat; margin-right:2px;}
a#lsince 	{ float:left; display:block; width:104px; height:22px; text-indent:-9999px; background:#ffffff url(../img/menu/since.gif) left top no-repeat; margin-right:2px;}
a#lcontact 	{ float:left; display:block; width:83px; height:22px; text-indent:-9999px; background:#ffffff url(../img/menu/contact.gif) left top no-repeat; margin-right:2px;}
a#lprint { float:left; display:block; width:50px; height:22px; text-indent:-9999px; background:#ffffff url(../img/menu/print.gif) left top no-repeat; margin-right:2px;}
a#lweb { float:left; display:block; width:50px; height:22px; text-indent:-9999px; background:#ffffff url(../img/menu/web.gif) left top no-repeat; margin-right:2px;}
a#lvideo { float:left; display:block; width:60px; height:22px; text-indent:-9999px; background:#ffffff url(../img/menu/video.gif) left top no-repeat; margin-right:3px;}
a#lbranding { float:left; display:block; width:93px; height:22px; text-indent:-9999px; background:#ffffff url(../img/menu/branding.gif) left top no-repeat; margin-right:2px;}
a#lpackaging { float:left; display:block; width:107px; height:22px; text-indent:-9999px; background:#ffffff url(../img/menu/pack.gif) left top no-repeat; margin-right:2px;}
a#ldirect { float:left; display:block; width:99px; height:22px; text-indent:-9999px; background:#ffffff url(../img/menu/direct.gif) left top no-repeat; margin-right:3px;}
a#lmedia { float:left; display:block; width:64px; height:22px; text-indent:-9999px; background:#ffffff url(../img/menu/media.gif) left top no-repeat; margin-right:2px;}
a#lblacklist { float:left; display:block; width:98px; height:22px; text-indent:-9999px; background:#ffffff url(../img/menu/blacklist.gif) left top no-repeat; margin-right:2px; }
a#ltrial { float:left; display:block; width:119px; height:22px; text-indent:-9999px; background:#ffffff url(../img/menu/trial.gif) left top no-repeat; margin-right:3px; }
a#lblog { float:left; display:block; width:50px; height:22px; text-indent:-9999px; background:#ffffff url(../img/menu/blog.gif) left top no-repeat; margin-right:2px; }

a#lm:hover { background:#ffffff url(../img/menu/m_ov.gif) left top no-repeat; }
a#lreel:hover { background:#ffffff url(../img/menu/reel_ov.gif) left top no-repeat; }
a#labout:hover { background:#ffffff url(../img/menu/about_ov.gif) left top no-repeat; }
a#lsince:hover { background:#ffffff url(../img/menu/since_ov.gif) left top no-repeat; }
a#lcontact:hover { background:#ffffff url(../img/menu/contact_ov.gif) left top no-repeat; }
a#lprint:hover { background:#ffffff url(../img/menu/print_ov.gif) left top no-repeat; }
a#lweb:hover { background:#ffffff url(../img/menu/web_ov.gif) left top no-repeat; }
a#lvideo:hover { background:#ffffff url(../img/menu/video_ov.gif) left top no-repeat; }
a#lbranding:hover { background:#ffffff url(../img/menu/branding_ov.gif) left top no-repeat; }
a#lpackaging:hover { background:#ffffff url(../img/menu/pack_ov.gif) left top no-repeat; }
a#ldirect:hover { background:#ffffff url(../img/menu/direct_ov.gif) left top no-repeat; }
a#lmedia:hover { background:#ffffff url(../img/menu/media_ov.gif) left top no-repeat; }
a#lblacklist:hover { background:#ffffff url(../img/menu/blacklist_ov.gif) left top no-repeat; }
a#ltrial:hover { background:#ffffff url(../img/menu/trial_ov.gif) left top no-repeat; }
a#lblog:hover { background:#ffffff url(../img/menu/blog_ov.gif) left top no-repeat; }

#lm.actiu, #lm.actiu:hover { background:#ffffff url(../img/menu/m_sel.gif) left top no-repeat; }
#lreel.actiu, #lreel.actiu:hover { background:#ffffff url(../img/menu/reel_sel.gif) left top no-repeat; }
#labout.actiu, #labout.actiu:hover { background:#ffffff url(../img/menu/about_sel.gif) left top no-repeat; }
#lsince.actiu, #lsince.actiu:hover { background:#ffffff url(../img/menu/since_sel.gif) left top no-repeat; }
#lcontact.actiu, #lcontact.actiu:hover { background:#ffffff url(../img/menu/contact_sel.gif) left top no-repeat; }
#lprint.actiu, #lprint.actiu:hover{ background:#ffffff url(../img/menu/print_sel.gif) left top no-repeat; }
#lweb.actiu, #lweb.actiu:hover{ background:#ffffff url(../img/menu/web_sel.gif) left top no-repeat; }
#lvideo.actiu, #lvideo.actiu:hover{ background:#ffffff url(../img/menu/video_sel.gif) left top no-repeat; }
#lbranding.actiu, #lbranding.actiu:hover{ background:#ffffff url(../img/menu/branding_sel.gif) left top no-repeat; }
#lpackaging.actiu, #lpackaging.actiu:hover{ background:#ffffff url(../img/menu/pack_sel.gif) left top no-repeat; }
#ldirect.actiu, #ldirect.actiu:hover{ background:#ffffff url(../img/menu/direct_sel.gif) left top no-repeat; }
#lmedia.actiu, #lmedia.actiu:hover{ background:#ffffff url(../img/menu/media_sel.gif) left top no-repeat; }
#lblacklist.actiu, #lblacklist.actiu:hover{ background:#ffffff url(../img/menu/blacklist_sel.gif) left top no-repeat; }
#ltrial.actiu, #ltrial.actiu:hover{ background:#ffffff url(../img/menu/trial_sel.gif) left top no-repeat; }
#lblog.actiu, #lblog.actiu:hover{ background:#ffffff url(../img/menu/blog_sel.gif) left top no-repeat; }


/*----------------------------------------------------------------------------------------------------
	HOME
----------------------------------------------------------------------------------------------------*/
.texto {
	border-top: dashed #000;
	border-top-width: 1px;
	border-bottom: dashed #000;
	border-bottom-width: 1px;
	width:526px;	
	padding:6px 10px 6px 3px; 
	color:#000;
	margin:0px 0px 18px 0px;
}

.pieHome{
	color: #999999;
	font-size:10px;
	line-height:14px;
	width:538px;
	text-align:right;
	padding:0px;
	margin:0px;
	font-style: italic
}



/*----------------------------------------------------------------------------------------------------
	M
----------------------------------------------------------------------------------------------------*/

.titTexto {
	width:526px;	
	color:#000;
	font-weight:bold;
	margin:0px;
	letter-spacing:0px;
	padding:0px;
	font-size:14px;
	line-height:16px;
	
}

.tit {
	width:526px;	
	color:#000;
	font-weight:bold;
	margin:5px 0px 5px 0px;
	letter-spacing:0px;
	padding:0px;
}

.listCli{
	margin:0px 0px 15px 0px;
}

ul.cli {
	padding:10px 0px 0px 0px;
	margin:0px;
}

li.cli{
	padding:0px;
	margin:0px;
}

/*----------------------------------------------------------------------------------------------------
	PRINT
----------------------------------------------------------------------------------------------------*/

.producto_item {
	padding-top:10px;
	margin:0px;
}

.texto_item {
	background: url(../img/bg_txtSeccion.gif) left top no-repeat;
	width:376px;
	padding-top:6px;
	padding-left:0px;
	padding-bottom:10px;
	margin:0px;	
	float:left;
}

.texto_item .cliente{
	font-weight:bold;
	float:left;
}

.texto_item .descripcion{
	font-weight:normal;
	font-style:italic;
	float:left;
	margin-left:5px;
}

.nav_item {
	width:162px;
	padding-top:6px;
	padding-left:0px;
	padding-bottom:10px;
	margin:0px;	
	float:left;
}

.nav_item a{
	display:block;
	background-color:#bfbfbf;
	width:8px;
	height:8px;
	margin:0px 0px 8px 8px;
	padding:0px 0px 0px 0px;
	float:right;
	font-size:7px;
	line-height:7px; 
}
.nav_item a:hover{
	background-color:#ff0000;
}

.nav_item a.on,
.nav_item a.on:hover,
.nav_item a:hover {background-color:#ff0000;}


.nav_item2 {
	width:162px;
	padding-top:6px;
	padding-left:0px;
	padding-bottom:0px;
	margin:0px;	
	float:left;
}

.nav_item2 a{
	display:block;
	background-color:#bfbfbf;
	width:8px;
	height:8px;
	margin:0px 0px 8px 8px;
	padding:0px 0px 0px 0px;
	float:right;
	text-indent:-9999px;
	font-size:7px;
	line-height:7px; 
}
.nav_item2 a:hover{
	background-color:#ff0000;
}

.nav_item2 a.on,
.nav_item2 a.on:hover,
.nav_item2 a:hover {background-color:#ff0000;}

/*SINCE 1975*/
.texto_item2 {
	background: url(../img/bg_txtSeccion.gif) left top no-repeat;
	padding-top:8px;
	padding-left:0px;
	padding-bottom:15px;
	margin:0px;	
	float:left;
}

.texto_item2 .cliente{
	font-weight:bold;
	float:left;
}

.texto_item2 .descripcion{
	font-weight:normal;
	font-style:italic;
	float:left;
	margin-left:5px;
}

/*BlackList*/

.nav_item a.linkrojo{
	background-color:#ffffff;
	width:140px;
	padding:0px;
	margin:0px;	
	text-align:right;
	text-indent:0px;
	font-size:11px;
	line-height:15px;
	color:#ff0000; 
}

.nav_item a.linkrojo:hover{
	background-color:#ffffff;
	text-decoration:underline;
}

/*Contacto*/
.dadesTrial{
	width:526px;
	padding:0px 10px 0px 0px;
	margin:0px;	
}
.dadesTrial p{
	background: url(../img/bg_txtSeccion.gif) left top no-repeat;
	padding:10px 0px 3px 0px;
}

.dadesTrial strong{
	font-size:12px;
	line-height:13px;
	font-weight:bold;
}

.formulario{
	width:330px;
	padding:10px 0px 0px 0px;
}

.formulario input{
	border-top: dotted #000;
	border-top-width: 2px;
	border-bottom: none;
	border-left: none;
	border-right: none;
	width:330px;
	padding:6px 0px 6px 0px;
}

.formulario input.ultimo{
	border-top: dotted #000;
	border-top-width: 2px;
	border-bottom: dotted #000;
	border-bottom-width: 2px;
	border-left: none;
	border-right: none;
	width:330px;
	padding:6px 0px 6px 0px;
}
.formulario input.boton{
	width:330px;
	padding:10px 0px 6px 0px;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
	text-align: right;
	background-color:#fff;
	font-size:12px;
	line-height:13px;
	font-weight:bold;
}


