/* GENERAL */

body{
	font-family: Helveticac, Arial, Verdana;
	font-size: 12px;
}

.clear{
	clear: both;
}

a{
	color: #000000;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

h3{
	font-size: 12px;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
}

ul{
	margin: 0px 0px 10px 0px;
}

ul li{
	margin: 0px 0px 0px 15px;
}

#contenedor{
	margin: 0px auto;
	padding: 0px;
	width: 960px;
	border-top: none;
	z-index:5;
}

/* ENCABEZADO INICIO */

#seccion-encabezado-inicio{
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 960px;
	height: 260px;
	overflow: hidden;
	/*background-color: #dcddde;
	background:url(../img/top-inicio.jpg);
	*/
	background:url(../img/banner-encabezado.jpg) no-repeat bottom;
	background-color:#CCC;
}
.top-inicio{
	background:url(../img/top-front.png) no-repeat !important;
	background:none;
	width:960px;
	height:260px;
	overflow:hidden;
}

/*#seccion-encabezado-inicio .ale.logo{*/
.top-inicio .logo{
	float: left;
	position: relative;
	top: 10px;
	left: 18px;
	z-index: 2;
}

/*#seccion-encabezado-inicio .ale.logo a{*/
.top-inicio .logo a{
	width: 225px;
	height: 61px;
	overflow: hidden;
	display: block;
	background-image: url(../img/v1/logo-cromosol-grande.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -100em;
}

#seccion-encabezado-inicio .slogan{
	float: right;
	position: relative;
	top: 15px;
	right: 45px;
}

#seccion-encabezado-inicio .slogan h2{
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}

#seccion-encabezado-inicio .banner{
	position: absolute;
	float: left;
	bottom: 0px;
	left: 0px;
	width: 960px;
	height: 210px;
	overflow: hidden;
	background-color: #666666;
}

#seccion-encabezado-inicio .banner-fix{
	float: left;
	position: absolute;
	top: 49px;
	width: 465px;
	height: 211px;
	overflow: hidden;
	background-image: url(../img/v1/banner-fix.png);
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -100em;
	z-index: 1;
}

/* ENCABEZADO */

#seccion-encabezado,
#seccion-encabezado-registrado{
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 960px;
	height: 192px;
	overflow: hidden;
	/*background-color: #dcddde;
	background:url(../img/top-register.jpg);*/
	background:url(../img/banner-encabezado.jpg) no-repeat top;
	background-color:#CCC;
}

.top-reg{
	background:url(../img/top-front-reg.png) no-repeat !important;
	background:none;
	width:960px;
	height:260px;
	overflow:hidden;
}

.top-reg .logo{
	float: left;
	position: relative;
	top: 10px;
	left: 18px;
	z-index: 2;
}

.top-reg .logo a{
	width: 170px;
	height: 51px;
	overflow: hidden;
	display: block;
	background-image: url(../img/v1/logo-cromosol.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -100em;
}

#seccion-encabezado .slogan,
#seccion-encabezado-registrado .slogan{
	display: none;
}

#seccion-encabezado .banner,
#seccion-encabezado-registrado .banner{
	position: absolute;
	float: left;
	bottom: 0px;
	left: 0px;
	width: 960px;
	height: 185px;
	overflow: hidden;
	background-color: #666666;
}

#seccion-encabezado .banner-fix,
#seccion-encabezado-registrado .banner-fix{
	float: left;
	position: absolute;
	top: 5px;
	width: 465px;
	height: 211px;
	overflow: hidden;
	background-image: url(../img/v1/banner-fix-gris.png);
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -100em;
	z-index: 1;
}

/* ENCABEZADO REGISTRADO */

#seccion-encabezado-registrado{
	background-color: #ED1C24;	
}

#seccion-encabezado-registrado .logo a{
	width: 83px;
	height: 101px;
	overflow: hidden;
	display: block;
	background-image: url(../img/v1/logo-cromosol-rojo.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -100em;
}

#seccion-encabezado-registrado .banner-fix{
	background-image: url(../img/v1/banner-fix-rojo.png);
}

/* MENU PRINCIPAL */

#seccion-menu{
	float: left;
	position: relative;
	top: 0px;
	width: 215px;
}

