body {
	background: url("imgs/intro_fondo.png");
}

a {
	color: #324393;
	text-decoration: none;
}

a:visited {
	color: #324393;
	text-decoration: none;
}

a:hover {
	background-color: #324393;
	color: #FFF;
}

.foto {
	border: 1px solid #666;
}

.fondoFoto {
	position: relative;
	margin: 10px auto;
	padding: 50px 10px 10px 40px;
	width: 750px;
	height: 520px;
	background: url("imgs/intro_fotofondo.png") no-repeat;
}

.menu {
	position: absolute;
	top: 200px;
	left: 540px;
	width: 200px;
	height: 200px;
	background-color: #7EAC26;
	padding: 5px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.menu a {
	color: #333399;
	display: block;
	padding: 5px;
	border-bottom: 2px solid #CCC;
	text-align: right;
	text-decoration: none;
} 

.menu a:hover {
	color: #7EAC26;
	background-color: #333399;
}


.logo {
	position: absolute;
	top: 80px;
	left: 440px;
}
