﻿img {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);
}

#reducir{
heigth: 50%;
weidth: 50%;
}

#logo {
display: block;
margin: auto;
margin-top: 15%;
} 
#nombre {
display: block;
margin: auto;
} 

#enlaces {
	width: 500px;
	display: block;
	margin: auto;
	margin-top: 30px;
	text-align: center;
}
#enlaces a {
	text-decoration:none;
	border: none;
	}
#enlaces a:visited {
  	text-decoration:none;
  	border: none;
}
#enlaces a:active {
	text-decoration:none;
 	border: none;
}
#enlaces a:hover {
	text-decoration:underline;
	border: none;
}

#enlaces a img {
	border: none;
}

#footer {
	margin-top: 40px;
	text-align: center;
	color: #94969c;
	font-family: sans-serif;
	font-size: 0.9em;
}

#advice {
color:grey;
font-size:12px;
font-style:italic;
}
body {
text-align:center;
}