    /* Links */
a {
	color: #000066;
	text-decoration: none;
}
a:hover {
	color: #000066;
}
a:visited {
	color: #97429D;
}

a img {
	border: 1px solid #000066;


}
a:hover img {
	border-color: #000066;
}



/* Headers */
h1, h2, h3, h5, h6 {
	color: #000066;
	padding: 15px 0px 5px;
	margin: 0;
	line-height: 1.2em;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, sans-serif;
}
h1, .home  h2 {
	font: normal 1.8em "Trebuchet MS", Tahoma, Arial, sans-serif;
	color: #000066;
	text-align: left;
	text-transform: none;
	margin-bottom: 0.7em;
	letter-spacing: -0.5px;
	margin-top: 0px;
	padding-top: 0px;
}

.home h5 {
	font: normal 1.8em "Trebuchet MS", Tahoma, Arial, sans-serif;
	color: #000066;
	text-align: center;
	text-transform: none;
	margin-bottom: 0.7em;
	letter-spacing: -0.5px;
	margin-top: 0px;
	padding-top: 0.5em;
}
.home h2 {
	padding-top: 0.5em;
}
h2, h1.icono       {
	text-transform: uppercase;
	font-size: 1.8em;
	color: #000066;
	font-weight: normal;
}
h3, body.servicios  h2, body.proyectos h2, body.clientes h2, body.calidad h2  {
	font: bold normal 1.8em "Trebuchet MS", Tahoma, Arial, sans-serif;
	color: #000066;
	text-transform: none;
}
h4 {
	font-weight: bold;
}

h6 {
	font: bold normal 1.0em "Trebuchet MS", Tahoma, Arial, sans-serif;
	text-align: left;
}

h8 {
	color: #000066;
	padding: 15px 0px 5px;
	margin: 0;
	line-height: 1.2em;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.8em;
	font-style: normal;
	font-variant: normal;
}

p, ul, dl {
	margin: 10px 0px 20px;

}
strong {
	font-weight: bold;
	color: #000066;
}

.datos_contacto {
	margin-top: 35px;
}

dt {
	clear: both;
	text-align: right;
	float: left;
	font-weight: bold;
	width: 100px;
}

dd {
	float: left;
	padding-left: 1em;
	width: 70%;
}

ul, ol {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	/*line-height: 150%*/
}
ul {
}

#linea_horizontal_amarilla {
	position:absolute;
	width:752px;
	height:12px;
	z-index:2;
	left: 30px;
	top: 146px;
}

#dossier {
	position:absolute;
	width:72px;
	height:65px;
	z-index:1;
	left: 835px;
	top: 15px;
}

img.float-right {
	margin: 5px 0px 5px 15px;
	clear: right;
	text-align: left;
}
img.float-left {
	margin: 5px 15px 5px 0px;
}

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	border: 1px solid #EBEBEB;
	background: #F0F0F0;  
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 15px 10px;
	padding: 10px 10px 10px 35px;
	border: 1px solid #F0F0F0;

	font-weight: normal;
	font-size: 17px;
	line-height: 1.5em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #555;
}

/* start - table */

table {
	border-collapse: collapse;
	border: 1px solid #FAA430;
	margin-bottom: 30px;
	margin-left: 10px;
	font-size: 0.9em;
	padding-right: 10px;
}

caption {
	font-size: 1em;
	font-weight: bold;
	margin: 1em 0;
	padding-bottom: 1em;
	text-transform: uppercase;
	color: #EE4E00;
}

col {
	border-right: 1px solid #FAA430;
}
#lugarCol {
	text-transform: uppercase;

}
thead tr {
	background-color: #FAA430;
	height: 35px;
}
thead tr:hover {
	background-color: #FA970A;
}
thead th {
	font-weight: bold;
	text-align: center;
	color: #330000;
	border-right: 1px solid #FFFFFF;
}
th.ultima, td.ultima  {
	border-right-style: none;
	text-align: left;
	padding-left: 1.2em;
}
#promocionCol {
	text-align: center;
}

th, td {
	padding: 0.3em 0.85em;
	border-right: 1px solid #FAA430;
}
.fondo {
	background: #FAF3DE;
}

tr:hover {
	background-color:#FDDEB5;
	color: #000000;
}
* {
	padding: 0px;
	margin: 0px;
}

	body  {
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 200%;
    }
