/* Import Reset Stylesheet */
/* @import "reset.css";*/
/* End Reset Stylesheet */

.c {
	clear: both;
}

a {
	color: #626ba0;
	border-bottom: 1px solid #AAA;
	text-decoration: none;
}

a:hover {
	color: #223399;
	border-bottom: 1px solid #444;
	text-decoration: none;
}

body {
	font-family: "Palatino Linotype", “Book Antiqua”, Palatino, “Times New Roman”, Times, serif;
}


		
div#elche {
		width:300px;
	height:107px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-100px 0 0 -150px;
}		


div#footer {
	position: absolute;
	bottom: 10px;
	left: 20px;
	font-family: Optima, Albertus, Verdana, Arial, sans-serif; 
	font-size: .6em;
	color: #AAA;
}


