@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	border: 1;
	list-style-image: none;
	list-style-type: none;
	list-style-position: inside;
}
html {
	text-shadow: #000 0px 0px 0px;/*Elimina el efecto bold en Safari*/
	/*font-family: "Lucida Grande", Lucida, Verdana, sans-serif;*/
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;

	font-size: 62.5%;
	color: #454545;
	line-height: 150%;
}

/*** NEUTRALIZANDO ESTILOS:
elementos con margen vertical: ***/
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	font-weight: normal;
	font-size: 1em;
	line-height: 1em;
}
ul{
	/*padding-top: 0px;
	padding-bottom: 0px;*/
}
li{
	
	/*list-style-position: inside;
	padding-top: 0px;
	padding-bottom: 0px;*/
}
/*** Algunos ajustes basicos: ***/
sup {
position: relative;
bottom: 0.3em;
vertical-align: baseline;
}
sub {
position: relative;
bottom: -0.2em;
vertical-align: baseline;
}
li, dd, blockquote {
/*margin-left: 1em;*/
}
/*** LINKS:
recuerda utilizar siempre la regla del LoVe-HAte ***/
a, a:link, a:visited,  a:active {
	/*
Si quisieramos eliminar la línea de puntos que aparece al pulsar un enlace, aplicaríamos la siguiente propiedad:

Sin embargo no se recomienda, por temas de accesibilidad para navegación con teclado (lo cual implica temas legales, un tema peliagudo).
*/
outline: 0;
	text-decoration: underline;
	color: #454545;
}
a:hover{
	outline: 0;
	color: #0075AA;
}
a img {
border: none;
text-decoration: none;
}
img {
border: none;
text-decoration: none;
/*Si añades un background aparecerá como fondo de la imagen, útil para imágenes de carga*/
}
/*** FORMULARIOS:
label, button {
	cursor:pointer;
	
}
input, select, textarea {
font-size: 100%;
}
input:focus, select:focus, textarea:focus {
background-color: #FFF;
}
fieldset {
border: none;
}
/*** Algunas clases útiles: *************************************************************************************************/
.clear {
clear: both;
}
.float-left {
float: left;
}
.float-right {
float: right;
}

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* FIN DEL PREPARATIVO INICIAL/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

BODY{
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #019AC4;
}
#supercontainer{
	width: 873px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}
#container{
	background-color: #FFFFFF;
	background-image: url(../img/bg_cont.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-right: 19px;
	padding-left: 16px;
	font-size: 1.2em;
	padding-bottom: 10px;
}
#containerbottom{
	background-image: url(../img/btm_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 49px;
	padding-top: 8px;
}
/******************************************************************/
#header{

}
#header #logo a img{
	margin-top: 22px;
	margin-left: 13px;
}
#content{
	margin-top: 14px;
	width: 838px;
}
/*************************************/
#nav {
	width: 838px;
	background-image: url(../img/bg_nav.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 47px;
	margin-top: 14px;
	margin-bottom: 4px;
}

#nav li {
	background: none !important;
	display: inline;
	float: left;
}

#nav li a {
	float: left;
	height: 0;
	padding-top: 47px;
	overflow: hidden;
	display: block;
}

#nav li, #nav li a{background-image: url(../img/bg_nav.jpg);}

/* DEFAULT */
#nav li#btn_home a {background-position: 0px 0px; width: 59px;}
#nav li#btn_empresa a {background-position: -59px 0px; width: 125px;}
#nav li#btn_soluciones a {background-position: -184px 0px; width: 158px;}
#nav li#btn_productos a {
	background-position: -342px 0px;
	width: 144px;
}
#nav li#btn_contacto a {
	background-position: -486px 0px;
	width: 154px;
}

/* ROLL OVER */
#nav li#btn_home a:hover{background-position: -0px -47px;}
   #nav li#btn_empresa a:hover{background-position: -59px -47px;}
   #nav li#btn_soluciones a:hover{background-position: -184px -47px;}
   #nav li#btn_productos a:hover{background-position: -342px -47px;
}
   #nav li#btn_contacto a:hover {
	background-position: -486px -47px;
}

/* SELECCIONADO */

