.hoverA:hover{
	border-top: black 2px solid;
	color: black;
}

.fondoA{ /*azul claro*/
	background-color: #009ddf;
}

.fondoB{
	background-color: black;
}

.fondoC{
	background-color: white;
}

.fondoD{
	background-color: #ccebf9;
}

.colorA{ /*azul claro*/
	color: #009ddf;
}

.colorB{ /*gris*/
	color: #9f9f9f;
}

.colorC{
	color: white;
}

.bordeA{
	border: black solid 1px;
}

p{
	line-height: 1.1em;
}

a{
	color: black;
	text-decoration: none;
}

a:hover {
	color: #009ddf;
}

body{
	background-color: white;
	font-family: Arial, Helvetica, Verdana;
	font-size: 9.5pt;
	color: black;
}

/*HEADER*/
#wrapper {
	width: 981px;
	margin: 0 auto;
}

#header{
	border-bottom: black 2px solid;
	position: relative;
	padding: 20px 0 5px 0;
	margin-bottom: 13px;
}

#logo{
	font-size: 4.9em;
	font-weight: bold;
	float: left;
	margin: 0 10px 16px 0;
}

#header p{
	font-size: 0.8em;
	padding-top: 8px;
}

#secciones{
	clear: left;
}

#secciones *{
	display: inline;
	margin-right: 9px;
}

#secciones li a{
	padding-top: 4px;
}

.seccion_actual{
	border-top: black 2px solid;
	color: black;
}

#lenguajes{
	position: absolute;
	right: 0px;
	bottom: 5px;
	font-size: 0.7em;
}

#lenguajes *{
	display: inline;
}

#lenguajes li{
	padding: 0 5px;
	border-right: black solid 1px;
}

#lenguajes #japones{
	padding-right: 0px;
	border-right: white solid 1px;
}

/*CONTENT*/
#content{
	min-height: 400px;
}

/*FOOTER*/

#footer p{
	font-size: 0.7em;
	padding: 13px 0 15px;
	clear: both;
}
