/************************************* GENERAL *****************************************/
body {
	background: url('../imagenes/cabecera/body_bg.jpg') no-repeat top right;
    font: normal 12px Arial, Verdana, sans-serif;
	color:#005da0;
	height:100%;
	margin:0;
	padding:0;
}
h1 { font-size:34px; }
h2 { font-size:24px; padding:0 0 5px 20px; }
p {
	padding:5px 30px 5px 20px;
	text-indent:30px;
	line-height:18px;
}
p span { font-weight:bold; }
hr { background:url('../imagenes/hr.jpg') no-repeat center; padding:10px 0 10px 0; }
a { color:#005da0; }


/************************************* CABECERA*****************************************/
#cabecera {
	height:90px;
}
#menusup {
	height:55px;
	width:100%;
	padding-top:2px;
	background: url('../imagenes/menu/menusup_bg.png') repeat-x;
}
.logo {
	padding:5px 0 0 20px;
	float:left;
}
.idiomas {
	color:#0094d9;
	float:right;
	padding:7px 0 0 0;
}
.accesos {
	padding:0 20px 0 0;
	float:right;
	width:460px;
	height:72px;
}


/********************************** CONTENIDO *****************************************/
#contenido {
	width:815px;
	text-align:left;
}
.contenido_corto {
	width:815px;
	text-align:left;
	margin-bottom:150px;
}
.contenedor {
	background:url('../imagenes/contenedor_med.jpg') repeat-y;
	padding-top:10px;
}
.contenedor2 {
	padding-bottom:20px;
}
#mas_proyectos ul {
	padding:10px 0 0 60px;
	line-height:18px;
	width:700px;
}
#mas_proyectos ul li{
	padding:15px 0 0 0;
}
.negrita {
	font-weight:bold;
}
.certifica {
	width:750px;
	text-align:left;
	padding:20px 0 0 50px;
}
.certifica p {
	margin-top:-120px;
}
#navegador {
	line-height:17px;
}
#navegador a{
	text-decoration:none;	
}
#navegador a:hover{
	text-decoration:underline;	
}
#bienvenida {
	width:815px;
}
.bienvenida1, .bienvenida2 {
	float:left;
}
.contacto {
	padding:15px 50px 15px 30px;
	background:url('../imagenes/contenedor_med.jpg') repeat-y;
	line-height:17px;
}
.contacto span {
	font-weight:bolder;	
}
.contacto2 {
	float:right;
}
.subir {
	font-size:9px;
	float:right;
	padding:5px 40px 0 0;
}
.subir a {
	text-decoration:none;
}
.subir a:hover {
	text-decoration:underline;
}


/*********************************** FORMULARIO *****************************************/
#contactform {
	width:815px;
	padding:22px 0 26px 20px;
	margin:0 0 0 50px;
	background:url('../imagenes/mapa.png') no-repeat;
}
#contactform dd input, #contactform dd textarea {
	width:250px;
	padding:0.3em 9px;
	margin:0 0 1.5em;
	border:solid 1px #0094d9;
	color:#005da0;
	font:1.1em Arial, Verdana, sans-serif;
}


/*********************************** FOOTER ******************************************/
#footer {
	position:relative;
    bottom:0px;
    width:100%;
    height:50px;
    color:#fff;
    background:#0094d9 url('../imagenes/footer/footer_bg.jpg') repeat-x;
    padding-top:70px;
	font-size:11px;
}
.footer_corto {
	position:fixed;
    bottom:0;
	left:0;
    width:100%;
    height:50px;
    color:#fff;
    background:#0094d9 url('../imagenes/footer/footer_bg.jpg') repeat-x;
    padding-top:70px;
	font-size:11px;
}
#menufooter {
	width:785px;
	background:url('../imagenes/footer/footer_separadores.png') top no-repeat;
	line-height:19px;
	font-size:12px;
}
ol li.footer1, ol li.footer4, ol li.footer7 {
	margin-top: -4.7em;
}
ol li.footer1, ol li.footer2, ol li.footer3 {
	margin-left: 0em;
}
ol li.footer4, ol li.footer5, ol li.footer6 {
	margin-left: 14em;
}
ol li.footer7, ol li.footer8, ol li.footer9 {
	margin-left: 26.5em;
}
ol li.logofooter {
	margin-left:55em;
	margin-top:-70px;
}
.certificados {
	margin-left:40em;
	margin-top:-60px;
}
.certificados img {
	padding-right:10px;
}

/* enlaces footer */
ol li a {
	color: #fff;
	display: block;
	width: 12em;
	text-decoration: none;
}
.footer1 a:hover,.footer2 a:hover,.footer3 a:hover,.footer7 a:hover,.footer8 a:hover,.footer9 a:hover{
	color: #fff;
	width: 11em;
	background-color: #1eaaeb;
	padding-left:5px;
}
.footer4 a:hover,.footer5 a:hover,.footer6 a:hover {
	color: #fff;
	width: 9em;
	background-color: #1eaaeb;
	padding-left:5px;
}
.footer10 a:hover,.footer11 a:hover,.footer12 a:hover {
	color: #fff;
	width: 11em;
	background-color: #1eaaeb;
	padding-left:5px;
}
