/* ========================================== */
/* 	            ANDANZA TECHNOLOGIES          */
/* ========================================== */


/* ---------------------------------------------- ETIQUETAS HTML y CLASS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	background: #e2e2e2; 
	background-image:url(../images/bg_body.gif);
	background-repeat:repeat-x;
	background-position:top;
  	margin: 0; padding:0;   
  	font-size:90%;  
  	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  	text-align:center;
}

p {
	font-size:0.9em;
	margin-bottom:10px;
}

em {
	font-style:oblique;
}

strong {
	font-weight:600;
}

/* Links */

a:link, a:visited { 
	text-decoration: none;
	color: #3896a3;
}
a:hover {
	text-decoration:underline;
	color:#333;
}
a.more-link {
	
}
a:hover.more-link {
	
}


.left {
	float:left;
}

.right {
	float:right;
}

.center {
	text-align:center;
	margin:30px 0px 30px 20px;
}

h1 {
	color:#333;
	font-size:3em;
}

h2 {
	color:#333;
	font-size:1.8em;
	font-weight:400;
	text-align:left;
	margin-left:25px;
	word-spacing:-2px;
}

h2.slogan {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	font-size:2em;
	letter-spacing: -1.2pt;
	font-style:oblique;
	font-weight:400;
	margin:40px 50px;
	width:35%;
}

h3 a, h3 a:visited, h3 a:active { 
	color: #4cbcd4;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:600;
	letter-spacing:-1px;
	line-height:30px;
	margin:0px;
	}
	
h3 a:hover { 
	color: #000;
	text-decoration:none;
	}
	
h3 { 
	font-size: 2em; 
	margin:10px auto;
	color: #4cbcd4;
	}
	
h3 small {
	font-size:0.5em;
	color:#666;
	font-weight:600;
	color:#999d56;
	font-family:Arial, Helvetica, sans-serif;
}
	

h4 { 
	font-size: 1.4em; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight:600;
	letter-spacing:-1px;
	border-bottom: 1px solid #ddd; 
	margin:20px auto;
	color:#666;
	}
	
h4.portada {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:600;
	letter-spacing:-1px;
	font-size: 1.6em;
	padding-bottom:15px;
	border-bottom: 5px solid #ddd; 
	color:#999;
}

h4 a, h4 a:hover, h4 a:visited, h4 a:active {
	color:#666;
}
	
h5 { 
	font-size: 0.9em; 
	text-transform:uppercase;
	color: #3896a3;
	border-bottom:1px solid #ddd;
	clear:both;
	}
	
h6 { 
	font-family: Arial, Helvetica, sans-serif;
	font-weight:600;
	letter-spacing:-1px;
	font-size: 1.6em;
	color:#4cbcd4;
	padding-bottom:10px;
	border-bottom: 5px solid #eee; 
	}
		
.green { 
	color: #4cbcd4;
	}
	
.red {
	color:#FF3300;
}
	
.white {
	color:#ddd;
}
	
.info { 
	border: 1px solid #e0e0e0; 
	background-color: #f3f3f3; 
	padding:7px 9px;
	margin:10px auto;
	font-style:italic;
	font-size:105%;
	line-height:20px;
	}
	
#cont_int_iz > p.info {
	text-indent:0px;
	font-size:0.8em;
}
	
.rightmargen {
	margin:0px 10px;
	float:right;
}
	
.separa {
	clear:both;
	width:99%;
}

.boton a {
	padding:3px 5px;
	background-color:#fff;
	border:1px solid #ccc;
	clear:both;
}

.boton a:hover {
	background-color:#eee;
	text-decoration:none;
}

.up a, .up a:active, .up a:visited {
	padding:5px 7px;
	background-color:#3896a3;
	color:#ffffff;
	text-decoration:none;
	font-size:70%;
	clear:both;
	letter-spacing:1px;
	float:right;
}

.up a:hover {
	background-color:#96a338;
}

/* ------------------------------------------
   HEADER
------------------------------------------- */ 

#header {
	width:100%;
	background-color:#fff;
	background-image:url(../images/bg_header.png);
	background-repeat:repeat-x;
	height:140px;
	text-align:center;
}

#header_cont {
	width:950px;
	height:140px;
	margin:0 auto;
}

#sello {
	position:absolute;
	float:right;
	right:10%;
	top:20px;
}

/* ------------------------------------------
   MENÚ NAVEGACIÓN
------------------------------------------- */ 

