body{
    margin:0px;
    background-color: #FFFFFF;
	background-image: url('../img/fondo.jpg');
	background-repeat:  repeat-x;
	background-position: center top;
}
.texto {
    font-family:Arial, Helvetica, sans-serif; 
	font-size: 13px;
    line-height:170%;
	color: #666666;
	font-weight:normal;
}
.texto_noticias {
    font-family:Arial, Helvetica, sans-serif; 
	font-size: 12px;
    line-height:170%;
	color: #2C5B43;
	font-weight:normal;
}
.texto_forms {
    font-family:Arial, Helvetica, sans-serif; 
	font-size: 11px;
   	color: #666666;
	font-weight:bolder;
}
.texto_destacado {
    font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 13px;
    line-height:160%;
	color: #952926;
	font-weight:bold;
}
.titulos {
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 16px;
    line-height:170%;
	color: #2B5B45;
	font-weight:normal;
}
.texto_get {
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 15px;
    line-height:150%;
	color: #FFFFFF;
	font-weight:bold;
}
.texto_cuadros {
    font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 11px;
    line-height: 230%;
	color: #666666;
	font-weight:bold;
}
.fondo_tabla {
    margin:0px;
    background-color: #FFFFFF;
	background-image: url('../img/fondo_tabla_inicio.jpg');
	background-repeat:  repeat-x;
	background-position: center top;
}
.fondo_extranet {
    margin:0px;
    background-color: #FFFFFF;
	background-image: url('../img/fondo_extranet.jpg');
	background-repeat:  repeat-x;
	background-position: center top;
}
.fondo_picks {
    margin:0px;
    background-color: #FFFFFF;
	background-image: url('../img/fondo_picks.jpg');
	background-repeat:  repeat-x;
	background-position: center top;
}
.fondo_cuadros {
    background-image: url('../img/fondo_cuadro001.jpg');
	background-repeat:  repeat-x;
	background-position: center top;
}

a:link {
    text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    line-height:195%;
	color: #2C5B43;
	font-weight:bold;
}
a:visited {
    text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    line-height:195%;
	color: #2C5B43;
	font-weight:bold;
}
a:hover {
    text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    line-height:195%;
	color: #2C5B43;
	font-weight:bold;
	}
a:active {
	text-decoration: none;
    color: color: #2C5B43;;
	
}
a.pie:link {
        text-decoration: none;
        font-family:Arial, Helvetica, sans-serif; 
	    font-size: 11px;
        line-height:160%;
	    color: #2C5B43;
	    font-weight:normal;
}
a.pie:visited {
        text-decoration: none;
        font-family:Arial, Helvetica, sans-serif; 
	    font-size: 11px;
        line-height:160%;
	    color: #2C5B43;
	    font-weight:normal;
}
a.pie:hover {
        text-decoration: underline;
        font-family:Arial, Helvetica, sans-serif; 
	    font-size: 11px;
        line-height:160%;
	    color: #2C5B43;
	    font-weight:normal;
}
a.pie:active {
        text-decoration: none;
        font-family:Arial, Helvetica, sans-serif; 
	    font-size: 11px;
        line-height:160%;
	    color: #2C5B43;
	    font-weight:normal;
}


