.letras {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

.ddl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}

.letrasB {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.letras18 {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
}
.letras10gris {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
.letras14Blanca {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.letras14Bl {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.letrasBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.letras20 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
}
.letras8 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-style: normal;
}
.titulos {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
.letrasRedLink {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.letras18n {



	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	text-decoration: none;
}
.letrasBn {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.letras14Blancan {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.letras14Bln {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.letrasMenu {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

.botones1  {
	border: 1px solid #000000;
	font-size: 8px;
	width: 15px;
	height: 15px;
}

.botones2  {
	border: 1px solid #000000;
	font-size: 10px;
	width: 20px;
	height: 15px;
}

.loginbutton {
  background-color: #14148c;
  color: #FFFFFF;
  border: 1px solid #999999;
  font-size: 9px;
}
.pgtext {
  font-family:Helvetica,Arial,sans-serif;
  font-size:9px;
}
.boxborde {background: #2172A1; display: block; margin: 0; height: 1px; overflow: hidden;}
.boxtitulo {background: #2172A1; margin: 0; font-size: 1.2em; padding: 5px 10px 5px 10px; text-align:center; }
.boxcerrar {
/**background-color: #2172A1;#852237**/
background-color: rgb(0, 51, 153);
font-size: 0.8em;
height: 19px;
margin: 0;
padding: 5px 10px 0 0;
text-align: right;
vertical-align: middle;
}
.boxcontenedor {
background-color: #000000;
display: none;
height: auto;
margin: 0;
overflow:hidden;
position: absolute;
z-index: 999;
}
.boxcontenido {
border: 1px solid #666666;
display: block;
font-size: 10px;
font-family: arial, verdana;
height: auto;
padding: 7px 5px 7px 5px;
}

.firebugHighlight {
    z-index: 2147483647;
    position: absolute;
    background-color: #3875d7;
}

.firebugLayoutBoxParent {
    z-index: 2147483647;
    position: absolute;
    background-color: transparent;
    border-right: 1px dashed #BBBBBB;
    border-bottom: 1px dashed #BBBBBB;
}

.firebugRulerH {
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 14px;
    background: url(chrome://firebug/skin/rulerH.png) repeat-x;
    border-top: 1px solid #BBBBBB;
    border-right: 1px dashed #BBBBBB;
    border-bottom: 1px solid #000000;
}

.firebugRulerV {
    position: absolute;
    top: 0;
    left: -15px;
    width: 14px;
    height: 100%;
    background: url(chrome://firebug/skin/rulerV.png) repeat-y;
    border-left: 1px solid #BBBBBB;
    border-right: 1px solid #000000;
    border-bottom: 1px dashed #BBBBBB;
}

.overflowRulerX > .firebugRulerV {
    left: 0;
}

.overflowRulerY > .firebugRulerH {
    top: 0;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.firebugLayoutBoxOffset {
    z-index: 2147483647;
    position: absolute;
    opacity: 0.8;
}

.firebugLayoutBoxMargin {
    background-color: #EDFF64;
}

.firebugLayoutBoxBorder {
    background-color: #666666;
}

.firebugLayoutBoxPadding {
    background-color: SlateBlue;
}

.firebugLayoutBoxContent {
    background-color: SkyBlue;
}

/*.firebugHighlightGroup .firebugLayoutBox {
    background-color: transparent;
}

.firebugHighlightBox {
    background-color: Blue !important;
}*/

.firebugLayoutLine {
    z-index: 2147483647;
    background-color: #000000;
    opacity: 0.4;
}

.firebugLayoutLineLeft,
.firebugLayoutLineRight {
    position: fixed;
    width: 1px;
    height: 100%;
}

.firebugLayoutLineTop,
.firebugLayoutLineBottom {
    position: absolute;
    width: 100%;
    height: 1px;
}

.firebugLayoutLineTop {
    margin-top: -1px;
    border-top: 1px solid #999999;
}

.firebugLayoutLineRight {
    border-right: 1px solid #999999;
}

.firebugLayoutLineBottom {
    border-bottom: 1px solid #999999;
}

.firebugLayoutLineLeft {
    margin-left: -1px;
    border-left: 1px solid #999999;
}
.style7 {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style8 {
	background-color: #cfcfcf;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

    .style11 {font-size: 12px; color: #666666; text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; }
    .style4 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style6 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.style8 {font-family: Arial, Helvetica, sans-serif}

a.azul {
	font-size: 12px;
	color: rgb(0, 51, 153);
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.azul:visited {
	font-size: 12px;
	color: rgb(0, 51, 153);
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:visited {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.menutop:hover {
	background-color: #cfcfcf;
	background-repeat: repeat-x;
	background-position: bottom;
	color: #ffffff;
	text-decoration: none;
}
#viplogin2 {
	background-image: url(nimages/login-VIPx.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 90px;
}

#movie_up{ position:absolute; z-index:1; } 
#movie_down{ position:relative; z-index:0; }