ul#menu-principal{
	margin: 0px 0px 0px 5px;
	padding: 7px 0px 35px 0px;
	width: 173px;
	background: #D8DAD9 url(../img/v1/bg-menu-principal.jpg) bottom left no-repeat;
}

ul#menu-principal li{
	list-style: none;
	margin: 0px;

}

ul#menu-principal li span{
	padding-left: 20px;
}

ul#menu-principal li a{
	height: 20px;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
}

ul#menu-principal li a:hover{
	text-decoration: none;
	background: transparent url(../img/v1/btn-menu-principal.jpg) top left no-repeat;
}

ul#menu-principal li a:hover span{
	padding-left: 30px;
}

ul#menu-principal li a.active{
	text-decoration: none;
	background: transparent url(../img/v1/btn-menu-principal.jpg) top left no-repeat;
	cursor: inherit;
}

ul#menu-principal li a.active span{
	padding-left: 30px;
}

ul#banners-lateral{
	margin: 0px 0px 10px 5px;
	padding: 0px 0px 10px 0px;
	width: 173px;
	background: #D8DAD9 url(../img/v1/bg-banners-lateral.jpg) bottom left no-repeat;
}

ul#banners-lateral li{
	list-style: none;
	margin: 0px 0px 0px 13px;
}

ul#banners-extra{
	margin: 0px 0px 10px 5px;
	padding: 0px 0px 7px 0px;
	width: 173px;
}

ul#banners-extra li{
	list-style: none;
	margin: 0px 0px 5px 13px;
}

/* CONTENIDO */

#seccion-contenido{
	float: left;
	position: relative;
	top: 0px;
	width: 700px;
}

.sub-menu{
	height: 40px;
}

ul#banners-pie li{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

form#acceso-clientes{
	width: 350px;
	color: #FFFFFF;
	background: #9d9fa2 url(../img/v1/bg-acceso-clientes.jpg) bottom left no-repeat;
	height: 25px;
}

#acceso-clientes div{
	float: left;
	padding-top: 3px;
}

#acceso-clientes label{
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 10px;
	font-size: 10px;
}

#acceso-clientes input{
	width: 84px;
	font-size: 10px;
	font-family: Helveticac, Arial, Verdana;
	background-color: #FFFFFF;
	border: none;
}

#acceso-clientes input.submit{
	width: 65px;
	background: transparent;
	font-size: 10px;
	font-family: Helveticac, Arial, Verdana;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
	margin: 1px 0px 0px 5px;
	cursor: pointer;
}

ul#sub-navegation{
	float: right;
	position: absolute;
	width: 300px;
	top: 0px;
	left: 400px;
	margin: 0px;
	padding: 0px;
}

ul#sub-navegation li{
	float: left;
	display: inline;
	list-style: none;
	margin: 0px;
	margin-right: 10px;
	padding: 0px;
}

ul#sub-navegation li a{
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	padding: 4px 0px 5px 10px;
	margin: 0px;
	font-size: 10px;
	color: #333333;
	background: transparent url(../img/v1/btn-submenu-left.jpg) bottom left no-repeat;
}

ul#sub-navegation li a:hover{
	text-decoration: none;
	color: #FFFFFF;
}

ul#sub-navegation li a span{
	padding: 5px 10px 6px 0px;
	background: transparent url(../img/v1/btn-submenu-right.jpg) bottom right no-repeat;
}

ul#sub-navegation li.gohome{
	position: absolute;
	float: right;
	right: 0px;
	top: 0px;
	margin: 0px;
}

ul#sub-navegation li.gohome a{
	padding: 4px 0px 5px 25px;
	color: #FFFFFF;
	background: transparent url(../img/v1/btn-submenu-homeleft.jpg) bottom left no-repeat;
}

ul#sub-navegation li.gohome a span{
	background: transparent url(../img/v1/btn-submenu-homeright.jpg) bottom right no-repeat;
}


/* DESARROLLO DE LAS SECCIONES */

.desarrollo{
	margin: 20px 0px 25px 0px;
}

/* HOME */

.home-banner{
	float: left;
	width: 233px;
	height: 300px;
	overflow: hidden;
}

/* QUIENES SOMOS, HISTORIA */

.col-contenido{
	float: left;
	margin: 0px 30px 5px 0px;
	width: 400px;
}

.col-foto{
	float: left;
	width: 270px;
}

