/* pagina y enlaces */
body{
	margin: 0 auto;
	background-image: url(../imagenes/bg.gif);
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#ffffff;
}
td,th{
	font-size: 13px;
	color:#666666;
	}
.declaracion{
	font-size:10px;
	color:#666666;
	}
marquee{
    color:#999999;
    font-size:11px;
    font-weight:bold italic;
    }

.principal {
background-color:#FFFFFF;
border:#CCCCCC solid 1px; 
border-top-style:none;
}
.principal_b {
background-color:#FFFFFF;
border:#CCCCCC solid 1px; 
border-top-style:none;
border-bottom-style:none;
}
.encabezado_1 {color: #555555; font-weight: bold;}
.encabezado_2 {color: #ffffff; font-weight: bold;}

a:link{
	color:#777777;
	text-decoration: none;
	font-weight:bold;
	}
a:visited{
	color:#777777;
	text-decoration: none;
	font-weight:bold;
	}
a:hover {
	text-decoration: underline;
	color: #777777;
	font-weight:bold;
}

/*
li{
list-style-type:square;
color:#2986BD;
}
*/

/* formulario */
.textbox {

width:140px;
height:20px;
color:#666666;
  border:1px solid #aaaaaa;
  padding:2px;
  background:#ffffff url(inputBg.gif) top left no-repeat;
  margin-top:2px;
}
.textbox-b {

width:50px;
height:20px;
color:#666666;
  border:1px solid #aaaaaa;
  padding:2px;
  background:#ffffff url(inputBg.gif) top left no-repeat;
  margin-top:2px;
}
.textbox-largo {

width:250px;
height:20px;
color:#666666;
border:1px solid #aaaaaa;
padding:2px;
background:#ffffff url(inputBg.gif) top left no-repeat;
margin-top:2px;
}
.filebox{
width:280px;
height:23px;
color:#666666;
}
.textbox-grande{
border:#CCCCCC solid 1px;
width:300px;
height:120px;
color:#666666;
}
.button {
color:#FFFFFF;
font-weight:bold;
font-size:10px;
border:#CCCCCC solid 1px ;
background-color:#2c86bc;
height:20px;
}
.col-derecha{
border-left:#CCCCCC 1px solid;
}

.textbox {
  border:1px solid #aaaaaa;
  padding:2px;
  background:#ffffff url(../css/inputBg.gif) top left no-repeat;
  margin-top:2px;
}
textarea, select {
  border:1px solid #aaaaaa;
  padding:2px;
  background:#ffffff url(inputBg.gif) top left no-repeat;
  margin-top:2px;
}

.col-izquierda{
border-right:#CCCCCC 1px solid;
}

/** MENUS **/
ol{
margin:0;
padding:0;
list-style:none;
}
.menu_central{
margin:0;
padding:0;
}
.menu_central li a{
display:block;
width:160px;
height:20px;
background-image:url(../imagenes/menu/bg_a.jpg);
/*background:#9F9F9D;*/
/*border-left: 5px #007cc3 solid;*/
color:#E5E5E5;
text-decoration:none;
padding-top:1px;
text-align:center;
border-bottom:#C8C8C8 1px solid;

}
.menu_central li a:hover{
background-image:url(../imagenes/menu/bg_a_hover.jpg);
/*background:#CCCCCC;*/
/*border-left: 5px #75c5f0 solid;*/
text-decoration:none;
color:#E5E5E5;
}
.menu_central li a:visited{
color:#E5E5E5;
}

.menu_lateral{
margin:0;
padding:0;
border-bottom:#C8C8C8 1px solid;
}
.menu_lateral li a{
display:block;
width:160px;
height:20px;
background-image:url(../imagenes/menu/bg_a_hover.jpg);
/*background:#9F9F9D;*/
/*border-left: 5px #007cc3 solid;*/
color:#E5E5E5;
text-decoration:none;
padding-top:1px;
text-align:center;
border-top:#C8C8C8 1px solid;
}

.menu_lateral li a:hover{
background-image:url(../imagenes/menu/bg_a.jpg);
/*background:#CCCCCC;*/
/*border-left: 5px #75c5f0 solid;*/
text-decoration:none;
color:#E5E5E5;
}

.menu_lateral li a:visited{
color:#E5E5E5;

/** FIN MENUS **/

