/* CSS Document */

body {
	padding:0px;
	margin: 0px;
	background-color:#b2091d;
	background-image:url(../img/bg-intro.jpg);
	background-repeat:repeat-x;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	color:#003399;
}
td {
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 14px;
}
.destacados {
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #999999;
}
.links, links:active, links:visited, links:link {
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 12px;
	line-height: 18px;
	color:#003399;
	text-decoration: underline;
}
.links:hover {
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 12px;
	line-height: 18px;
	color:#ab044f;
	text-decoration: underline;
}
.pienlaces, pienlaces:active, pienlaces:visited, pienlaces:link {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.pienlaces:hover {
	color: #000000;
	text-decoration: blink;
}
.pie {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
ul {
	list-style-type: square;
}

