﻿#contenedor{
	background-color: #FFFFFF;
}
#cabecera{
	float: left;
	width: 100%;
	height: 100px;
}

#cabecera_izq {
	float: left;
	margin: 0px 0px 0px 0px;
	background-image: url('50aniv_new_izq2.jpg');
	width: 135px;
	height: 100px;
}
#cabecera_cen {
	position: static;
	margin: 0px 0px 0px 0px;
	background-image: url('50aniv_new_cen2.jpg');
	width: 100%;
	height: 100px;
}
#cabecera_der {
	float: right;
	margin: 0px 0px 0px 0px;
	background-image: url('EncabezadoFABA1_der.jpg');
	width: 337px;
	height: 100px;
}
#menu1{
	background-color: #FFFFFF;
	height: 28px;
	width: 100%;
}

#cuerpo {
	border: 1px solid #003366;
	background-color: #FFFFFF;
}
#cuerpo a {
	text-decoration: none;
	color: #0000CC;
}
#cuerpo a:link {
	}
#cuerpo a:visited { 
} 
#cuerpo a:hover { text-decoration: underline;
} 
#cuerpo a:active { color: blue;}

#pie_inf_izq {
	float: left;
	background-image: url('50aniv_new_inf_cen.jpg');
	width: 100%;
	height: 70px;
}
#pie_inf_der {
	float: right;
	background-image: url('PieFABA1_der.jpg');
	width: 105px;
	height: 70px;
}
#pie {
	width: 100%;
	height: 70px;
	line-height: 14px;
}
.textoAlPie
{
	float: left;
	padding: 10px;
	FONT-FAMILY: Verdana;
	COLOR: #ffffff;
	FONT-SIZE: 10px;
	text-align: left;
	width: 60%;
}
.textoAlPie a
{
	text-decoration: none;
	color: #FFFFFF;
}
.textoAlPie a:link {
}
.textoAlPie a:visited { 
} 
.textoAlPie a:hover { text-decoration: underline; 
} 
.textoAlPie a:active { color: blue; } 
