.container {
	position:fixed;
	float:none;
	left:0px;
	top:0px;
	width:1024px;
	height:853px;
	background-image:url(images/fondoAM.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
}
body {
	background-color: #F0F0F0;
}
.wrap {
	Width:auto;
	background-color:#F0F0F0;
	margin:0;
}

.info {
	position:absolute;
	left:774px;
	top:190px;
	text-align: right;
	max-width: 200px;
	color: #999999;
	text-decoration: none;
}

.info a {
	color: #666666;
	text-decoration: none;
}

.info a:hover {
	color: #666666;
	text-decoration:underline;
}

.contacto {
	position:absolute;
	left:75px;
	top:450px;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	text-align: left;
	max-width: 200px;
	color: #999999;
	text-decoration: none;
}

.contacto a {
	color: #666666;
	text-decoration: none;
}

.contacto a:hover {
	color: #666666;
	text-decoration:underline;
}

ul li {
	display: block;
	list-style: none;
	text-decoration: none;
	width: 100%;
	margin: 0;
}

.link {
	color: #999999;
	font-size:27px;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
}


.link a {
	color: #666666;
	text-decoration: none;
}

.link a:hover{
	color: #333333;
	text-decoration:underline;
}

.linkSM {
	color: #999999;
	font-size:14px;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
}


.linkSM a {
	color: #666666;
	text-decoration: none;
}

.linkSM a:hover{
	color: #333333;
	text-decoration:underline;
}


.logo {
	position:inherit;
	left:150px;
	top:450px;
}


.foto {
	float:left;
	margin: 0 0 0 50px;
}

a { 
	outline: none;
 	text-decoration: none;
/*	color:#666666;
*/	 }
	 
