@charset "utf-8";
/* CSS Document */

body {
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:left;
	margin:0em auto;
	
	}

.indice {
    background-image:url(images/index.jpg);
	width:900px;
	height:850px;
	margin:0 auto;
	position:relative;
	z-index:0;
}

a:link {
text-decoration:none;
color:#f7931e;
}

a:visited {
text-decoration:underline;
color:#f7931e;
}


a:hover {
text-decoration:underline;
color:#3d6c78;
}

h3 {
color:#f7931e;
text-align:center;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:25px;
margin-top: 0.1em; 
top:300px
}