/* CSS Document */

/* menu desplegable css */
#kmenu a {
display: block;
text-align:center;}

#kmenu a:active{
display: block;
text-align:center;}

#kmenu a:hover {
background: #CCCCCC;
border-bottom: solid #024D8F;
display: block;
text-align:center;
text-decoration:none;}

#kmenu {
text-align:center;}

a.kmenu:link, a.kmenu:visited {
display: block;
text-align:center;}

a.kmenu:hover {
background: #0066FF;
border-bottom: solid #024D8F;
display: block;
text-align:center;
text-decoration:none;}

/* .fin. menu desplegable css */

body{
background:#4B4746;}

body,td,th,tr,p,br{
font-family:Tahoma, verdana, georgia;}

#wrapper{
width: 100%;
position:absolute;
left:0px;
top:0px;
vertical-align: top;}

#top{
width:100%;
height:38px;
background: url(../images/top_fondo2.png) #000000;}

#top_center{
width:980px;
height:100%;
background:  url(../images/top_fondo.png) #000000;
margin:0 auto 0 auto;}

#top_text{
float:right;
line-height:30px;
color:#FFFFFF;}

#header{
width:980px;
margin:0 auto 0 auto;
height:200px;
background:#0093DD;
}

#header img{
padding:20px 0 0 60px;}

#buscador{
float:right;
padding:165px 80px 0 0;}

#top_menu{
width:980px;
margin:0 auto 0 auto;
background:#DEDEDD url(../images/top_menu.png) repeat-x;}

table.moduletable_menu{
margin:0 auto 0 auto;}

#bienvenida{
width:980px;
height:450px;
margin:0 auto 0 auto;
background:url(../images/bienvenida.jpg) no-repeat;}

#bienvenida_fondo{
width:980px;
height:450px;
margin:0 auto 0 auto;
background:url(../images/bienvenida_fondo.jpg) repeat-x;
border-bottom:1px solid #999999;}

#todo{
width:980px;
margin:0 auto 0 auto;
background:#FFFFFF;}

#pathway{
padding-bottom:20px;}

#table_todo{
padding:10px 10px 10px 10px;}

td#left{
width:250px;}

#leftpart{
background:#C9CCD0;
padding:10px 10px 10px 10px;
}

td#right{
width:130px;}

a:link,a:visited{
text-decoration:none;
color: #006699;	
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;}

a:hover{
color:#0066FF;
text-decoration:underline;}

a.mainlevel{
line-height:45px;
color:#000;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
padding:10px 30px 10px 30px;
border-left:1px solid #D9D9D8;
border-right:1px solid #D9D9D8;}

a.mainlevel:hover,a.mainlevel#active_menu{
background:url(../images/top_menu_hover.png) repeat-x;
color: #003366;
}

.moduletable_bienvenida{
width:970px;
text-align:justify;
padding:20px 0 0 230px;}

.moduletable th{
color:#0066FF;
font-size:16px;
font-family:Arial, Helvetica, sans-serif;}

.pathway{
font-family:Arial, Helvetica, sans-serif;
font-weight:200;}

.createdate,
.modifydate,
.small{
color: #666666;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
padding-left:7px;
padding-bottom:10px;}

.contentheading,
.contentheading a,
.contentheading a:visited{
color: #999966;
font:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:20px;
padding-left:20px;
}

.moduletable_box{
padding: 10px 27px 20px 27px;
background:url(../images/box.jpg) no-repeat #383431;
margin:0px 10px 10px 10px;
color:#FFFFFF;}

.moduletable_box th{
color:#FFCC33;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:20px;
line-height:30px;
padding-bottom:10px;}

.moduletable_box td{
text-align:justify;}

.contentpaneopen{}



/*  SOLO PAA VERLO */
/*  SOLO PAA VERLO */
/*  SOLO PAA VERLO */
/*  SOLO PAA VERLO */
/*  SOLO PAA VERLO */
/*  SOLO PAA VERLO */
/*  SOLO PAA VERLO */
/*  SOLO PAA VERLO */
/*  SOLO PAA VERLO */
/*  SOLO PAA VERLO */
/*  SOLO PAA VERLO */


/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content {
	position:absolute;
}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu .items {
	position:relative;
	left:0px; top:0px;
	z-index:2;
}

.transMenu.top .items {
	border-top:none;
}

/* each TR.item is one menu item */
.transMenu .item {
    color:#336;
    font-size:10px;
    font-family:sans-serif;
    text-decoration:none;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border:none;
	cursor:pointer;
	cursor:hand;
}