#home ul#nav li#btn_home.selected a{background-position: 0px -47px !important;} 
#empresa ul#nav li#btn_empresa.selected a{background-position: -59px -47px !important;}
#soluciones ul#nav li#btn_soluciones.selected a{background-position: -184px -47px !important;}
#productos ul#nav li#btn_productos.selected a{background-position: -342px -47px !important;}
#contacto ul#nav li#btn_contacto.selected a{background-position: -485px -47px !important;}
/**************************/
#containerbottom #legales{
	display: block;
	float: left;
	height: 20px;
	width: 700px;
	padding-top: 20px;
	padding-left: 40px;
	color: #FFFFFF;
}
#containerbottom #metasigno{
	width: 24px;
	float: right;
	padding-right: 63px;
}
/***********************************/
#sub{
	padding-left: 20px;
	background-color: #FFFFFF;
	padding-top: 35px;
}
#sub #column{
	display: block;
	float: left;
	width: 250px;
	padding-right: 22px;
	
	
}
#sub #column ul{
	
}
#sub #column ul li{
	display: block;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bfe5f0;
	width: 250px;
	float: left;
	
	
}
#sub #column ul li a{
	padding-top: 5px;
	display: block;
	font-size: 0.95em;
	padding-bottom: 2px;
	color: #666666;
	text-decoration: none;
}
#sub #column ul li a:hover{
	color: #FFFFFF;
	background-color: #333333;
	text-decoration: none;
}
#sub #interlink{
	font-size: 0.9em;
	display: block;
	width: 810px;
	padding-top: 20px;
	float: left;
	height: 30px;
}
#sub #interlink_sub{
	font-size: 0.9em;
	display: block;
	width: 810px;
	padding-top: 20px;
	float: left;
	height: 15px;
}
#sub #interlink a{
	color: #999999;
	margin-right: 1px;
	margin-left: 1px;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	background-color: #FFFFFF;
	text-decoration: none;
}
#sub #interlink a:hover{
	background-color: #0000000;
	text-decoration: none;
}
/*******************************/
#other_sol-prod{
	display: block;
	padding-left: 20px;
	padding-top: 12px;
}
#other_sol-prod #col {
float: left;
padding-right: 55px;
}
#other_sol-prod #box{
	display: block;
	width: 350px;
	margin-bottom: 24px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #454545;
	/*background-image: url(../img/arrow_down.gif);*/
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	
}
#other_sol-prod #box h1{
	font-size: 1.6em;
	font-weight: 900;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
}
#other_sol-prod #box img{
	display: block;
	padding-top: 3px;
	padding-bottom: 5px;
}
#other_sol-prod #box a.go img{
	padding-top: 4px;
	display: block;
	margin-top: 8px;
	padding-bottom: 4px;
}
#other_sol-prod #box.clearleft{
	clear: left;	
}
/***********************************************************/
#sup{
	background-image: url(../img/prod_bg.jpg);
	background-repeat: no-repeat;
	background-position: right 0px;
	height: 285px;
	width: 838px;
}
#sup #concept{
	display: block;
	height: 285px;
	width: 486px;
	float: left;
}
#sup #products{
	display: block;
	float: right;
	height: 285px;
	width: 352px;
	color: #FFFFFF;
}
#sup #products ul{
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 2px;
}
#sup #products li{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	margin-bottom: 5px;
	padding-bottom: 2px;
	height: 50px;
	display: block;
	float: left;
	width: 332px;
}
#sup #products h1{
	color: #87d3ee;
	font-weight: bold;
	margin-left: 0px;
	padding-left: 0px;
	float: left;
	padding-bottom: 3px;
}
#sup #products p{
	float: left;
	clear: left;
	display: block;
	width: 290px;
	font-size: 0.95em;
	line-height: 1.3em;
}
#sup #products a.go{
	float: right;
	height: 38px;
	width: 21px;
	display: block;
	background-image: url(../img/go.gif);
	background-position: 0px 0px;
	margin-top: 3px;
	margin-left: 10px;
	text-decoration: none;
}
#sup #products a.go:hover{
	background-position: 0px 53px;
	text-decoration: none;
}
/***********************/

#sup #solution{
	display: block;
	float: right;
	height: 285px;
	width: 352px;
	color: #FFFFFF;
}
#sup #solution ul{
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 2px;
}
#sup #solution li{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	margin-bottom: 5px;
	padding-bottom: 2px;
	height: 60px;
	display: block;
	float: left;
	width: 332px;
}
#sup #solution h1{
	color: #87d3ee;
	font-weight: bold;
	margin-left: 0px;
	padding-left: 0px;
	float: left;
	padding-bottom: 3px;
}
#sup #solution p{
	float: left;
	clear: left;
	display: block;
	width: 290px;
	font-size: 0.95em;
	line-height: 1.3em;
}
#sup #solution a.go{
	float: right;
	height: 38px;
	width: 21px;
	display: block;
	background-image: url(../img/go.gif);
	background-position: 0px 0px;
	margin-top: 3px;
	margin-left: 10px;
	text-decoration: none;
}
#sup #solution a.go:hover{
	background-position: 0px 53px;
	text-decoration: none;
}



