@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Calibri, "Trebuchet MS", Arial;
	font-size: 12px;
	color: #666666;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}


/* Mis estilos personales */

.textobasico{
	font-family: Calibri, "Trebuchet MS", Arial;
	font-size: 12px;
	color: #666666
}

.titulares{
	font-family: Calibri, "Trebuchet MS", Arial;
	font-size: 17px;
	color: #666666
	}

.linksgrises{
	font-family: Calibri, "Trebuchet MS", Arial;
	font-size: 12px;
	color: #666666
	
}