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

@import url(menu_inicio.css);
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: Black;
	font-family: "georgia", Times, serif;
	background-image:url(../imagenes/inicio/fondo_intro.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
#intro {
	width:758px;
	background-color: #000000;
	margin-left:auto;
	margin-right:auto;
	border-right: #650065 1px solid;
	border-left: #650065 1px solid;
	height:420px;
	border-bottom:1px solid #650065;
	border-top:1px solid #650065;
	overflow:hidden
}
#bienvenidos {
	margin-top:15px;
	margin-left:10px;
}
#textobienvenida {
	margin-top:12px;
	margin-left:17px;
	width:430px;
}
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;
}
