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

body{
	margin:0px;
	padding:5px;
	background-color:#E9F3FF;
	font-family: Trebuchet MS, Arial;
	font-size:11pt;
	line-height:16px;
	color: #006699;
	width:1000px;
	text-align:left;
	border:1px solid #006699;
}

a {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #006699;
	text-decoration: none;
	font-size: 11pt;
	line-height: 13pt;
}

a:hover {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #FF3333;
	text-decoration: none;
}
p {
	padding:5px;
}

.titulares{
	margin:0;
	padding:0;
	text-align:center;
	background-color:#E9F3FF;
	font-family: Trebuchet MS, Arial;
	font-size:16px;
	line-height:20px;
	color: #006699;
}
.rojo {
	font-family: Arial, Helvetica, sans-serif;
	color:#990000;
}
.tituloNaranja {
	font-size: 20px;
	color: #FF6633;
	line-height:24px;
}