/* PRODUCTOS ALE --------------------------------------------*/
.desarrollo-productos{
	text-align:center;
}
.desarrollo-productos div{
	 margin-bottom:5px;
	 margin-right:15px;
}
.desarrollo-productos .desarrollo-titulo{
	float:left;
	margin-right:20px;
}
.desarrollo-productos .desarrollo-select{
	float:left;
	width:120px;
}
.desarrollo-select input,
.desarrollo-select select{
	width:140px;
}
/*FIN PRODUCTOS ALE --------------------------------------------*/

#productos-buscador{
	margin-top: 10px;
	height: 80px;
}

#productos-buscador div{
	float: left;
	width: 260px;
	margin-bottom: 5px;
	height: 25px;
}

#productos-buscador div.buscar{
	width: 100px;
}

#productos-buscador label{
	width: 70px;
	text-align: right;
	padding-right: 10px;
	float: left;
}

#productos-buscador input,
#productos-buscador select{
	width: 140px;
}

#productos-buscador .submit{
	width: auto;
	border: auto;
	cursor: pointer;
}

#productos-listado {
	clear: both;
	width: 700px;
	padding: 0px;
	margin: 0px;
	margin-top: 50px;
}

caption {
	display: none;
	padding: 0px 0px 5px 0px;
	width: 700px;	 
	text-align: right;
}

th {
	padding: 8px 6px 10px 6px;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
}

td {
	padding: 6px 6px 16px 6px;
}

tr {
	/*
	background-image: url(../img/v1/bg-tr.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	*/
}

tr.encabezado {
	/*
	background-image: url(../img/v1/bg-tr-encabezado.gif);
	background-position: top left;
	background-repeat: no-repeat;
	*/
}

#productos-listado input {
	width: 50px;
}

#productos-listado a.foto {
	width: 26px;
	height: 20px;
	overflow: hidden;
	display: block;
	background-image: url(../img/v1/btn-foto.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -100em;
}

.btn-left{
	margin-top: 15px;
	float: left;
	width: 200px;
}

.btn-right{
	margin-top: 15px;
	float: right;
	width: 200px;
}

a.boton{
	background-image: url(../img/v1/btn-base.gif);
	background-position: top right;
	background-repeat: no-repeat;
	color:#333333;
	font-weight:bold;
	margin:0;
	padding:7px 0 8px 0px;
	text-decoration:none;
}

a:hover.boton{
	color:#ED1C24;
}

a.boton span {
	background-position: top left;
	background-repeat: no-repeat;
	padding: 7px 15px 8px 50px;
}

a.guardar span{
	background-image: url(../img/v1/btn-guardar.gif);
}

a.pedido span{
	background-image: url(../img/v1/btn-pedido.gif);
}

.botones{
	float:right;
	/*border:1px solid #000000;*/
	text-align:center;
	height:27px;
	padding-left:50px;
}
.btn-ofertas{
	background-image:url(../img/v1/btn-ofertas.gif);
	width:99px;
	height:19px;
	font-weight:bold;
	float:left;
}
.botones div{
	width:120px;
	background:url(../img/v1/btn-base.gif) repeat-x;
	background-position:right top;
	_background-position:right;
	height:27px;
	padding-top:5px;
	_padding-top:8px;
	padding-right:12px;
}
.botones div a:hover{
	color:#FF0000;
	cursor:pointer;
}

.pedido{background:url(../img/v1/btn-pedido.gif) no-repeat left;}
.guardar{background:url(../img/v1/btn-guardar.gif) no-repeat left;}
.detalle{background:url(../img/v1/btn-pedido.gif) no-repeat left;}

a.mapa span{
	background-image: url(../img/v1/btn-mapa.gif);
}

a.pdf span{
	background-image: url(../img/v1/btn-pdf.gif);
}

/* PEDIDOS */

#productos-pedidos{
	margin-top: -20px;
}

#productos-pedidos .datos{
	height: 130px;
	margin: 20px 0px 10px 0px;
}

#productos-pedidos .datos div{
	float: left;
	width: 330px;
	margin-bottom: 5px;
	height: 25px;
}

#productos-pedidos .datos label{
	width: 100px;
	text-align: right;
	padding-right: 10px;
	float: left;
}

#productos-pedidos .datos input{
	width: 140px;
}

