/* CSS Document */

body{
	background:#0d2843;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	line-height:16px;
	margin:0px;
  	padding:0px;
}

img{
  border:0px;
}

#main{
  margin:0 auto;
  width:860px;
  position:relative;
  border:0px;
}

#encabezado {
  background-image:url(images/encabezado.jpg);
  width:860px;
  height:119px;
  margin-top:0px;
}

#menu {
   background-image:url(images/bg_menu.jpg);
   height:27px;
   width:860px;
   padding-top:7px;
   text-align:right;
}

a {
  text-decoration:none;
  font-weight:bold;
  color:#333333;
}

a.menu_top{
  color:#6d6d7e;
  font-weight:bold;
  text-decoration:none;
  font-size:12px;
}

a.menu_top:hover{
  color:#0d2843;
  font-weight:bold;
  text-decoration:none;
}

a.menu_top_activo{
  color:#0d2843;
  font-weight:bold;
  text-decoration:none;
}

#firma {
   background-image:url(images/bg_menu.jpg);
   height:25px;
   width:860px;
   font-size:10px;
   color:#616264;
   text-align:center;
   padding-top:7px;
}

#contenido {
  background-color:#5a6d7f;
  width:860px;
  height:590px;
}

#left_menu {
  background-image:url(images/fondo-botones.jpg);
  float:left;
  width:223px;
  height:574px;
}

#right_contenido {
  background-image:url(images/bg_rigth.jpg);
  float:right;
  width:633px;
  height:574px;
}

h1{
  color:#666666;
  font-size:24px;
  font-weight:normal;
}

h2{
  color:#000000;
  font-size:18px;
  font-weight:normal;
  margin-top:2px;
  margin-bottom:2px;
}

#texto{
  padding-left:22px;
  padding-right:32px;
  padding-top:5px;
}

#titulo_arriba{
  background-image:url(images/barraTitles.png);
  width:605px;
  height:105px;
  margin-left:10px;
  margin-top:15px;
}

.bg_home{
  background-image:url(images/base-new-home.jpg);
  width:616px;
  height:245px;
  margin-left:5px;
}

p {
  text-align:justify;
  margin-top:0px;
  margin-bottom:8px;
}

/**********MENU LEFT**************/

a.amenu_left{
  text-decoration:none;
  color:#000000;
  font-size:12px;
  font-weight:normal;
}

.menu_left1{ /*Opcion 1*/
  width:196px;
  height:43px;
  margin-top:27px;
  margin-left:13px; 
}

.menu_left1:hover{ /*Opcion 1*/
  background-image:url(images/boton-hover.png);
  width:196px;
  height:43px;
  margin-top:27px;
  margin-left:13px; 
}

.menu_left{
  width:196px;
  height:43px;
  margin-top:7px;
  margin-left:13px; 
}

.menu_left:hover{
  background-image:url(images/boton-hover.png);
  width:196px;
  height:43px;
  margin-top:7px;
  margin-left:13px; 
}
