@charset "utf-8";
/* CSS Document */
body
{
background-color:#E7F0F3;
font-family:"Trebuchet MS";


}

.tablita 
{/* background-image:url(images/fondo_pagina.png);*/ background-color:#FFFFFF;
width:900px; border:2px outset #CCCCCC;


}

.top{ background-image:url(images/fondo_top_pagina.png);}
/* para los botones*/
.boton1{ background-image:url(images/btn1_up.png);width:120px; margin-left:15px; height:22px; margin-top:0px; cursor:hand;}
.boton1_0{ background-image:url(images/btn1_down.png);width:120px; margin-left:15px; height:22px; margin-top:0px;cursor:hand;}
.boton2{ background-image:url(images/btn2_up.png);width:139px; height:22px;  margin-top:0px;cursor:hand;}
.boton2_0{ background-image:url(images/btn2_down.png);width:139px; height:22px;  margin-top:0px;cursor:hand;}
.boton3{ background-image:url(images/btn3_up.png);width:164px; height:22px;margin-top:0px;cursor:hand;}
.boton3_0{ background-image:url(images/btn3_down.png);width:164px; height:22px;margin-top:0px;cursor:hand;}
.boton4{ background-image:url(images/btn4_up.png);width:82px; height:22px;margin-top:0px;cursor:hand;}
.boton4_0{ background-image:url(images/btn4_down.png);width:82px; height:22px;margin-top:0px;cursor:hand;}
.boton5{ background-image:url(images/btn5_up.png);width:130px; height:22px;margin-top:0px;cursor:hand;}
.boton5_0{ background-image:url(images/btn5_down.png);width:130px; height:22px;margin-top:0px;cursor:hand;}

.boton6{ background-image:url(images/btn6_up.png);width:66px; height:22px;margin-top:0px;cursor:hand;}
.boton6_0{ background-image:url(images/btn6_down.png);width:66px; height:22px;margin-top:0px;cursor:hand;}


#logoBar{
	position:fixed;
	width:99%;
	height:115px;
	top:5px;
	right:0.5%;
	background-color:#E7F0F3;
	bottom:auto;
	left:0.5%;
	z-index:1;
}
  #main{
	position:fixed;
	width:99%;
	background-color:#E8F1F8;
	height:auto;
	top:143px;
	right:0.5%;
	bottom:26px;
	left:0.5%;
}
  #menus{
	background-color:#E7F0F3;
	position:fixed;
	width:99%;
	height:22px;
	top:115px;
	right:0.5%;
	bottom:auto;
	left:0.5%;
	z-index:2;
} 

.string_title{
font-family:"Trebuchet MS";
font-size:10px;
font-weight:bold;
color:#333333;


}

.string_style{
font-family:"Trebuchet MS";
font-size:9px;

color:#333333;


}