#nav ul {
	float: left;	
	list-style: none;	
	margin: 10px 0 0 0;
	height: 45px;
	padding: 0 0 0 15px;
	clear:both;		
}
#nav ul li {
	float: left;
	margin: 0; padding: 0 0 0 10px;		
}
#nav ul li a {
	float: left;
	margin: 0;
	padding: 0 15px 0 5px;
	color: #fff;
	font: bold 14px/40px Arial, Sans-Serif;
	font-weight:600;
	letter-spacing:-1px;
}
#nav ul li a:hover, 
#nav ul li a:active {
	border: none;
	color: #eee;
	background: transparent;
	text-decoration:none;
}
#nav ul li#current {
	background: transparent url(../images/left-tab.gif) no-repeat;	
}
#nav ul li#current a {	
	color: #444;
	background: transparent url(../images/right-tab.gif) no-repeat right top;	
}


/* ------------------------------------------
   DIV
------------------------------------------- */ 


#div_main {
	width:100%;
	height:180px;
	text-align:center;
}

#div_cont {
	width:100%;
	padding:32px 0px;
	background-color:#000;
	background-image:url(../images/bg_div_home.jpg);
	background-repeat:no-repeat;
	margin:0 auto;
	text-align:right;
}

#div_cont a, #div_cont object {
	margin-right:10%;
}

/* ------------------------------------------
   DIV PAGINAS INTERIORES
------------------------------------------- */ 


#div_interior {
	width:100%;
	text-align:center;
	background-color:#eeeeee;
}

#div_interior_cont {
	width:950px;
	height:120px;
	background-color:#4188a8;
	margin:0 auto;
	padding-top:20px;
}

.nosotros {
	background-image:url(../images/bg_nosotros.jpg);
}

.clientes {
	background-image:url(../images/bg_clientes.jpg);
}

.contacto {
	background-image:url(../images/bg_contacto.jpg);
}

.soluciones {
	background-image:url(../images/bg_soluciones.jpg);
}

.productos {
	background-image:url(../images/bg_productos.jpg);
}

#fil_interior {
	width:950px;
	background-color:#eeeeee;	
	margin-top:120px;
	padding-top:10px;
	padding-bottom:10px;
	border-top:1px solid #fff;
	border-bottom:1px solid #ccc;
}

/* ----------------------------------------
	CONTENEDOR HOME
----------------------------------------- */

#cont_home { 
	width: 930px; 
	margin: 0 auto;
	font-size:97%;
	padding-bottom:20px;
	height:390px;
	}

.col { 
	float: left;
	width: 276px;
	margin: 0 30px 16px 0;
	text-align:left;
	line-height:22px;
	}
	
.col img { 
	margin:5px auto;
	}
	
/* ----------------------------------------
	PRODUCTOS
----------------------------------------- */

#prod { 
	width: 990px; 
	margin: 0 auto;
	margin-bottom:30px;
	background:#fafafa url(../images/bg_prod.png) no-repeat top left;
	border:1px solid #ccc;
	border-bottom:2px solid #ccc;
	padding:20px 0px;
	padding-top:60px;
	clear:both;
	}

.colum { 
	float: left;
	width: 150px;
	margin:0 22px;
	text-align:left;
	font-size:85%;
	line-height:20px;
	}
	
.colum img { 
	margin:10px 0px;
	border:1px solid #ccc;
	}
	
/* ----------------------------------------
	CONTENEDOR HOME 2
----------------------------------------- */

#cont_home_2 { 
	width: 950px; 
	margin: 0 auto;
	border:1px solid #fff;
	padding-top:5px;
	font-size:97%;
	background-image:url(../images/bg_conthome_2.png);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#ededed;
	height:340px;
	text-align:left;
	-moz-border-radius: 20px;
    -khtml-border-radius: 20px;
    -webkit-border-radius: 20px;
  	border-radius: 20px;
	}
	
#cont_home_2 p { 
	margin:10px 5px;
	color:#666666;
	}
	
#cont_home_2 a { 
	color:#666666;
	text-transform:uppercase;
	font-size:85%;
	}
	
.col_iz {
	width:50%;
	float:left;
	height:280px;
	margin-right:25px;
	margin-left:25px;
}

.col_der {
	width:40%;
	float:left;
	height:280px;
}

/* ----------------------------------------
	FORMULARIO HOME 
----------------------------------------- */

form {
	text-align:right;
	margin:10px 15px;
	}
	
input, textarea {
	margin-left:10px;
	margin-bottom:10px;
	padding:2px;
	background-color:#ffffff;
	border:1px solid #656c84;
	color:#666;
	font-size:100%;
	font-family:"Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
}

