/* Fuentes principales */
	
.general{
	font-size:10px;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

.titular{
	font-size:16px;
	color:#000000;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	}

	

/* Body */

body{	margin: 0 0 0 0;
		}


		
/* Enlaces */

	a.prensa:link {
	text-decoration: none;
	color: #000000;
	}
	a.prensa:visited {
	text-decoration: none;
	color: #000000;
	}
	a.prensa:hover {
	text-decoration: none;
	color: #555555;
	}
	a.prensa:active {
	text-decoration: none;
	color: #000000;
	}
	
	a.serv:link {
	text-decoration: none;
	color: #ffffff;
	}
	a.serv:visited {
	text-decoration: none;
	color: #ffffff;
	}
	a.serv:hover {
	text-decoration: none;
	color: #90bc12;
	}
	a.serv:active {
	text-decoration: none;
	color: #ffffff;
	}
