@charset "utf-8";
/* CSS Document */


body{
	background: #255da8 url(images/background.gif) top center repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color:#1c1c1c;
	}
*{
	padding: 0;
	margin: 0;
	list-style-type: none;
	}
	
#contenedor{
	width: 850px;
	margin:18px auto 0 auto;
	background: #FFF;
	}
	
#cabecera{
	width: 850px;
	background: #FFFFFF url(images/fondo_header.gif) bottom right no-repeat;
	height: 182px;
	position:relative;	
	*top: -185px;
	}
	
#cabecera h1{
	width: 235px;
	height: 60px;
	position: relative;
	top: -170px;
	*top: 15px;
	left: 65px;
	
	}
	
#banner{
	width: 342px;
	height: 187px;
	position: relative;
	float: left;
	top: 96px;
	left: 26px;
	z-index: 99;

	}
	
#menu{
	width: 850px;
	height: 53px;
	background: url(images/back_menu.gif);
	*position:relative;
	*top: -185px;
	z-index: 0;	
	}
	
#menu ul{
	height: 53px;
	position:relative;
	left: 30px;
	*left: 370px;
}
	
#menu li{
	float:left;
	}
	
#menu ul.nav a{
	display:block;
	width: 95px;
	height: 53px;
	background: url(images/menu_system.gif);
	overflow: hidden;
	text-indent:-3000px; /*oculta los textos*/
	}
	
#menu ul.nav li.home a{background-position:0 0;}	
#menu ul.nav li.home a:hover{ background-position:0 -53px;}
#home #menu ul.nav li.home a{ background-position: 0 -53px;}

#menu ul.nav li.proyectos a{background-position:-95px 0;}	
#menu ul.nav li.proyectos a:hover{ background-position:-95px -53px;}
#proyectos #menu ul.nav li.proyectos a{ background-position: -95px -53px;}

#menu ul.nav li.servicios a{background-position:-190px 0;}	
#menu ul.nav li.servicios a:hover{ background-position:-190px -53px;}
#servicios #menu ul.nav li.servicios a{ background-position: -190px -53px;}

#menu ul.nav li.enlaces a{background-position:-285px 0;}	
#menu ul.nav li.enlaces a:hover{ background-position:-285px -53px;}
#enlaces #menu ul.nav li.enlaces a{ background-position: -285px -53px;}

#menu ul.nav li.contacto a{background-position:-380px 0;}	
#menu ul.nav li.contacto a:hover{ background-position:-380px -53px;}
#contacto #menu ul.nav li.contacto a{ background-position: -380px -53px;}

	
#contenidos{
	width: 850px;
	background: #FFF;
	margin-top: -150px;
}
	
#contenidos #columna_izquierda{
	float:left;
	width: 300px;
	margin: 70px 50px 0 25px;
	*margin: 25px 50px 0 25px;
	font-size: 11px;
	line-height: 14px;
	}
	
#columna_izquierda li.titulo{
	color:#bc4040;
	margin-bottom: 5px;
	margin-top: 10px;
	
	}
	
#columna_izquierda li.azul{
	color:#205192;
	margin-bottom: 5px;
	font-size: 12px;
	}
	
/* CONTENIDOS DERECHA */
	
#contenidos #columna_derecha{
	float:left;
	width: 430px;
	margin-top: 20px;
	margin-bottom: 0;
	}
	

#contenidos a{
	color: #205192;
	text-decoration: none;
	}
	
#contenidos a:hover{
	color: #00CCFF;
	text-decoration: underline;
	}
	
#contenidos #columna_derecha h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	margin-top: 5px;
	color:#bc4040;
	font-weight:lighter;
	margin-bottom: 20px;
	}
	
#contenidos #columna_derecha p{
	margin-bottom: 15px;
	text-align:justify;
	}

#contenidos #columna_derecha ul.enlaces li{
	margin-bottom: 10px; 
	}
	
#contenidos #columna_derecha h2{
	color:#205192;
	font-size: 18px;
	font-weight: lighter;
	}
	
	/* FICHAS DE PROYECTOS */

#contenidos #columna_derecha #ficha {
	border: 1px solid #205192;
	padding: 10px;
	background: #d3e0ef;
	margin-bottom: 25px;
	height: 190px;
		}


#contenidos #columna_derecha #ficha h2{
	color:#205192;
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: bold;
	}
#contenidos #columna_derecha #ficha .left{
	border:1px #205192 solid;
	float: left;
	margin-right: 10px;
	}
	
#contenidos #columna_derecha #ficha a{
	background: url(images/icon_pdf.gif) center left no-repeat;
	padding-left: 25px;
	text-decoration: none;
	color:#205192;
	clear: both;
	margin-top: 20px;
	font-size: 12px;
	padding-top: 15px;
	}
	
#contenidos #columna_derecha #ficha a:hover{
	color: #0099CC;
	}
	
#contenidos #columna_derecha #ficha p{
	line-height: 18px;
	letter-spacing: 1px;
	}
	

	
	
/* PIE DE PAGINA*/
#footer{
	width: 850px;
	clear: both;
	height: 80px;
	background:#205192;
	top: 10px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 15px;
	}
	
#footer a{
	color: #FFFFFF;
	}
	
#footer a:hover{
	color: #00CCFF;
	}
	
