body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	width:671px;
	margin-left: 30px;
	margin-right: 30px;
	color: #7b7b7b;
	margin: 0 auto 0 auto;
}

#header {
	z-index: 1;
	position: relative;
}

.contenido {
	z-index: -1;
	position: relative;
}

.imgs {
	border: 0;
	margin: 0;
}

.header_bottom {
	border-top: 10px solid #f4f4f3
}

.menu_off {
	background-image: url('imgs/bg_menu_off.gif');
	width: 134px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	font-size: 16px;
	font-weight: bold;
	float: left;
	margin: 0 0 15px 0;
	border: 0;
}

.menu_off:hover {
	background-image: url('imgs/bg_menu_on.gif');
}

.menu_on {
	background-image: url('imgs/bg_menu_on.gif');
	width: 134px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	float: left;
	margin: 0 0 15px 0;
	border: 0;
}

.menu_link {
	text-decoration: none;
	display: block;
	color: #FFFFFF;
}

.submenu {
	display: none;
	clear: both;
	width: 250px;
}

.submenuItem {
	background-image: url('imgs/bg_menu_off.gif');
	height: 36px;
	text-align: left;
	line-height: 36px;
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
	border: 0;
}

.submenuItem:hover {
	background-image: url('imgs/bg_menu_on.gif');
}

.titol {
	font-size: 15px;
	color: #7f7f7f;
	padding: 15px 0px 5px 5px;
	border-bottom: 1px solid #7f7f7f;
	margin-bottom: 10px;
}

.titol2 {
	color: #4c4b4b;
	border-bottom: 1px solid #4c4b4b;
	font-weight: bold;
	display: inline;
}

.fuente {
	font-size: 9px;
}

.fotos {
	margin: 0;
	border: 0;
	padding: 0 0 5px 5px;
	float: right;
}

.footer {
	color: #b0b0af;
	border-top: 1px solid #b0b0af;
	text-align: center;
	font-size: 11px;
	line-height: 23px;
}

.linkTitol {
	color: #7f7f7f;
	text-decoration: none;
}
