@charset "utf-8";

.title_aviso {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
    //color: #99CC33;	 
	color: #000000;	 
}

.title_noticia {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #009;
	font-weight: bold;
	text-align: left;
	position: absolute;
	top: 2px;
}

.titulo_pagina {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
    font-style: normal;
    line-height: normal;
    font-variant: normal;
    color: #009;
    font-weight: bold;
    text-align: left;
}

.titulo_tabla {
	font-family: Verdana, Geneva, sans-serif;	
    font-size: 9px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: small-caps;
    text-transform: none;
    color: #FFFFFF;
}

.title_left {
    text-align: left;
    font-family: Tahoma, Geneva, sans-serif;
    color: #009;
    font-size: 11px;
    font-weight: bold;
}

.title_right {
    text-align: right;
    font-family: Tahoma, Geneva, sans-serif;
    color: #009;
    font-size: 11px;
    font-weight: bold;
}

.title_center {
    text-align: center;
    font-family: Tahoma, Geneva, sans-serif;
    color: #009;
    font-size: 11px;
    font-weight: bold;
}

.sub_titulo_pagina {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #000;
	font-weight: bold;
	text-align:left;
}

.texto_firma {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #000;
	font-weight: bold;
	text-align:center;
}

.texto_contenido {
    //font-family: Tahoma, Geneva, sans-serif;
	font-family: Verdana, Geneva, sans-serif;	
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    color: #000;
	text-align:justify;
}

.texto_contenido_aux {
    //font-family: Tahoma, Geneva, sans-serif;
	font-family: Verdana, Geneva, sans-serif;	
    font-size: 9px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    //color: #000;
	//text-align:justify;
}

.texto_contenido_left {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    color: #000;
	text-align:left;
}

.texto_pie {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    color: #FFF;
    text-align: center;
    font-weight: bold;
}

.foot {  
    text-align: center;
    font-family: Tahoma, Geneva, sans-serif;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    font-variant: normal;
}

.font_vinculos_top {
	font-family: Verdana, Geneva, sans-serif;	
    font-size: 9px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: small-caps;
    text-transform: none;
    color: #009;
}


a:link {
    color: #0000FF;
    text-decoration: none;
}
a:visited {
    text-decoration: none;
    color: #0000FF;
}
a:hover {
    text-decoration: underline;
    color: #FF0000;
}
a:active {
    text-decoration: none;
}
