@charset "utf-8";
/*
------------------------------------------------------------------  
 [Home Stylesheet]  
	 
 Project:    		Sibo Avance
 Version:    		1.0 
 Last change:   	07/04/2009
 Autor: 			INQBO

 [Colores]
 #2d8ba9: Azul aguamarina del menu
 #53a1b8: Azul pastel de links
 #1d82a2: Azul de fondo de productos
 #bee3fa: Azul claro de fuente de productos
 #ffdb71: Amarillo
 #bababa: Gris claro
 #ffd762: Naranja
 
 [Contenido]
 1. General
 2. Banner
 3. Productos
 4. Franja de clientes
 5. Carrusel de productos
-------------------------------------------------------------------
*/ 

/* 
------------------------------------------------------------------  
 1. [General]
------------------------------------------------------------------  
*/

body{
	font-family: Tahoma, Arial, Verdana;
	margin: 0px;
}

/* 
------------------------------------------------------------------  
 2. [Banner]
------------------------------------------------------------------  
*/
#banner{
	width: 960px;
	height: 260px;
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
#banner_izq{
	width: 20px;
	height: 266px;
	background: url(../imagenes/portal/bg_banner_izq.png);
	float: left;
}
#content_banner{
	width: 920px;
	height: 266px;
	float: left;
	background: #fff;
	
}

#content_banner .info{
	width: 730px;
	height: 200px;
	float: left;
}
#content_banner .info .imagen{
	height: 196px;
	padding: 20px 0px 0px 0px;
}
#content_banner .info .enlace{
	width: 705px;
	height: 50px;
	text-align: right;
	padding-right: 15px;
	color: #53a1b8;
	vertical-align: center;
}
#content_banner .info .enlace .texto{
	width: 650px;
	height: 38px;
	padding: 12px 0px 0px 0px;
	float: left;
}
#content_banner .info .enlace .imagen_enlace{
	width: 45px;
	height: 50px;
	padding-right: 10px;
	float: left;
}
#content_banner .info .enlace .texto a, a:link, a:visited{
	color: #53a1b8;
	font-weight: bold;
	text-decoration: underline;
	font-size: 11px;
}
#content_banner .info .enlace .texto  a:hover{
	text-decoration: none;
}
#content_banner .icono{
	width: 190px;
	float: left;
	/*position: absolute;
	top: 95px;
	left: 920px;*/
	
	position: relative;
	margin-top: -38px;
	margin-left: -15px;
	
}
#banner_der{
	width: 20px;
	height: 266px;
	background: url(../imagenes/portal/bg_banner_der.png);
	float: left;
}

/* 
------------------------------------------------------------------  
 3. [Productos]
------------------------------------------------------------------  
*/
#productos{
	height: 241px;
	background: #1d82a2 url(../imagenes/portal/bg_patron_productos.png) repeat-x;
}
#wrapper_productos{
	background: url(../imagenes/portal/bg_productos.png) top no-repeat;
	width: 1020px;
	height: 241px;
	padding: 0px 113px;
	margin: auto;
}
#wrapper_productos .cinta{
	width: 135px;
	height: 92px;
	float: left;
	position: absolute;
	top: 460px;
	padding-left: 10px;
	z-index: 4;
}
#carrusel_productos{
	color: #bee3fa;
	z-index: 3;
}
#carrusel_productos .imagen{
	background: url(../imagenes/portal/bg_img_producto.png) top no-repeat;
	width: 241px;
	height: 98px;
}
#carrusel_productos .imagen img{
	border: 7px #fff solid;
}
#carrusel_productos .titulo{
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	padding-bottom: 3px;
}
#carrusel_productos .descripcion{
	height: 45px;
	font-size: 12px;
	text-align: left;
	padding-bottom: 3px;
}
#carrusel_productos .enlace .texto{
	width: 160px;
	height: 36px;
	text-align: right;
	float: left;
	padding: 12px 5px 0px 0px;
}
#carrusel_productos .enlace .texto a, a:link, a:visited{
	color: #ffdb71;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
#carrusel_productos .enlace .texto  a:hover{
	color: #ffdb71;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#carrusel_productos .enlace .imagen_enlace{
	float: left;
	width: 48px;
	height: 50px;
}
#carrusel_productos .wrapper_info_producto{
	width: 216px;
	margin: auto;
}
/* 
------------------------------------------------------------------  
 4. [Franja de clientes]
------------------------------------------------------------------  
*/
#franja_clientes{
	/*background: #7c7c7c url(../imagenes/portal/bg_franja_clientes.png) top repeat-x;*/
	background: #1d82a2 url(../imagenes/portal/bg_patron_productos.png) repeat-x;
	width: 100%;
	height: 32px;	
}
#wrapper_clientes{
	width: 930px;
	margin: auto;
}
#wrapper_clientes .titulo{
	float: left;
	width: 145px;
	color: #bee3fa;
	text-transform: uppercase;
	text-decoration: underline;
	font-size: 14px;
	padding-top: 7px;
}
#wrapper_clientes .lista{
	float: left;
	width: 780px;
	color: #fff;
	font-weight: normal;
	font-size: 11px;
}
ul.marquee {
	display: block;
	padding-top: 10px;
	margin: 0;
	list-style: none;
	line-height: 1;
	position: relative;
	overflow: hidden;
	width: 780px;
	height: 22px;
}

ul.marquee li {
	position: absolute;
	left: 0;
	display: block;
	white-space: nowrap;
	padding-top: 9px;
}
ul.marquee img{
	padding: 0 3px;	
}

/* 
------------------------------------------------------------------  
 5. [Carrusel de productos]
------------------------------------------------------------------  
*/
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
	
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style-type: none;
    width: 75px;
    height: 75px;
}

.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}
.jcarousel-skin-tango .jcarousel-container {
    -moz-border-radius: 10px;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 880px;
	padding: 20px 0px 20px 130px;
}


.jcarousel-skin-tango .jcarousel-clip-horizontal {
	width:  810px;
    height: 210px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 260px;
    height: 210px;
	background: url(../imagenes/portal/img_separador.png) right no-repeat;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 10px;
}
.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 90px;
    right: 5px;
    width: 32px;
    height: 61px;
    cursor: pointer;
    background: transparent url(../imagenes/portal/img_arrow_der.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background: transparent url(../imagenes/portal/img_arrow_der_roll.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background: transparent url(../imagenes/portal/img_arrow_der_roll.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 90px;
    left: 5px;
    width: 32px;
    height: 61px;
    cursor: pointer;
    background: transparent url(../imagenes/portal/img_arrow_izq.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background: transparent url(../imagenes/portal/img_arrow_izq_roll.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background: transparent url(../imagenes/portal/img_arrow_izq_roll.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background: transparent url(../imagenes/portal/img_arrow_izq_roll.png) no-repeat 0 0;
}