/* Global Styles */

body {
	margin:0px;
	}
	
td {
	font:11px Arial, Helvetica, sans-serif;
	color:#FFFF00;
	}
	
a {
	color: #00FF66;
	text-decoration: underline;
	}
	
a:hover {
	color: #FF9900;
	text-decoration: underline;	
	}

/* ID Styles */

#principal a {
	font:11px Arial, Helvetica, sans-serif;
	color: #0099FF	;
	line-height:16px;
	letter-spacing:0.1em;
	text-decoration: underline;
	font-weight: bold;
	}
	
#principal a:hover {
	color:#000099;
	font-weight:bold;
	}

#cabnavigation td {
	font:12px Arial, Helvetica, sans-serif;
	font-weight:bold;
	border-top:  2px solid #000000;
	border-bottom: 2px solid #000000;
	color: #000000;
	background-color: #FF7F00;	
	text-align: center;	
	line-height:12px;
	
	text-decoration: none;
	display:block;

	}

#navigation td {
	border-bottom: 1px solid #000000;
	background-color: #FF9934;
	}

#navigation a {
	font:11px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #000000;
	line-height:11px;
	
	text-decoration: none;
	display:block;
	text-align: right;
	background: url(../images/bullet_yellow.gif) 10px 50% no-repeat;	
	}
	
#navigation a:hover {
	color:#FFFFCC;
	font-weight:bold;
	background: url(../images/bullet_yellow.gif) 10px 50% no-repeat;
	}
	
/* Class Styles */

.cabecera {
	font-family: Verdana;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	margin-top:12px;	
	color: #000000;
}

.h1_fecha {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #FF3333;
	margin-top: 0px;
	margin-bottom: 3px;
}
.h1_texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #3300FF;
	margin-top: 0px;
	margin-bottom: 3px;
}
.pageName{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-weight: bold;	
	color: #9900FF;
	}	
.bodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	}

.bodyText_parpadeante {
	font:11px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000000;
	line-height:22px;
	margin-top:0px;
	letter-spacing:.1em;
	text-align:justify;
	text-decoration: blink;
}

.fechaText {
	font:12px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#6600FF;
	margin-top:0px;
	letter-spacing:0.1em;
	}
	