#container  {
	width: 942px;
	background: #FFFFFF url(../imagenes/fondo-container.jpg)  repeat-y left top;
	text-align: left;
	font-size: 1.35em;
	position: relative;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
    } 
#header  {
	background: url(../imagenes/fondo-cabecera.png) no-repeat left top;
	padding: 0 10px 0 20px; 
	height: 220px;
	position: relative;
	visibility: visible;
	background-image: url(../imagenes/fondo-cabecera.png);
    } 
    .home h1 {
	margin: 0;
	padding: 10px 0;
	text-indent: -5000px;
	position:absolute;
	left: 43px;
	width: 879px;
	top: 706px;
	height: 124px;
	background-image: url(imagenes/ISO9001%20Color%20con%20n%C2%BA.jpg);
    }
	
#header_ingles  {
	background: url(../imagenes/fondo-cabecera_ingles.png) no-repeat left top;
	padding: 0 10px 0 20px; 
	height: 220px;
	position: relative;
	visibility: visible;
	background-image: url(../imagenes/fondo-cabecera_ingles.png);
    } 
    .home h1 {
	margin: 0;
	padding: 10px 0;
	text-indent: -5000px;
	position:absolute;
	left: 43px;
	width: 879px;
	top: 706px;
	height: 124px;
	background-image: url(imagenes/ISO9001%20Color%20con%20n%C2%BA.jpg);
    }
		
#logo {
	position: absolute;
	top: 30px;
	left: 28px;
	width: 287px;
	height: 87px;
}
#logo img {
	border-style: none;
}
#idiomas {
	position: absolute;
	top: 141px;
	right: 30px;
	width: 44px;
	height: 20px;
}
#idiomas img {
	border-style: none;
}
#telefono {
	position: absolute;
	left: 673px;
	top: 195px;
	color: #006BC4;
	font-size: 0.9em;
	border-top: 1px dotted #000000;
	width: 225px;
	font-weight: bold;
	height: 32px;
	padding-left: 15px;
}
#telefono a {
	color: #006BC4;
	padding-left: 10px;
}
#cajaproyectos {
	position: absolute;
	width: 215px;
	left: 689px;
	top: 66px;
	font-size: 0.85em;
	line-height: 1.2em;
	height: 110px;
	clip: rect(0px,auto,auto,auto);
	padding-bottom: 10px;
	overflow: hidden;
}
.proyecto a {
	color: #000000;
}

#cajaproyectos h2 {
	position: absolute;
	text-indent: -5000px;
}
#cajaproyectos    p   {
	margin: 0;

}
#cajaproyectos .cliente {
	font-weight: bold;
}
#cajaproyectos .enlaceproyecto {
	margin-bottom: 0.5em;
}
#cajaproyectos .titulo {
display:block;
}





#navbar {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 172px;
	left: 30px;
	width: 883px;
	background-color: #FFFFFF;
	height: 32px;
	background-image: url(../imagenes/barra_menu.png);
}
#navbar li {
	list-style: none;
	float: left;
}
#navbar   li   a  {
	display: block;
	padding: 3px 12px;
	text-decoration: none;
	color: #666666;
	border-right: 1px solid #42651f;
	font-family: 'Trebuchet MS', Tahoma, Helvetica, Arial, Geneva, Sans-serif;
	font-size: 1.1em;
	line-height: 25px;
	font-weight: bold;
}
#navbar a:hover, #navbar a:focus, #navbar a:active {
	color:#000000;
}
#navbar li ul {
	display: none;
	background: #C0C0C0;/*coger el color de fondo de current*/
	border-top: 1px solid #FFFFFF;
	width: 18em;
}
#navbar a.current, body.home .navhome, body.servicios .navservicios, body.proyectos .navproyectos, body.proyecto .navproyectos, body.clientes .navclientes, body.calidad .navcalidad, body.contacto .navcontacto, body.enlaces .navenlaces {
	color: #000;
	background-color: #FFFFFF;
}
#navbar li:hover ul, #navbar li.hover ul, #navbar li.current:hover ul, #navbar li.current.hover ul  {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
}
#navbar li:hover li, #navbar li.hover li {
	float: none;
}
#navbar li:hover li a, #navbar li.hover li a, #navbar li#current li a {
	border-bottom: 1px solid #FFFFFF;
	color: #000000;
	border-right-style: none;
	font: normal 0.9em/1.4em Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;

}
* html body ul.navbar li:hover li a, * html body ul.navbar li.hover li a, * html body ul.navbar li#current li a {
	height: 1%;
}
#navbar li li a:hover {
	color: #FFFFFF;
	background: #0070C0;
}
#mainContent  {
	margin: 0 19px 0 0;
	width: 610px;
	float: left;
    } 
