@charset "utf-8";
/* CSS Document */

body{
margin:0px 0px 0px 0px;
font: 14px Arial, Helvetica, sans-serif;
}
#Top{
background: url(images/fondo_top.jpg) repeat-x top left;
}
#Blue{
background:url(images/blue_bottom.jpg) #3A00E8 repeat-x bottom left;
}

#Footer{
background:url(images/double_line.jpg) repeat-x top left;
}

.topRecBlue{
background:url(images/top_rec_blue.gif) no-repeat 10px right;

}
.marcoRecBlue{
background: url(images/marco_rec_blue.gif) repeat-y top right;
padding:8px 22px 7px 40px;

}

.topRecBlanco{
background:url(images/top_rec_bco.gif) no-repeat 10px right;

}
.marcoRecBlanco{
background: url(images/marco_rec_bco.gif) repeat-y top right;
padding:8px 22px 7px 40px;

}
.contactos{
font: 11px "Lucida Sans", Arial, Helvetica, sans-serif;
text-decoration:none;
}
a.contactos{
color:#333333;
text-decoration:none;
}
a.contactos:Hover{
text-decoration:underline;
}
.contactosPurple2{
font: 13px "Lucida Sans", Arial, Helvetica, sans-serif;
color:#393C8A;
text-decoration:none;
}
a.contactosPurple2{
text-decoration:underline;
}
a.contactosPurple2:Hover{
text-decoration:none;
}
.contactosPurple{
font: 11px "Lucida Sans", Arial, Helvetica, sans-serif;
color:#393C8A;
text-decoration:none;
}
a.contactosPurple{
text-decoration:underline;
}
a.contactosPurple:Hover{
text-decoration:none;
}

.text12{
font: 12px Arial, Helvetica, sans-serif;
color:#333333;
}

.textVerde{
color:#6734FF;
}
.textBlanco{
color:#ffffff;
}