@charset "utf-8";
/* CSS Document */
/* Estilos para la web en General */
* {
margin:0px;
padding:0px;
border:0px;
}

body {
	/*background-image:url(../img/fondo.png);*/
/*	background-color:#ebf3fa;*/
/*background:#F1EFEF;*/
	background-repeat:repeat-x;
	background-position:top;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
/*	font-family: Georgia, "Times New Roman", Times, serif;*/
	text-align:left;
	font-size:12px;
	color:#686868;

	}

img{
border:none;
}

p{
text-align:left;
}

/* Estilos de la estructura de la web */

#wrapper{

width:980px;
padding-left:2px;
padding-right:2px;
/*border-left:2px groove #CCCCCC;*/
margin:0px auto;



}

#header{

font-size:12px;
width:980px;
height:85px;
background-image:url(../jimg/hneadogdn.jpg);
background-repeat:no-repeat;
overflow:hidden;
/*background-color:#FFFFFF;*/
/*border:1px solid #339999;*/
padding:0px 2px;
/*border-style:outset;*/
}

#menutop1{
/*float:left;*/
position:relative;
width:980px;
}

#menutop{
position:relative;
top:-29px;
font-weight:bold;
/*width:980px;*/
width:829px;
}

#container{
width:980px;
position:relative;
top:-29px;
}

#lside{
	clear:both;
	float:left;
	width:150px;

}
#rside{
float:left;
width:150px;
overflow:hidden;
}

#menumain{
	float:left;
	width:150px;

/*height:300px;*/
/*overflow:auto;*/
/*border:1px solid #666666;*/
/*border-top:none;*/
}

#central{
  float:left;
  width:680px;
  background:none;
  margin-bottom:2px;
  


}
#principal{
overflow:hidden;
width:670px;
margin:0px 2px;
border-left:1px solid #BBBEC2;
border-right:1px solid #BBBEC2;
padding:2px;

/*background-color:#FFFFFF;*/

}
#principal p{
text-align:justify;

}

#footer{
clear:both;
width:980px;
padding-top:4px;
height:100px;
background-image:url(../jimg/hootogdn.gif);
background-repeat:repeat-y;
}
#footertext{
/*border-top:1px dotted #BCD2E6;*/
/*background-color:#CCCCCC;*/
vertical-align:middle;

}
#footer p{
text-align:center;
color:#627EB7;
}


/* Cuadros para parrafos*/

.dropshadow {
  float:left;
  clear:left;
  background: url(../jimg/shadowAlpha.png) no-repeat bottom right;
  background: url(../jimg/shadow.gif) no-repeat bottom right;
  margin: 10px 0 10px 10px;
  margin: 10px 0 10px 5px;
  padding: 0px;
  /*	width: 500px;*/
}
.innerbox {
  position:relative;
  bottom:6px;
  right: 6px;
  border: 1px solid #999999;
  padding:4px;
  margin: 0px 0px 0px 0px;
}

 
/*- Menu Tabs 1--------------------------- */ 


    #hmenu {
	  float:right;
	 
	 
	  
      /*width:980px;*/
	 width:496px;

	 /* background:#F4F7FB;*/
      font-size:12px;
	  line-height:normal;
	  border-bottom:1px solid #BCD2E6;
	  margin-bottom:2px;
	  
      }
    #hmenu ul {
	  padding:5px 0px 0px 0px;
	  list-style:none;
	  float:right;
      }
    #hmenu li {
      display:inline;
	  	  }
    #hmenu a {
      float:left;
      background:url("../jimg/tableft1.gif") no-repeat left top;
      padding:0 0 0 2px;
      text-decoration:none;
	 
	 	  }
    #hmenu a span {
		float:left;
		display:block;
      background:url("../jimg/tabright1.gif") no-repeat right top;
      padding:5px 9px 4px 7px;
      color:#627EB7;
	  }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #hmenu a span {float:none;}
    /* End IE5-Mac hack */
    #hmenu a:hover span {
      color:#627EB7;
      }
    #hmenu a:hover {
      background-position:0% -42px;
      }
    #hmenu a:hover span {
      background-position:100% -42px;
	  }
	  
	/*#hmenu a:visited span{
	color:#99CCCC;
	text-decoration:none;
	
	}
	#hmenu a:visited{
	color:#99CCCC;
      }
	#hmenu a:active{
	background-position:0%-42px;
	      }
	#hmenu a:active span{
	color:#165ED3;
    background-position:100%-42px;
	
      }*/