.home #mainContent {
	background: url(../imagenes/fondo-main-home.jpg) no-repeat left top;
	margin-left: -5px;
	padding: 10px 20px 0px 20px;
	width: 650px;
}

#mainContent2{
	width: 850px;
	float: left;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
    } 

#mainContent3{
	width: 580px;
	float: left;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 20px;
    }
		
.home #mainContent, .home #mainContent2 {
	/*width: 610px;*/
	height: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
	border-right-style: none;
	border-right-color: #FFC000;
	border-right-width: thin;
}

.proyectos #proyectosContent  {
	width: 850px;
	border-top: thin dashed #808080;
	margin-top: 15px;
	
	} 

#mainContent_contacto  {
	margin: 0 19px 0 0;
	width: 610px;
	float: left;
    } 
.contacto #mainContent_contacto {
	/*background: url(../imagenes/fondo-main-home.jpg) no-repeat left top;*/
	margin-left: -5px;
	padding: 10px 0px 0px 20px;
	width: 350px;
}

/* ##### INICIO ##################  AREA DE PROYECTOS DE INDEX.ASP ####################### */

#sideproy  {
	width: 390px;
	top: 20px;
	padding: 0px;
	font-size: 0.9em;
	position: relative;
	left: 120px;
	margin: 0px;
	height: 350px;
    }
	
#sideproy   ul.proyectos {
	padding: 0px;
	list-style: none;
	margin: 0px;
}

#sideproy .proyectos li {
	float: left;
	width: 190px;
	height: 150px;

}
#sideproy .proyectos li a {
	height: 50px;
	line-height: 120%;
	padding-top: 90px;
	text-align: center;
	color: #0070C0;
	width: 90%;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: center top;

}

#sideproy   .proyectos   li   a.aeronautica {
	height: 60px;
	background-image: url(../imagenes/areas_aeronautica.png);
	background-repeat: no-repeat;
	background-position: center 5px;
}

#sideproy   .proyectos   li   a.industrial {
	height: 60px;
	background-image: url(../imagenes/areas_industrial.png);
	background-repeat: no-repeat;
	background-position: center 5px;
}

#sideproy   .proyectos   li   a.tecnologias {
	height: 90px;
	background-image: url(../imagenes/areas_tecnologias.png);
	background-repeat: no-repeat;
	background-position: center 5px;
}
#sideproy   .proyectos   li   a.construccion {
	height: 90px;
	background-image: url(../imagenes/areas_construccion.png);
	background-repeat: no-repeat;
	background-position: center 5px;
}
	
#sideproy   .proyectos   li   a.aeronautica_ingles {
	height: 60px;
	background-image: url(../imagenes/areas_aeronautica_ingles.png);
	background-repeat: no-repeat;
	background-position: center 5px;
}

#sideproy   .proyectos   li   a.industrial_ingles {
	height: 60px;
	background-image: url(../imagenes/areas_industrial_ingles.png);
	background-repeat: no-repeat;
	background-position: center 5px;
}

#sideproy   .proyectos   li   a.tecnologias_ingles {
	height: 90px;
	background-image: url(../imagenes/areas_tecnologias_ingles.png);
	background-repeat: no-repeat;
	background-position: center 5px;
}
#sideproy   .proyectos   li   a.construccion_ingles {
	height: 90px;
	background-image: url(../imagenes/areas_construccion_ingles.png);
	background-repeat: no-repeat;
	background-position: center 5px;
}
/* ##### FIN ##################  AREA DE PROYECTOS DE INDEX.ASP ####################### */


/*#sideproy   .proyectos   li   a.caja_analisis {
	height: 20px;
	background-repeat: no-repeat;
	background-position: left;
}*/

/*#sidebar {
	width: 250px;
	float: right;
	position: relative;
	top: -10px;
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;
}*/

#sidebar1  {
	width: 200px;
	float: right;
	top: -10px;
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;
	height: 500px;
	border-top-color: #808080;
	border-right-color: #808080;
	border-bottom-color: #808080;
	border-left-color: #808080;
    }

