A {
	FONT-SIZE: x-small; COLOR: black; FONT-FAMILY: Arial, Helvetica, sans-serif
}
A:link {
	TEXT-DECORATION: none
}
A:hover {
	COLOR: blue
}
A:visited {
	TEXT-DECORATION: none
}
P {
	FONT-SIZE: small; COLOR: black; FONT-STYLE: oblique; FONT-FAMILY: "Times New Roman", Times, serif
}
.texto {
	FONT-SIZE: x-small; COLOR: black; FONT-FAMILY: "Times New Roman", Times, serif
}

#colaboradoras{
    margin:40px 0px  40px 15px ;
}

#colaboradoras .encabezado{
    color:#DD7C00;
}

#colaboradoras ul{
    margin-top:5px;
}

#colaboradoras li{
    color:#3F6F5F;
}

#colaboradoras li a:hover{
    padding-right: 12px;
    background-image:url('./img/icon_out.gif');
    background-repeat:no-repeat;
    background-position: right center;
}