@charset "utf-8";
/* CSS Document */

body {
background-color:#00000;
margin:0;
}

p {
font-family:Verdana;
font-size:8.5pt;
color:#FFFFFF;
padding:10px;
}

td {
font-family:Verdana;
font-size:8.5pt;
}

.justified {
font-family:Verdana;
text-align:justify;
}

.footer {
font-family:"Verdana";
font-size:8.5pt;
color:#292929;
}

.footerdestacado {
font-family:"Verdana";
font-size:8.5pt;
color:#ffffff;
}

.box2 {
font-style:normal;
word-spacing:1pt;
border-color:#fff;
border-style:solid;
border-width:thin;
padding:1px;
}

a.1 {
background: #000000;
font-family:Verdana;
font-size:8.5pt;
text-decoration:none;
color:#FFF;
}

a.1:link {
font-family:"Verdana";
font-size:8.5pt;
color:#ffffff;
}


A.1:hover{
background: #ffffff;
font-family:"Verdana";
font-size:8.5pt;
color:#000000;
}

.transparente {
filter:alpha(opacity=30);
-khtml-opacity:.3;
-moz-opacity:.3;
opacity:.3;
}

input,select,textarea {
font-family:verdana;
font-size:100%;
color:#333;
}

input.red {
background-color:#CBCCCE;
font-weight:700;
font-size:8.5pt;
color:#333;
border:none;
}
.negro {color:#000;}
.blanco {color:#fff;}
.rojo {color:#D10000;}