#sidebar1   ul.servicios {
	padding: 0px;
	list-style: none;
	margin: 0px;
}

#sidebar1 .servicios li {
	float: left;
	width: 100px;
	height: 50px;

}
#sidebar1 .servicios li a {
	float: left;
	list-style: none;
	height: 50px;
	line-height: 120%;
	padding-top: 90px;
	text-align: center;
	color: #0070C0;
	display: block;
	width: 90%;
	padding-right: 5px;
	padding-left: 5px;
	background-repeat: no-repeat;
	background-position: center top;

}

#sidebar1   .servicios   li   a.analisis {
	height: 60px;
	background-image: url(../imagenes/analisis-diseno.jpg);
	background-repeat: no-repeat;
	background-position: center 5px;
}
#sidebar1   .servicios   li   a.arquitectura {
	height: 90px;
	background-image: url(../imagenes/ingenieria-arquitectura.jpg);
	background-repeat: no-repeat;
	background-position: center 5px;
}
#sidebar1   .servicios   li   a.formacion {
	height: 90px;
	background-image: url(../imagenes/formacion.jpg);
	background-repeat: no-repeat;
	background-position: center 5px;
}
#sidebar1   .servicios   li   a.optimizacion {
	height: 60px;
	background-image: url(../imagenes/optimizacion_estructuras.jpg);
	background-repeat: no-repeat;
	background-position: center 5px;
}

#sidebar2  {
	width: 280px;
	float: right;
	top: -10px;
	margin-top: 20px;
	padding: 0px;
	font-size: 0.9em;
	height: 500px;
	margin-left: 10px;

    }

#clientesContent  {
	width: 850px;
	float: left;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	border-top: thin dashed #808080;
	height: 110px;
	
    }

#clientesContent   ul.clientes {
	padding: 0px;
	list-style: none;
	margin: 0px;
}

#clientesContent .clientes li {
	float: left;
	width: 200px;
	height: 100px;

}
#clientesContent .clientes li a {
	float: left;
	list-style: none;
	height: 85px;
	line-height: 120%;
	text-align: center;
	color: #0070C0;
	display: block;
	width: 90%;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	background-repeat: no-repeat;
	background-position: center top;

}

#clientesContent   .clientes   li   a.texto {
	height: 85px;
	width: 500px;
	text-align: left;	
}

#sidebar_contacto  {
	width: 500px;
	float: right;
	top: -10px;
	padding: 0px;
	font-size: 0.9em;
	border: thin solid #C0DCC0;
	height: 400px;
	margin-top: 65px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
    }	

.home  #sidebar1  h2  a, .nuestros_servicios #sidebar1 h2 a {
	color: #000066;
	margin-bottom: 15px;
	letter-spacing: -0.5px;
	margin-top: 0px;
	text-align: center;
}

#imag_servicios_analisis  {
	width: 230px;
	float: right;
	padding: 0px;
	font-size: 0.9em;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
    }

.navegar {
	background: url(../imagenes/fondo-lateral.jpg) no-repeat 0px top;
	text-align: center;
	padding: 20px 15px 0px;
}
.navegar img {
	border-style: none;
}
.navegar  h2, .proyecto .navegar h3 {
	margin: 0px 0px 15px;
	padding: 0px;
	color: #333333;
	text-transform: none;
	font: bold 1.2em Arial, Helvetica, sans-serif;
}
.navegar ul {
	list-style: none none outside;
	text-align: left;
	margin: 0px;
	line-height: 130%;
	padding: 0px;
}
.navegar li {
	margin-bottom: 0.7em;
	padding-left: 20px;
	text-indent: -9px;
}
.navegar a {
	font-weight: bold;
	color: #0070C0;
	text-indent: -11px;
}
.navegar  a.activo, .navegar a.activo strong{
	color: #D95700;
}

#logQ  {
	height: 60px;
	color: #FFFFFF;
	line-height: 0%;
	/*padding-top: 10px;*/
	position: relative;
	margin-bottom: 15px;
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 15px;
    } 

#footer  {
	background:url(../imagenes/fondo-pie.jpg)  repeat-y left bottom;
	height: 80px;
	color: #FFFFFF;
	line-height: 100%;
	padding-top: 10px;
	position: relative;
	background-image: url(../imagenes/fondo-pie.jpg);
	margin-top: 15px;
    } 
