@charset "utf-8";
/* CSS Document */

b{
	font-size:12px;
	color:#c54ed1;
	}

hr, h1, span{
	display:none;
}
h2{
	color:#336600;
	font-size:16px;
	font-family:tahoma;
	}
strong{
	color:#336600;
	font-size:14px;
	font-family:tahoma;
	}
p{
	font-family:tahoma;
	font-size:13px;
	}

ul {
list-style-type:none;
margin-top:70px;
}
a{
	text-decoration:none;
	font-family:Tahoma;
	color:#8BC44D;
	font-size:12px;
	}
	
div#pusher{
	height:0px;
	clear:both;
	overflow:hidden;
}
div.separador{
	background-image:url(../img/separador.jpg);
	background-repeat:no-repeat;
	height:13px;
	width:730px;
}

body{
	background-image:url(../img/index-bg.jpg);
	background-repeat:repeat-x;
	}
	
.wrapper{
	width:800px;
	margin:0 auto;
	}
	
/* Menu INDEX */	
	

ul.index-menu{
    list-style: none;
	position: relative;
    }
li { /* Convertimos la lista en horizontal */
    position: absolute;
	display: inline;
	width:250px;
    }
#sign a{
	display:block;
	background-image:url(../img/index-button-sign.jpg);
	width:250px;
	height:437px;
	}
#sign a:hover{
	display:block;
	background-image:url(../img/index-button-sign-hover.jpg);

	}
#simple{
	margin-left:250px;
	}
#simple a{
	display:block;
	background-image:url(../img/index-button-simple.jpg);
	width:250px;
	height:437px;

	}
#simple a:hover{
	display:block;
	background-image:url(../img/index-button-simple-hover.jpg);
	}
#gt{
	margin-left:500px;
	}
#gt a{
	display:block;
	background-image:url(../img/index-button-gt.jpg);
	width:250px;
	height:437px;

	}
#gt a:hover{
	display:block;
	background-image:url(../img/index-button-gt-hover.jpg);
	}
#text{
	display:block;
	margin-top:464px;
	text-align:center;
	}