body {
	font-family: "Kozuka Gothic Pro EL";
	scrollbar-arrow-color: #999999;
	scrollbar-face-color: #999999;
	scrollbar-highlight-color: #999999;
	scrollbar-3dlight-color: #999999;
	scrollbar-shadow-color: #999999;
	scrollbar-darkshadow-color: #999999;
	scrollbar-track-color: #999999;
}
.portada {
	text-align: center;
	margin-top: 27%;
}
a {
	color: #999999;
	letter-spacing: 5px;
	text-decoration:none;
}
a:hover {
	color: #000000;
}
.menu-abajo {
	font-size: 12px;
	text-align: center;
	height: 17px;
	position: absolute;
	bottom: 15px;
	color: #666666;
	width: 98%;
}
.sub-menu {
	position: absolute;
	left:0%;
	width:98%;
	font-size: 12px;
	bottom:15px;
	display:none;
	color: #333333;
}
.menu-arriba {
	font-size: 15px;
	text-align: left;
	height: 45px;
	border-left-width: 45px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.cuerpo {
	float: none;
	height: 80%;
	text-align: center;
	vertical-align: middle;
	width: 80%;
	left: 10%;
	position: absolute;
	font-size: 12px;
	overflow:auto;
}

.cuerpo-izq {
	height: 100%;
	width: 66%;
	text-align:center;
	float:left;
}
.cuerpo-der {
	height: 90%;
	width: 33%;
	float: right;
	text-align:left;
	overflow:auto;
}
.izq-top {
	height: 17%;
	width: 100%;
}
.izq-mid {
	height: 48%;
	width: 100%;
	text-align:center;
}
.izq-bottom {
	height: 32%;
	width: 100%;
	text-align:center;
}
.top {
	height: 75%;
	width: 100%;
	text-align:center;
}
.top2 {
	margin-top:50px;
	overflow-y: hidden;
	overflow-x: hidden;
	white-space:nowrap;
	width:100%;
}
.bottom2 {
	height: 160px;
	overflow-y: hidden;
	overflow-x: auto;
	white-space:nowrap;
	width:32%;
	position:absolute;
	bottom:0px;
	display: none;
}

.bottom {
	height: 24%;
	width: 100%;
	text-align:center;
}
.horizontal4 {
	height: 100%;
	width: 25%;
	text-align:center;
	float: left;
}
.horizontal5-borde {
	height: 100%;
	width: 5%;
	text-align:center;
	float: left;
}
.horizontal5-medio {
	height: 100%;
	width: 20%;
	text-align:center;
	float: left;
}
.horizontal5-centro {
	height: 100%;
	width: 49%;
	text-align:center;
	float: left;
}
h1 {
	font-size: 40px;
	color: #000000;
	text-align: center;
	line-height: 80%;
}
h2 {
	font-size: 18px;
	color: #333333;
	text-decoration: underline;
}
h3 {
	font-size: 14px;
	color: #999999;
	margin-left:20px;
	line-height: 6px;
}


h6 {
	text-align: center; 
}
p {
	font-size: 14px;
	text-indent: 30px;		
}
a img {
	border:none;
}
.sub-menu a{
	background-color:#FFFFFF;
	width:100%;
	display: block;
	margin-left: 8px;
	border: thin solid #999999;
}

