BODY 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Black;
}  

a:link
{
	text-decoration: none;
	color: #222222;
}

a:hover
{
	color: #222222;
}

a:visited
{
	color: #222222;
	text-decoration: none;
}

a:active
{
	color: #222222;
	text-decoration: none;
}

/* Portada */
.pt
{
	font-size: 12px;
	font-weight: bolder;
	color: #17422C;
}

.pr
{
	font-size: 11px;
	text-align: justify;
	padding-right: 6px;
}

/* Infografia */
.it
{
	font-size: 12px;
	font-weight: bold;
	color: #17422C;
}

.itr
{
	font-size: 12px;
	font-weight: bold;
	color: #17422C;
}

.ir
{
	font-size: 11px;
	text-align: justify;
	padding-right: 6px;
}

.irm
{
	font-size: 10px;
	text-align: justify;
	padding-right: 6px;
}
/* Otros documentos */
.ot
{
	font-size: 12px;
	font-weight: bold;
	color: #17422C;
}

/* Comunicados del dia */
.cdt
{
	font-size: 11px;
}

/* Entrevistas y discursos */
.edt
{
	font-size: 11px;
	font-weight: bold;
	color: #17422C;
}

.edr
{
	font-size: 10px;
	color: #17422C;
	padding-right: 3px;
}

/* Cajas con texto, tipo transparencia */
.cajat
{
	font-size: 11px;
	font-weight: bold;
	color: #17422C;
}

.cajar
{
	font-size: 10px;
}

/* Mas documentos */
.masr
{
	font-size: 11px;
	text-align: justify;
	padding-right: 6px;
	height: 18px;
}

/* Busqueda */
.bt
{
	font-size: 12px;
	font-weight: bolder;
	color: #17422C;
	padding-left: 10px;
	padding-right: 10px;
}

.br
{
	font-size: 11px;
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
}

.bl
{
	font-size: 11px;
	padding-right: 6px;
	color: #4E4E4E;
	padding-left: 10px;
	padding-right: 10px;	
}

/* rss */
.rsst
{
	font-size: 13px;
	font-weight: bolder;
	color: #17422C;
}

.rssr
{
	font-size: 11px;
	text-align: justify;
	padding-right: 6px;
}

.piepagina
{
	font-size: 11px;
	padding-left: 10px;
}

/* Formulario */
INPUT 
{
	background-color: White;
	color: #111111;
	border-top: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 3px;
	padding-right: 3px;
}

TEXTAREA 
{
	background-color: White;
	border-top: 1px solid #bbbbbb;
	border-bottom: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 3px;
	padding-right: 3px;
}

.boton
{
	height: 18px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	background-color: #ffffff;
	cursor: pointer;
}

.boton:hover
{
	border-top: 1px solid #444444;
	border-bottom: 1px solid #444444;
	border-right: 1px solid #444444;
	border-left: 1px solid #444444;
}

.cssResumen
{
	font-size: 11px;
}

