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

*{
	margin:0;
	padding:0;
}
body{
	text-align:center;
	background:#000000 url(background.jpg) no-repeat fixed 0 0;
	background-color:#127ebf;
}
#contenedor{
	margin:0 auto;
	text-align:left;
	width:800px;
}
#cabezal{
	margin:0 auto;
	margin-top:60px;
	width:900px;
	height:210px;
	background:url(cabezal.png) no-repeat center !important;
	background:url(cabezal.gif) no-repeat center;
}


#navegacion{
	margin-top:5px;
	margin-right:30px;
	height:30px;
}
#navegacion ul{
	list-style:none;/*quita puntos al costado de la lista*/
	font:18px Arial, Helvetica, sans-serif;
	line-height:30px;
}
#navegacion ul li{
	float:right;/*lista horizontal*/
}
#navegacion ul a{
	color:#FFFFFF;
	padding:0 15px;
	text-decoration:none;
}
#navegacion ul a:hover{
	color:#999999;
	display:block;
	line-height: 30px;
	background-color:#aec68e;
}
#navegacion ul a.actual{/*para que la pagina actual quede el boton marcado*/
	color:#666666;
}
#navegacion ul a.actual:hover{
	color:#FFF;
	background:none;
}

#top{
	margin-top:15px;
	height:123px;
	background:url(contenido_arriba.png) no-repeat center !important;
	background:url(contenido_arriba.gif) no-repeat center;
}
#contenido{
	background:url(contenido_medio.png) repeat-y center !important;
	background:url(contenido_medio.gif) repeat-y center;
}
#contenido img{
	/*margin-top:20px;*/
	margin-bottom:20px;
}
#bottom{
	height:40px;
	background:url(contenido_abajo.png) no-repeat center !important;
	background:url(contenido_abajo.gif) no-repeat center;
}
#pie{
	margin-top:40px;
	height:40px;
	background-color:#0066CC;

}


/*TEXTOS*/
h1{
	padding:30px 40px 0 40px;
	color:#999999;
	font:28px Arial, Helvetica, sans-serif;
}
p{
	padding:10px 40px;
	color:#666666;
	font:14px Arial, Helvetica, sans-serif;
}
#pie p{
	text-align:center;
	font:12px Arial, Helvetica, sans-serif;
	color:#0099CC;
}

/*IMAGENES*/

#imagenindex{
	width:800px;
	height:118px;
	background:url(imagen_index.png) no-repeat center !important;
	background:url(imagen_index.jpg) no-repeat center;
}
#imagenservicios{
	width:800px;
	height:118px;
	background:url(imagen_servicios.png) no-repeat center !important;
	background:url(imagen_servicios.jpg) no-repeat center;
}
#imagenproveedores{
	width:800px;
	height:118px;
	background:url(imagen_proveedores.png) no-repeat center !important;
	background:url(imagen_proveedores.jpg) no-repeat center;
}