/*#content_footer {
	background: url(../imagenes/remate-pie.jpg) no-repeat left bottom;
	padding-right: 24px;
	padding-left: 24px;
	height: 100%;
}
.nav-footer {
	width: 500px;
} */


.nav-footer li {
	padding-right: 20px;
	float: left;

}
.nav-footer li li {
	display: block;
	margin-top: 0px;
	padding-top: 0px;
	float: none;
	margin-left: 95px;
	width: 380px;
	position: relative;
	top: -20px;
}
#footer .foot_servicios     {
	clear: left;
}

#footer ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
}
#footer a:hover, #footer a:focus, #footer a:active {
	text-decoration: underline;
}
#datos         {
	width: 380px;
	text-align: left;
	position: absolute;
	top: 10px;
	right: 527px;
	height: 84px;
}
.datos_contacto {
}

.datos_contacto     li {
	display: inline-block;
	float: left;
	margin-right: 10px;
}
.resto {
	clear:both;
	display: block;
	padding-top: 10px;
}
.resto a {
	margin-right: 10px;
}

a.logo_calidad      {
	background: url(../imagenes/ISO9001.jpg) no-repeat 0px 0px;
	padding-left: 69px;
	padding-bottom: 77px;
	line-height: 0px;
	padding-top: 0px;
}
a.foot_dossier      {
	/*background: url(../imagenes/pdf.gif) no-repeat 0px 0px;*/
	background: url(../imagenes/ISO9001_Black.jpg) no-repeat 0px 0px;	
	padding-left: 35px;
	padding-bottom: 25px;
	line-height: 30px;
	padding-top: 10px;
}

.diseno {
	position: absolute;
	bottom: 10px;
	left: 0px;
	width: 378px;




}
.diseno a img {
	border-style: none;
	margin-bottom: -5px;
	margin-left: 10px;
}
#footer  p  {
	padding: 10px 0; /* el relleno de este elemento crear&aacute; espacio, de la misma forma que lo har&iacute;a el margen, sin el problema de la contracci&oacute;n de m&aacute;rgenes */
    }
    .fltrt { /* esta clase puede utilizarse para que un elemento flote en la parte derecha de la p&aacute;gina. El elemento flotante debe preceder al elemento junto al que debe aparecer en la p&aacute;gina. */
	float: right;
	margin-left: 10px;
    }
    .fltlft { /* esta clase puede utilizarse para que un elemento flote en la parte izquierda de la p&aacute;gina. */
    	float: left;
    	margin-right: 8px;
    }
    .clearfloat { /* esta clase debe colocarse en un elemento div o break y debe ser el &uacute;ltimo elemento antes del cierre de un contenedor que incluya completamente a un elemento flotante */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }


/*Contacto____________________________________________________________________________________*/

dt {
	width: 8em;
	text-align: right;
	clear: both;
	float: left;
}
form {
	width: 300px;

}
.col-twothree #form1 {
	padding: 0 15px 0px 0px;
}

fieldset {
	padding: 10px 30px 20px 20px;
}
legend {
	float: right;
	color: #333333;
	font-weight: bold;
}



#form1  p.centrar  {
	padding-top: 1em;
	clear: both;
}

input, select, checkbox, textarea{
	width: 100%;
	border: 1px solid #7F9DB9;
	padding: 0.2em;
	font: 1em Arial, Helvetica, sans-serif;
}
input:focus, select:focus, checkbox:focus, textarea:focus {
	background: #EBEBEB;
}


.button {
	background: #ebebeb;
	border: 1px solid #7F9DB9;
}
label {
	display: block;
	padding-top: 0.7em;
}
fieldset#opcion    {
	padding: 0;
	margin: 10px 0px -10px;
	border-style: none;
	background: transparent;
}
#opcion     legend {
	float: left;
	width: 9em;
	font-size: 1em;
	font-weight: normal;
	color: #0070C0;
	padding: 0;
	margin-left: -5px;
}
#opcion   div {
	float: left;
	padding-left: 120px;
	margin-top: -18px;

}
#opcion  input {
	display: inline;
	border-style: none;
	width: 20px;
}
#opcion   label {
	display: inline;
	width: 3em;
	float: none;
}
#opcion   p {
	margin: 0em 0 1em;
}
.col1, .col2 {
	float: left;
	width: 47%;
	margin-bottom: 20px;
}
.col2 {
	padding-left: 40px;
}
.col1 p {
	margin-left: 0px;
}
#submit {
	width: 5em;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#submit:hover, #Submit:focus {
	background: #7F9DB9;
}
#submit:active {
	background: #3333CC;
	color: #FFFFFF;
	margin-top: 10px;
}

