#menu {
	height: 265px;
	margin-bottom: 20px;
	text-align:center;
}

#noticias {
	position:relative;
	width: 500px;
	float:left;
}

#noticias .border_top{
	background: url(../images/bg_500_top.png) no-repeat 0 top;
	height: 1%;
}

#noticias .border_center{
	background: url(../images/bg_500_center.png) repeat-y 0 0;
	height: 1%;
}

#noticias .border_bottom{
	background: url(../images/bg_500_bottom.png) no-repeat 0 bottom;
	height: 1%;
}

#noticias .border_content {
	padding: 20px 30px 30px 125px;
}

#noticias h1 {
	position: absolute;
	top: 20px;
	left:20px;
	font-size: 18px;
	font-weight:bold;	
	text-transform: uppercase;
	color: #1A171B;
	width: 100px;
}

#noticias .item {
	background: url(../images/iso_ae_noticias.png) no-repeat 0 0;
	padding-left: 35px;
}

#noticias .aviso_newsletter {
	padding-left: 35px;
	margin-top:20px;
	margin-bottom:20px;
	color: #1A171B;
	font-size:14px;
	font-weight:bold;
}

#noticias .aviso_newsletter .inscribete_aqui a{
	background: url(../images/newsletter_inscripcion.png) no-repeat 0 0;	
	display: block;
	width: 	150px;
	height: 20px;
	margin-top: 5px;
}

#noticias .aviso_newsletter .inscribete_aqui a span{
	display: none;	
}

#historias {
	position:relative;
	width: 435px;
	float:right;
	margin-top: 4px;
}

#historias .border_top{
	background: url(../images/bg_435_top.png) no-repeat 0 top;
	height: 1%;
}

#historias .border_center{
	background: url(../images/bg_435_center.png) repeat-y 0 0;
	height: 1%;
}

#historias .border_bottom{
	background: url(../images/bg_435_bottom.png) no-repeat 0 bottom;
	height: 1%;
}

#historias .border_content {
	padding: 20px 30px 30px 125px;
}

#historias h1 {
	position: absolute;
	top: 20px;
	left:20px;
	font-size: 18px;
	font-weight:bold;	
	text-transform: uppercase;
	color: #1A171B;
	width: 100px;
}

#historias .item {
	background: url(../images/iso_ae_historias.png) no-repeat 0 0;
	padding-left: 35px;
}

.item {
	margin-bottom: 1em;
	line-height:140%;
	height: 1%;
}

.item h2 {
	font-size:14px;
	color: #1A171B;
}

.item h3 {
	font-size:10px;
	color: #1A171B;
}

.item p {
	font-size:12px;
	color: #4D4D4D;
}

.item .mas a{
	color: #002B55;
	text-decoration:underline;
	font-size:11px;
}

#idioma {
	float: left;
	margin-left: 10px;
	margin-top: 25px;
	width:37px;
}

#idioma a{
	color: #002B55;
	text-decoration:none;
	font-size:10px;
	text-align:center;
	line-height: 18px;
}

#marcas {
	float: left;
	margin-left: 15px;
	width:490px;
	overflow:hidden;
	margin-top: 10px;
}

#donate {
	float:left;
	margin-left: 15px;
	text-align:center;
}

#descarga_manual {
	float:right;
	text-align: right;
	margin-right: 10px;
	margin-top: 10px;
}
#descarga_manual a {
	display: block;
	background: url(../images/descarga_manual.png) no-repeat 0 0;
	width:194px;
	height:44px;
	margin-right: 0px;
	margin-left: auto;
}

#descarga_manual a.en {
	background: url(../images/download_manual.png) no-repeat 0 0;
}

#descarga_manual span {
	display: none;
}