@charset "utf-8";
/* CSS Document */
/*-------------------------------------------------------------------------------general---*/
body {
	background: url(images/back.jpg) repeat-y top center;
	background-color: #fff;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
h1 { font-size: 10px; color: #069;}
h2 { font-size: 18px; color: #069;}
h3 { font-size: 16px; color: #666; margin-top: 0; }
h4 { font-size: 14px; color: #069; margin-bottom: 0; margin-top: 5px; }
a { color: #999; text-decoration: none; }
a:hover { color: #069; text-decoration: underline}
/*-------------------------------------------------------------------------------wrapper---*/
#wrapper {
	margin: 0 auto;
	width: 950px;
}
/*---------------------------------------------------------------------------------header--*/
#header {
	background: url(images/bk_header.jpg) repeat-x top left;
	margin: 0 auto;
	width: 917px;
	height: 234px;
}

#header #logo h1 a {
	background: url(images/logo.png) no-repeat top left;
	display: block;	
	font-size: 2px;
	margin: 0 auto;
	text-indent: -9999em;
	width: 162px;
	height: 88px;
}
#foto {
	background: url(images/foto_header.jpg) no-repeat top left;
	float: left;
	margin-top: -5px;
	padding: 0;
	width: 917px;
	height: 89px;
}
/*--menu---*/
#menu {
	background: url(images/bk_menu.jpg) no-repeat top left;
	float: left;
	width:917px;
	height:39px;
}
#menu ul li {
	display: inline;
	float: left;
	margin-top: -3px;
	text-decoration: none;
}
#menu ul li a {
	color: #ccc;
	text-decoration: none;
	font-size: 18px;
}
#menu ul li a:hover {
	color: #fff;
}
.ini { margin-left: -4px; }
.hab { margin-left: 64px; }
.res { margin-left: 50px; }
.sal { margin-left: 50px; }
.fot { margin-left: 50px; }
.con { margin-left: 55px; }
/*--lenguaje--*/
#lang {
	float: right;
	color: #999;
	margin-top: -80px;
	margin-right: 10px;
}
#lang a { color: #09C; }
/*-----------------------------------------------------------------------------------------------Main---*/
#main {
	margin-left: 16px;
	width: 917px;
	display: block;
}
/*-----------------------------------------------------------------------------------------------Bottom---*/
#bottom {
	float: left;
	margin: 6px 16px;
	width: 917px;
}
#bottom .izq {
	float: left;
	width: 305px;
}
#bottom .cen {
	float: left;
	width: 305px;
}
#bottom .der {
	float: right;
	width: 305px;
}