/* CSS Document */

.body{

background-color:#000000;
margin-top:30px;
margin-bottom:0px;
margin-left:0px;
margin-right:0px;
}

.texto_blanco {

font-family: arial,helvetica;
font-size: 12px;
color:#FFFFFF;
font-weight:normal;
line-height: 13px;
}

.texto_negro {

font-family: arial,helvetica;
font-size: 12px;
color:#000000;
font-weight:normal;
line-height: 13px;
}

.texto_negro_mediano {

font-family: arial,helvetica;
font-size: 11px;
color:#000000;
font-weight:normal;
line-height: 13px;
}

.texto_negro_chico {

font-family: arial,helvetica;
font-size: 10px;
color:#000000;
font-weight:normal;
line-height: 10px;
}

.texto_negro_bold {

font-family: arial,helvetica;
font-size: 12px;
color:#000000;
font-weight:bold;
line-height: 13px;
}

.texto_blanco_bold {

font-family: arial,helvetica;
font-size: 12px;
color:#FFFFFF;
font-weight:bold;
line-height: 13px;
}

.texto_cafe {

font-family: arial,helvetica;
font-size: 12px;
color:#d13300;
font-weight:bold;
line-height: 13px;
}


.imput  {
font-family: arial,helvetica;
font-size: 11px;
background-color:ffffdf;
color:#000000;
font-weight:bold;
border-color:#ed9f0b;
border-width:1px;
border-style: solid;
}

.display  {
font-family: arial,helvetica;
font-size: 11px;
background-color:ffffdf;
color:#000000;
font-weight:bold;
border-color:#ed9f0b;
border-width:2px;
border-style: solid;
width:190px;


}

/*----------------------------links-----------------------*/

a.link_negro{
font-family: arial,helvetica;
font-size: 12px;
color:#000000;
font-weight:normal;

text-decoration:underline;

}
a.link_negro:hover {
font-family: arial,helvetica;
font-size: 12px;
color:#000000;
font-weight:normal;

text-decoration:underline;
	
}
a.link_negro:active  {
font-family: arial,helvetica;
font-size: 12px;
color:#000000;
font-weight:normal;

text-decoration:underline;
}

/*-------------------------*/

a.link_cafe{
font-family: arial,helvetica;
font-size: 12px;
color:#d13300;
font-weight:normal;
text-decoration:none;

}
a.link_cafe:hover {
font-family: arial,helvetica;
font-size: 12px;
color:#ed9f0b;
font-weight:normal;
text-decoration:underline;
	
}
a.link_cafe:active  {
font-family: arial,helvetica;
font-size: 12px;
color:#d13300;
font-weight:normal;
text-decoration:none;
}




/*---------------------------*/

a.link_blanco{
font-family: arial,helvetica;
font-size: 10px;
color:#FFFFFF;
font-weight:normal;
text-decoration:underline;

}
a.link_blanco:hover {
font-family: arial,helvetica;
font-size: 10px;
color:#FFFFFF;
font-weight:normal;
text-decoration:underline;
	
}
a.link_blanco:active  {
font-family: arial,helvetica;
font-size: 10px;
color:#FFFFFF;
font-weight:normal;
text-decoration:underline;
}



