.hiddenContent { /* For alternate content for screen readers */
	position:absolute;
 	left:0px;
 	top:-2000px;
	width:1px;
 	height:1px;
 	overflow:hidden;	
	}


.content{
	overflow:hidden;
	width:770px;
	height:400px;
	background:#B79FB4;
	margin: auto auto;
	text-align:left;
	padding:0px 23px;
}

.content #name {
	margin-top:94px;
	margin-left:9px;
	margin-bottom:7px;
}

.content #contentMenu{
	overflow:hidden;
	width:100%;
}
.content #contentMenu *{
	margin:0px;
	padding:0px;
	font-size:10px;
	line-height:1.3em;
}

.content #contentMenu #title_spanish{
	width:9px;
	height:210px;
	background: url(../img/img_spanish.jpg) bottom left no-repeat;
}
.content #contentMenu #title_english{
	width:9px;
	height:210px;
	background: url(../img/img_english.jpg) top right no-repeat;
}
.content #contentMenu a{
	display:block;
	width:440px;
	height:15px;
	color:#F34804;
}
.content #contentMenu span {
	display:block;
	width:110px;
	height:15px;
}
/* GENERAL CLASS*/
.sacar{
	margin:0px;
}
.floatLeft{
	float:left;
}
.content #contentMenu a.floatLeft2{
	float:left;
	margin-right:200px;
	text-align:center;
}
.floatRight{
	float:right;
	position:relative;
	top:-195px;
}
.content #contentMenu span.floatRight{
	margin-left:450px;
}
.content #contentMenu a.floatRight2{
	float:right;
	position:relative;
	top:-195px;
	text-align:center;
}
.bar{
	background:#463C3A;
	height:210px;
	width:14px;
}
/* COLORES DE LOS BOTONES */
.content #contentMenu a.line1{
	background:#F7C18D;
}
.content #contentMenu a.line2{
	background:#B5DAAE;
}
.content #contentMenu a.line3{
	background:#A5D1F2;
}
.content #contentMenu a.line4{
	background:#C7B5B3;
}
.content #contentMenu a.line5{
	background:#E0F0A8;
}
.content #contentMenu span.line1_1{
	background:#F34804;
}
.content #contentMenu span.line2_1{
	background:#52914A;
}
.content #contentMenu span.line3_1{
	background:#6C94D2;
}
.content #contentMenu span.line4_1{
	background:#A48784;
}
.content #contentMenu span.line5_1{
	background:#CAED3C;
}