input:focus {  
    border-color: #999;  
    background-color: #eee;  
 }  
 
textarea:focus {  
    border-color: #999;  
    background-color: #eee;  
 }  

label {
	vertical-align:top;
	font-size:110%;
	color: #999;
	font-size:90%;
}

/* ----------------------------------------
	FORMULARIO CONTACTO 
----------------------------------------- */

#contacto_form {
	width:450px;
	margin:50px auto;
	font-size:115%;
}

.label2 {
	color:#666666;
}

.input2 {
	background-color:#f3f3f3;
	border:1px solid #cccccc;
	color:#666666;
}

.input2:focus {
	background-color:#ddd;
	border:1px solid #999;
}

.bt_form {
	background-color:#09c;
	color:#fff;
	font-size:90%;
	text-transform:uppercase;
	border:1px solid #ddd;
}

/* ----------------------------------------
	CONTENEDOR INTERIOR
----------------------------------------- */

#cont_interior {
	width:820px;
	padding:30px;
	padding-top:0px;
	height:auto;
	margin:0 auto;
	margin-top:50px;
	text-align:left;
	background-color:#fff;
	background-image:url(../images/bg_cont_inter.gif);
	background-position:left;
	background-repeat:repeat-y;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	border-right:1px solid #ccc;
	border-bottom:2px solid #ccc;
	-moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
  	border-radius: 10px;
}

#cont_interior p {
	margin-left:20px;
	margin-top:5px;
	font-size:0.9em;
	color:#444;
	line-height:21px;
	text-indent:20px;
}


#cont_int_iz {
	float:left;
	width:610px;
	padding:20px 0px;
}

#cont_int_dr {
	float:right;
	width:160px;
	height:auto;
	font-size:1em;
	margin:20px auto;
}

.caja {
	border-bottom:1px solid #ddd;
	padding:5px 10px;
	margin: 0px;
	font-size:80%;
	margin-bottom:10px;
	background-image:url(../images/bg_caja.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#eae7e7;
	-moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    -webkit-border-radius: 8px;
  	border-radius: 8px;
	border:1px solid #ddd;
	border-bottom-color:#ccc;
	border-right-color:#ccc;
}

.title {
	color:#999d56;
	font-size:120%;
	margin:5px auto;
}


/* ----------------------------------------
	CONTENEDOR INTERIOR PRODUCTOS
----------------------------------------- */

#cont_interior_prod {
	width:940px;
	padding:20px;
	padding-top:0px;
	height:auto;
	margin:50px auto;
	text-align:left;
}

#cont_interior_prod p {
	margin-top:5px;
	font-size:0.9em;
	color:#444;
	line-height:21px;
	text-indent:20px;
}

#columna_a, #columna_b, #columna_c {
	border:2px solid #fff;
	padding:0px 10px 10px 70px;
	width:22%;
	height:500px;
	float:left;
	margin-right:20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:20px;
	-moz-border-radius: 15px;
    -khtml-border-radius: 15px;
    -webkit-border-radius: 15px;
  	border-radius: 15px;
}

#columna_a {
	background:#eae8e7 url(../images/bg_columna_a.png) repeat-x top left;
}

#columna_b {
	background:#eae8e7 url(../images/bg_columna_b.png) repeat-x top left;
}

#columna_c {
	background:#eae8e7 url(../images/bg_columna_c.png) repeat-x top left;
}


/* ----------------------------------------
	SELECT IDIOMAS 
----------------------------------------- */

#idiomas {
	padding-top:7px;
	margin:10px auto;
	}

select {
	background-color:#c8c4b7;
	border:1px solid #888372;
	color:#333;
}

.bt_aceptar {
	background-color:#888372;
	padding:0px;
	color:#eee;
	border:0;
	margin:0;
}

/* ----------------------------------------
	DIV LOGOS 
----------------------------------------- */

#logos { 
	width: 950px; 
	margin: 0 auto;
	margin-top:10px;
	}
	
#logos img { 
	margin: 0 15px;
	}

/* ----------------------------------------
	FOOTER 
----------------------------------------- */

#footer {
	width:880px;
	background-color:#e2e2e2;
	background-image:url(../images/bg_footer.gif);
	background-position:center top;
	background-repeat:no-repeat;
	margin:0 auto;
	border-top:1px solid #ccc;
	padding-top: 20px;
	height:80px;
}

#footer p {
	font-size:80%;
	color:#666;
	text-align:left;
}


/* 	=================== design and development by David G. Nogueira */