
/*------------------------------------------------------------------

CSS
	
------------------------------------------------------------------*/


	
body {
	background: #FF9900 url(fondo.png) repeat-x center 0;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	margin: auto;
	text-align: center;
}

#contenedor {
	margin: 150px auto auto;
	width: 500px;
	}


h1 {
	background: url(logo-ias.png) no-repeat;
	display: block;
	height: 300px;
	position: absolute;
	text-indent: -9999px;
	width: 300px;
	}
	
	a {
		display:block;
		height:300px;
		text-decoration: none;
		width:300px;
		}