/*fin contacto_____________________________________________________________________________________*/

#content {
	float: left;
	padding-right: 24px;
	padding-left: 24px;
	margin-bottom: 0px;
}

#mapa iframe {
	width: 425px;
	margin-top: 20px;
}
#mapa   a {
	margin-top: 5px;
	display: block;
}

.col-one, .col-onetwo, .col-two, .col-three, .col-twothree, .col-four, .col-five, .col-ancha {
	padding-top: 20px;
}

/* alignment classes */
.float-left  { float: left; }
.float-right {
	float: right;
}
.align-left  { text-align: left; }
.align-right { text-align: right; }
.center {
	text-align: center;
	margin: 0 auto;
}
p.center  {
	margin-top: 10px;
}



/* clearing */
.clearer { clear: both; }
/*.clear {
	display:block;
}*/
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: ".";
	}
.navegar a {
	font-weight: normal;
}

.navegar a strong {
	font-weight: bold;
	color: #0070C0;

}
.proyecto  h1 {
	font-size: 1.5em;
	text-align: left;
	width: 420px;
}
.proyecto    h2.cliente {
	font-size: 0.9em;
	font-weight: bold;
	padding: 0.5em;
	border: 2px dotted #CCCCCC;
	width: 150px;
	margin-left: 20px;
	color: #000000;
	margin-bottom: 5px;
	margin-top: 0px;
	clear: right;
	float: right;
}
.proyecto   .cliente   strong {
	margin-bottom: 5px;
	display: block;
	color: #FF6600;
}
.proyecto #mainContent img {
	float: right;
	clear: right;
	margin-left: 15px;
	margin-top: 5px;
}
.titulo .fecha {
	color: #FFFFFF;
	background: #FF6600;
	line-height: 0.9em;
	padding-right: 5px;
	padding-left: 5px;
}
.navegar .fecha {
	padding-right: 2px;
	padding-left: 13px;
	float: right;
}
/*.clientes   #content  h2 {
	clear: left;
	margin-bottom: 0.5em;
	text-align: center;
	border-bottom: solid 1px #000066;
}*/

/*.clientes   #content  ul {
margin:0;
padding:0;
}
.clientes     #content    li    {
	list-style: none;
	float: left;
	margin: 0px 27px 10px 0px;
	padding: 0px;
	width: 260px;
	height: 200px;
	text-align: center;
	line-height: 1.2em;
	vertical-align: bottom;
	font-size: 1.5em;
}*/
.clientes  #content  img {
	margin-top: 0px;
	border-style: none;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.clientes   #content   a  img {
	border:none;
	outline:none;
}

.clientes #sidebar a {
	font-size: 1.2em;
	line-height: 1.4em;

}
.clientes #content a {
	color: #0070C0;
}
.clientes #content li.ultima {
	margin-right: 0px;
}
.sinborde {
	border-style: none;
}
.enlaces ul {
	margin-left: 190px;
}
.mapaweb ul {

}
.hojas {
	border-style: none;
	position: absolute;
	top: -14px;
	right: 3px;
}
.icono {
	padding-left: 50px;
	background: url(../imagenes/ico-impacto.gif) no-repeat;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;

}
.ingenieria {
	background-image: url(../imagenes/dinamica-experimental.jpg);
	background-repeat: no-repeat;
}
.consultoria  {
	background-image: url(../imagenes/ingenieria-arquitectura.jpg);
	background-repeat: no-repeat;
}
.tecnicas {
	background: url(../imagenes/ico-tecnicas.gif) no-repeat;
}
ul.organismos {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.mapaweb #mainContent ul {
	list-style: none;
	margin-right: auto;
	margin-left: auto;
	width: 300px;
	font-size: 0.9em;
	line-height: 1em;
}
.mapaweb #mainContent ul ul {
	padding-left: 40px;
}
.mapaweb #mainContent ul li li a {
	display: block;
}
