/* CSS Document */

body {
	background: url(fondo_temp.jpg) no-repeat #f3f3f6 top left;
}
#contenido {
	font-family: Arial, Helvetica, sans-serif;
	color: #009ad0;
	font-size: 12px;
	margin-top: 35px;
	margin-left: 10px;
}
#contacto {
	font-family: Arial, Helvetica, sans-serif;
	color: #009ad0;
	font-size: 12px;
	margin-left: 45px;
}
#contacto em {
	color: #27358f;
	font-style: normal;
	font-weight: bold;
}
a {	
	color: #27358f;
	font-style: normal;
}
a:hover {	
	color: #27358f;
	font-style: normal;
	font-weight: bold;
}