#productos-pedidos .observaciones textarea{
	width: 300px;
	height: 180px;
}

#productos-pedidos .submit{
	width: auto;
	border: auto;
	cursor: pointer;
}

#productos-mail{
	margin-top: -20px;
	width: 700px;
}

#productos-mail .datos{
	height: 130px;
	margin: 20px 0px 10px 0px;
}

#productos-mail .datos div{
	float: left;
	width: 330px;
	margin-bottom: 5px;
	height: 25px;
}

#productos-mail .datos label{
	width: 100px;
	text-align: right;
	padding-right: 10px;
	float: left;
}

#productos-mail .datos input{
	width: 140px;
}

#productos-mail .observaciones textarea{
	width: 300px;
	height: 180px;
}

#productos-mail .submit{
	width: auto;
	border: auto;
	cursor: pointer;
}

.totales{
	margin-top: 40px;
}

.totales span{
	width: 100px;
	height: 20px;
	float: left;
	color: #666666;
}

.totales p{
	margin: 5px;
}


/* SERVICIOS, CONTACTO */

.col1{
	float: left;
	margin: 0px 40px 0px 0px;
	width: 330px;
}

.col1-sla{
	float: left;
	margin: 0px 40px 0px 0px;
	width: 500px;
}

.observaciones{
	margin-top: 20px;
	margin-bottom: 20px;
}

.col2{
	float: left;
	width: 330px;
}

h4{
	color: #0071BC;
	border-bottom: 1px solid #0071BC;
	font-size: 14px;
	margin: 0px 0px 10px 0px;
}

h5{
	color: #ED1C24;
	border-bottom: 1px solid #ED1C24;
	font-size: 14px;
	margin: 0px 0px 10px 0px;
}

/* ENVIAR CV */

#enviar div{
	margin-bottom: 5px;
}

#enviar label{
	width: 70px;
	text-align: right;
	padding-right: 10px;
	float: left;
}

#enviar .submit{
	cursor: pointer;
	margin-left: 80px;
}


/* PIE */

#seccion-pie{
	width:960px;
	clear: both;
	margin:0 auto;
	padding: 10px 0px 0px 0px;
	background-image: url(../img/v1/bg-seccion-pie.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
	text-align:center;
	color: #666666;
	height: 25px;
}

#seccion-pie p{
	margin: 0px;
	padding: 5px;
	color: #666666;
}

/* OFERTAS */
.oferta{
	position: relative;
	float: left;
	width: 222px;
	height: 194px;
	overflow: hidden;
	text-align: center;
	background-image: url(../img/v1/bg-ofertas.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0px 11px 15px 0px;
}

.oferta h6{
	font-size: 16px;
	margin: 10px;
	padding: 0px;
}

.oferta .btn-vermas{
	float: right;
	position: absolute;
	bottom: 2px;
	right: 8px;
	font-weight: bold;
}

.oferta .btn-comprar{
	float: right;
	bottom: 2px;
	right: 8px;
	font-weight: bold;
}

.texto {
	font-family: Helveticac, Arial, Verdana;
	font-size: 9px; 
	font-weight: normal; 
	color: #000000
}

.catalogPop{ height:400px; width:400px; background-color:#FFF; position:fixed; _position:absolute; z-index:9999; top:100px; left:30%; _left:45%; display:none; border:2px solid #DDD; padding-left:5px; }
.catalogPopClose{ height:20px; line-height:20px; float:right; }

.mailSend{ width:400px; position:fixed; _position:absolute; z-index:9999; top:200px; left:30%; _left:45%; border:2px solid #DDD; padding:5px; background:#FFF; color:#333333; }
.mailSend div{ border-bottom:1px dashed #DDD; height:3px; width:300px; }

.popup_swf{ height:545px; width:960px; /*background-color:#FFF;*/ position:absolute; top:100px; z-index:9999; margin:0px auto; }
.popup_swf div{ margin:0 auto; width:429px; height:555px; background-color:#FFF; text-align:center; }
.popup_swf div.popup_swf_title { height:20px; margin:0 auto; background-color:#BB2936; color:#FFF; }
.popup_swf div.popup_swf_title a{ color:#FFF; text-decoration:none; }
.popup_swf div.popup_swf_title a:hover{ color:#FFF; text-decoration:none; }