/************************/
#home #solutions{
	background-image: url(../img/solutions.jpg);
	background-repeat: no-repeat;
	height: 331px;
	width: 838px;
	margin-top: 14px;
}
#home #solutions #about-this{
	display: block;
	float: left;
	height: 331px;
	width: 207px;
	padding-left: 2px;
}
#home #solutions #about-this #info{
	padding-right: 10px;
	padding-bottom: 10px;
	height: 65px;
	color: #FFFFFF;
	line-height: 1.2em;
	font-size: 0.95em;
	padding-left: 8px;
}
#home #solutions #about-this a.more img{
	margin-left: 7px;
}
/********************/

/***********************************************************/
#empresa #supp{
	width: 838px;
}
#empresa #supp #concept{}
#empresa #supp #about{
	background-color: #D2D2D2;
	background-image: url(../img/empresa_08.jpg);
	background-position: 0px bottom;
	padding-bottom: 17px;
	padding-top: 5px;
	background-repeat: no-repeat;
}
#empresa #supp #about #col{
	display: block;
	float: left;
	width: 265px;
	padding-left: 9px;
	font-size: 0.95em;
	line-height: 1.35em;
}
#empresa #supp #about #col h1{
	font-size: 1.6em;
	font-weight: 900;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	text-transform: uppercase;
}
#empresa #supp #about #col h2{
	font-size: 1.5em;
	font-weight: 900;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	text-transform: uppercase;
	color: #9E9E9E;
}


/***********************************************************/
#contacto #supp{
	width: 838px;
}
#contacto #supp #concept{}
#contacto #supp #about{
	background-color: #D2D2D2;
	background-image: url(../img/empresa_08.jpg);
	background-position: 0px bottom;
	padding-bottom: 17px;
	padding-top: 5px;
	background-repeat: no-repeat;
}
#contacto #supp #about #col{
	display: block;
	float: left;
	width: 265px;
	padding-left: 9px;
	font-size: 0.95em;
	line-height: 1.35em;
}
#contacto #supp #about #col h1{
	font-size: 1.6em;
	font-weight: 900;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	text-transform: uppercase;
}
#contacto #supp #about #col h2{
	font-size: 1.5em;
	font-weight: 900;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	text-transform: uppercase;
	color: #9E9E9E;
}
/***********************************************************/


#productos #product {
	display: block;
	padding-top: 10px;
}
#productos #product #name{
	background-color: #FFFFFF;
	background-image: url(../img/solutions_08.jpg);
	background-repeat: no-repeat;
	height: 24px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	padding-left: 16px;
	padding-top: 49px;
	letter-spacing: 1px;
}
#productos #product #name .destacado{
	color: #09BAFD;
}
#productos #product #info{
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
#productos #product #info #img{
	display: block;
	float: left;
	width: 238px;
}
#productos #product #info #text{
	color: #454545;
	font-size: 0.95em;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 15px;
	float: left;
	display: block;
	width: 521px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	margin-top: 15px;
}
#productos #product #info #text h1{
	font-size: 1.3em;
	font-weight: bolder;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
#productos #product #info #text a{
	text-decoration: underline;
}

#productos #product #info #text a:hover{

}

#productos #product #info #text #col{
	float: right;
	width: 210px;
	padding-right: 15px;
}



#productos #product #info #go_btn{
	display: block;
	float: left;
	width: 25px;
	background-image: url(../img/prod_11_15.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 178px;
}
#productos #product #info #go_btn a{
	display: block;
	float: left;
	background-image: url(../img/products_go_15.jpg);
	background-repeat: no-repeat;
	height: 62px;
	width: 25px;
	text-decoration: none;
}
#productos #product #info #go_btn a:hover{
	background-image: url(../img/products_go_on_15.jpg);
	text-decoration: none;
}
#productos #product #close{
	background-image: url(../img/product_19.jpg);
	background-repeat: no-repeat;
	height: 5px;
}

