* {	margin:0;
	padding:0;
}

body {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:0.85em;
	background-color:#C6D7F2; /*COLOR DE FONDO*/
	padding:1em 0 1em 0;
	color:#222222;
	}
	
img {
	border:0;
	}

p {
	margin-top:1em;
	margin-bottom:2em;
	line-height:1.2em;
	font-size: 1.1em;
	}
	
li {margin: 0em 0em 1em 2em;}
	
ul {list-style-type: none;}

h2 {
	font-size: 1.8em;
	text-transform: uppercase;
	border-bottom-style:solid;
	border-bottom-width: 2px;
	border-bottom-color:#000000;
	margin-bottom: 1em;
}

h3 {
	font-size: 1.3em;
	font-weight: bolder;
}

h1 a:visited{
	color:#FFFFFF;     
}


a:visited{
	color:#0000FF;     
}

/* ESTRUCTURA */

#wrapper {
	width:60em;
	margin: auto;
}
	
#header {
	height:10.5em;
	line-height:8.1em;
	background: #000098 no-repeat scroll left top; 
	color:#FFCC00;
	padding-left:1em;
}

#header p {
	color: #DFDFDF;
	margin:-1.96em 0em 1em 0em;
	font-size: 0.96em;
	font-weight:bold;
}
	
#quote p {
	float:right;
	margin-right:1.5em;
	margin-top: 1.5em;
	text-align:right;
	font-size:1.6em;
	margin-top:-4.7em;
	font-weight:bold;
	word-spacing: 0em;
}

#telefonos{
	float:right;
	margin-right:1.5em;
	margin-top: 1.5em;
	text-align:right;
	font-size:1.1em;
	margin-top:-2.9em;
	word-spacing: 0.1em;
}

#telefonos p {
padding:0.6em 0em 0.2em 0em;
}
#content {
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:top center;
	padding:2em 2em 1em 2em;
	text-align: justify;
	min-height:400px;
	height:auto !important;
	position: relative;
	/*height:400em; */
	}

span.negrita {font-weight: bold}
span.subrayado {text-decoration: underline}
span.cursiva {font-style: italic}


/* Headings - cabeceras */

h1 {
	font-size:2.7em;
	font-weight:normal;
	letter-spacing:-0.05em;
	padding-left:1.4em;
	}

/* Link Colors */

h1 a {
	color:#fff;
	text-decoration:none;
	}
	
h1 a:hover {
	color:#BCAC32; 
	}

#content a {
	color:#0000FF;
	text-decoration:underline;
	}
	
#content a:hover {
	text-decoration:none;
	}

/** MAIN NAVIGATION */

#navigation{
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.6em;
	font-size: 1.2em;
	font-weight:bold;
	margin:0.8em 0em 0em -0.8em;
	background-color:#000098; /*FONDO LISTA MENU*/
	border-top:1px solid #DFDFDF;
	color:#ffffff;
	border-bottom:1px solid #DFDFDF;
}

#navigation li{
	float:left;
	list-style-type:none;
	border-right:1px solid #DFDFDF;
	white-space:nowrap;
	margin:0em;
}

#navigation li a{
	display:block;
	padding:0 2em;
	font-size:0.8em;
	font-weight:normal;
	text-transform:uppercase;
	text-decoration:none;
	background-color:inherit;
	color: #ffffff;
	font-weight:bold;	
}

* html #navigation a {width:1%;}

#navigation .selected, #navigation a:hover{
	color:#000098;
	text-decoration:none;
	background-color:#BCAC32; /*Color de menú al pasar el ratón*/
	font-weight:bold;
}

/* Invisible */
h2.invisible {position: absolute; left: -1000em; width: 20em;}
h3.invisible {position: absolute; left: -1000em; width: 20em;}
a.invisible {position: absolute; left: -1000em; width: 20em;}
p.invisible {position: absolute; left: -1000em; width: 20em;}
ul.invisible {position: absolute; left: -1000em; width: 20em;}
li.invisible {position: absolute; left: -1000em; width: 20em;}
.invisible {position: absolute; left: -1000em; width: 20em;}


.centrar{
	display: block;
	margin: auto;
}

/*FORMULARIO DE PESAMES*/
select{
	width:6em;
	font-size:1.1em;
}
label { display:block; margin:0.8em;} 
fieldset{padding: 1em 1em 1em 1em;}

.texto{
width:19em;
}
.boton{
font-size:1.2em;
width:7em;
}

input {
font-size:1.2em;
}

#botonera{padding-top:1em;}

legend {  
		padding: 0em 0.7em 0em 0.7em;
		font-size:1.5em;
		letter-spacing:0.05em;
}

 /*FIN de FORMULARIO DE PESAMES*/

#logo{
	padding: 1em 1em 0.5em 0.5em;
	float:left;
}

.actual {
background: #000098;
color: #000098;
}

p.direccion{
font-size: 1.3em;
}

/* TECHNOLOGIES */
#technologies  {
	padding-top: 0.6em;
	font-size: 0.84em;
	text-align:center;	
}
#technologies  li
{	
	display: inline;
	border-right:1px solid #000000;
	margin: 0em;
	padding: 0em 1em 0em 1em;
	color:#00FF66;
}
#technologies .last_technology{
	border-right:none;
 }
#technologies  a
{
	text-decoration:underline;
	color:#000000;
}
#technologies  a:hover
{
	text-decoration:none;
}
