@charset "UTF-8";
/* CSS Document */

body {
	padding: 0px;
	margin: 0px;
	background-image: url(../images/back.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #005271;
	text-align: center;
}

a {
	outline: none;
}

#header {
	width: 948px;
	height: 115px;
	margin: 0 auto;
	text-align: left;
}
	
	img#logo {
		margin-top: 33px;
		float: left;
	}
	
	#menu-fx {
		width: 240px;
		float: right;
		margin-top: 27px;
	}
	
	#menu-fx a {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #FFF;
		text-decoration: none;
		float: left;
		display: block;
		height: 10px;
		padding-left: 15px;
		margin-left: 25px;
		background-repeat: no-repeat;
		background-position: left 1px;
	}
	
	#menu-fx a:hover {
		color: #abe0ff;
		background-position: left -9px;
	}
	
	a#fx-home {
		background-image: url(../images/btn-fx-home.gif);
	}
	
	a#fx-contact {
		background-image: url(../images/btn-fx-contacto.gif);
	}
	
	a#fx-sitemap {
		background-image: url(../images/btn-fx-map.gif);
	}
	
	
#body-top {
	width: 948px;
	height: 12px;
	margin: 0 auto;
	background-image: url(../images/back-body-top.png);
	background-repeat: no-repeat;
}

#body-center {
	width: 948px;
	height: auto;
	margin: 0 auto;
	background-image: url(../images/back-body-center.png);
	background-repeat: repeat-y;
	padding-bottom: 15px;
}

#body-bottom {
	width: 948px;
	height: 16px;
	margin: 0px auto;
	background-image: url(../images/back-body-bottom.png);
	background-repeat: no-repeat;
}

#main-nav {
	float: left;
	position: absolute;
	margin: 32px 0px 0px 220px;
}

#main-nav ul {
	float: left;
}
#main-nav li {
	list-style: none;
	display: block;
	float: left;
}

#main-nav li a {
	height: 41px;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-indent: -9999px; 
}

#main-nav li a:hover {
	background-position: left -41px;
}

#main-nav li a#nav-nosotros {
	width: 110px;
	background-image: url(../images/btn-nosotros.gif);
}

#main-nav li a#nav-valores {
	width: 95px;
	background-image: url(../images/btn-valores.gif);
}

#main-nav li a#nav-empresas {
	width: 99px;
	background-image: url(../images/btn-empresas.gif);
}

#main-nav li a#nav-productos {
	width: 180px;
	background-image: url(../images/btn-productos.gif);
}

#main-nav li a#nav-empleos {
	width: 204px;
	background-image: url(../images/btn-empleos.gif);
}

#flash {
	width: 920px;
	height: 220px;
	margin: 0 auto;
}

#contenido {
	width: 948px;
	margin: 0 auto;
	overflow: hidden;
}

#main-content {
	width: 360px;
	text-align: left;
	float: left;
}

	img.titulos {
		margin: 30px 0 0px 0;
	}
	
	#main-content p {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 13px;
		line-height: 20px;
		color: #777;
	}
	
	p.final {
		border-bottom: solid 1px #ccc;
		padding-bottom: 20px;
	}
	
	img#banner {
		margin-top: 7px;
	}
	
#services-content {
	width: 252px;
	height: 287px;
	background-image: url(../images/back-services.gif);
	background-repeat: no-repeat;
	float: left;
	text-align: left;
	margin: 30px 0 0 30px;
	padding: 65px 0 0 20px;
}

	#services-content a {
		text-decoration: none;
		color: #007bc0;
	}
	
	#services-content a:hover {
		text-decoration: underline;
	}
	

#fotos {
	width: 276px;
	height: auto;
	float: left;
	text-align: left;
	margin: 70px 0 0 26px;
}
	
	p.listado {
		display: block;
		width: auto;
		height: 15px;
		background-image: url(../images/icon-arrow.png);
		background-repeat: no-repeat;
		background-position: left center;
		padding-left: 24px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #777;
		padding-bottom: 3px;
	}
	
	img#brochure-servicios {
		margin-top: 46px;
		margin-left: -20px;
	}

#submenu {
	width: 240px;
	float: left;
	text-align: left;
	margin: 55px 0 0 25px;
}

#submenu a {
	color: #777;
	text-decoration: none;
}

#submenu a:hover {
	text-decoration: underline;
}

#footer {
	width: 948px;
	height: auto;
	margin: 0 auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	padding-top: 10px;
}

#ft-menu {
	color: #78a3b4;
	float: left;
}

#ft-menu p {
	margin: 5px 0px 8px 0px;
}

#ft-menu a {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}

#ft-menu a:hover {
	color: #abe0ff;
}

#creditos {
	width: 60px;
	height: 13px;
	text-align: right;
	margin-top: 5px;
	padding-right: 10px;
	float: right;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #777;
	font-weight: normal;
}

.azul {
	color: #007bc0;
}

a#banner-brochure {
	display: scroll;
	position: fixed;
	top: 380px;
	left: 50%;
	margin-left: -455px;
	z-index: 15;
}

img#productos-est {
	display: scroll;
	position: fixed;
	top: 460px;
	left: 50%;
	margin-left: -455px;
	z-index: 15;
}

img#imagen1 {
	margin: 5px 0 105px 0;
}

img#imagen2 {
	margin: 0 0 50px 0;
}

form#contacto {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #777;
	font-size: 12px;
	margin: 15px 0;
	border-bottom: solid 1px #ccc;
}

	form#contacto input, form#contacto textarea {
		width: 350px;
		margin-bottom: 20px;
		margin-top: 5px;
		border: solid 1px #ccc;
		padding: 2px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000;
	}
	
	form#contacto input.boton {
		width: 150px;
		background-color: #007bc0;
		border: outset 1px #007bc0;
		color: #FFF;
		text-transform: uppercase;
	}

img#est {
	margin-top: 230px;
}

#main-content ul {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 7px;
}

#main-content li {
	margin-top: 6px;
	list-style-image: url(../images/ico-arrow.gif);
}

#main-content li a {
	text-decoration: none;
	color: #777;
}

#main-content li a:hover {
	text-decoration: underline;
	color: #007bc0;
}