/***********************************************************/
#description{
	padding-right: 25px;
	padding-left: 20px;
	padding-bottom: 50px;
	background-image: url(../img/des-bg.jpg);
	background-position: 20px bottom;
	background-repeat: no-repeat;
	
}
#description h1{
	font-size: 2.2em;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	padding-bottom: 2px;
	background-image: url(../img/arrow_08.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 20px;
}
#description h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #666666;
	text-transform: uppercase;
}
#description h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #01698C;
	font-weight: bold;
	line-height: 1em;
	padding-top: 10px;
}
#description p{
	line-height: 1.3em;
	padding-top: 10px;
}
#description ul{
	line-height: 1.3em;
	padding-top: 10px;
	padding-bottom: 15px;
	list-style-position: inside;
	list-style-type: none;
	list-style-image: none;
	padding-right: 0px;
	padding-left: 0px;
}
#description ul li{
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 2px 5px;
	list-style-type: none;
	list-style-image: none;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	margin: 0px;
	display: block;
	padding-left: 14px;
	list-style-position: outside;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F4F4F4;
}
#description ul ul{
	padding-top: 0.5em;
	padding-right: 0.65em;
	padding-bottom: 0.5em;
	padding-left: 1.5em;
}
#description ul
#description blockquote{
	font-size: 1.5em;
	font-style: italic;
	color: #000000;
	font-weight: normal;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	display: block;
	background-image: url(../img/bloquote_22.gif);
	background-repeat: no-repeat;
	background-position: 0px 15px;
}
#description img.especial{
	padding: 10px;
	background-color: #f4f4f4;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-right: 10px;
}
#description #infographic{
	float: right;
	width: 245px;
	margin-left: 12px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #9C9C9C;
	margin-bottom: 12px;
	font-size: 0.95em;
	color: #797979;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 7px;
	background-color: #FFFFFF;
	background-image: url(../img/bg_cont.jpg);
	background-repeat: no-repeat;
	background-position: 0px -178px;
}
#description #infographic h1{
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	background-image: none;
	padding: 0px;
}
#description #infographic p{
	padding-top: 3px;
}
#description #infographic img{}
/***********************************************************/
#soluciones #sup{}
#soluciones #solution {
	display: block;
	padding-top: 10px;
}
#soluciones #solution #name{
	background-color: #000000;
	background-image: url(../img/solutions_08.jpg);
	background-repeat: no-repeat;
	height: 24px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	padding-left: 16px;
	padding-top: 49px;
	letter-spacing: 1px;
}
#soluciones #solution #name .destacado{
	color: #09BAFD;
}
#soluciones #solution #info{
	background-color: #000000;
}
#soluciones #solution #info #img{
	display: block;
	float: left;
	width: 238px;
}
#soluciones #solution #info #text{
	color: #CECECE;
	font-size: 0.95em;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 15px;
	float: left;
	display: block;
	width: 521px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #3C3B40;
	margin-top: 15px;
}
#soluciones #solution #info #text h1{
	font-size: 1.3em;
	font-weight: bolder;
	color: #ffffff;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
#soluciones #solution #info #text a{
	color: #FFFFFF;
	text-decoration: underline;
}

#soluciones #solution #info #text a:hover{
	color: #01769c;
}
#soluciones #solution #info #text ul{line-height: 1.3em;
	padding-top: 10px;
	padding-bottom: 15px;
	list-style-position: inside;
	list-style-type: none;
	list-style-image: none;
	padding-right: 0px;
	padding-left: 0px;}
#soluciones #solution #info #text li{background-image: url(../img/arrow_w.gif);
	background-repeat: no-repeat;
	background-position: 2px 5px;
	list-style-type: none;
	list-style-image: none;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	margin: 0px;
	display: block;
	padding-left: 14px;
	list-style-position: outside;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;}

#soluciones #solution #info #text #col{
	float: right;
	width: 210px;
	padding-right: 15px;
}



#soluciones #solution #info #go_btn{
	display: block;
	float: left;
	width: 25px;
	background-image: url(../img/solutions_11.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 178px;
}
#soluciones #solution #info #go_btn a{
	display: block;
	float: left;
	background-image: url(../img/solution_go_11.jpg);
	background-repeat: no-repeat;
	height: 62px;
	width: 25px;
	text-decoration: none;
}
#soluciones #solution #info #go_btn a:hover{
	background-image: url(../img/solution_go_on_11.jpg);
	text-decoration: none;
}
#soluciones #solution #close{
	background-image: url(../img/solutions_15.jpg);
	background-repeat: no-repeat;
	height: 5px;
}

/***********************************************************/
#error{
	font-size: 1.3em;
	color: #990000;
	background-color: #FFFFCC;
	margin: 20px;
	padding: 20px;
}
