@charset "iso-8859-1";
/* CSS Document */

@import url(general.css);
@import url(menu_inicio.css);
#bienvenidos {
	margin-top:40px;
	margin-left:20px;
}
#textobienvenida {
	margin-top:12px;
	margin-left:22px;
	width:430px;
}
#estandarte {
	width:758px;
	height: 206px;
	background-color: #FEFAF2;
	margin-left:auto;
	margin-right:auto;
	border-right: #ffffee 1px solid;
	border-left: #ffffee 1px solid;
}
a.boton_textos {
	display: block;
	width: 108px;
	height: 33px;
	background: url(../imagenes/inicio/leertextos.jpg) no-repeat;
	border:none;
	text-decoration: none;
	text-align:left;
	float:left;
	margin-top:10px;
}
a:hover.boton_textos {
	background-position: -108px 0;
}
a.boton_descargar {
	display: block;
	width: 227px;
	height: 33px;
	background: url(../imagenes/inicio/descargar.jpg) no-repeat;
	border:none;
	text-decoration: none;
	text-align:left;
	float:left;
	margin-top:10px;
	margin-left:5px;
}
a:hover.boton_descargar {
	background-position: -227px 0;
}
