/* CSS Document */

html {
	height: 100%;
}

body {
	height: 100%;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom: 1px;
	font-family: Arial, Helvetica, Sans Serif;
	line-height: 120%;
/*	font-size: 11px; */
	color: #333333;
	background: #ffffff;
}

.clr {
	clear: both;
}

.outline {
  border: 1px solid #cccccc;
  background: #ffffff;
	padding: 2px;
}


/* Empieza mi código */

#header {
	height: 59px;
	background: url(../images/back_header.jpg) no-repeat;
	z-index:-99;
}

#logo {
/*     position:absolute;
	 height: 50px;
	 margin-left:5px;
	 background-color:#223968; */
	 position:relative;
	 float:left;
	 height:48px;
	 margin-left:5px;
	 margin-top:5px;
	 
}
#search {
     position:relative;
	 float:right;
	 top:15px;
	 margin-right:5px;
/*	 
	 height:25px;
	 width:140px;
     top: 23px;
	 padding-right: 5px;
	 background: url(../images/search.gif) no-repeat; 
	 margin-right: 5px;
	 margin-left:400px;
	 padding-left:25px; */
}

#flags {
     position:relative;
	 float:right;
     top: 5px;
	 margin-right:5px;
/*	  height: 10px;
	  with: 20px;
	  top: 10px;
	  float:right;
	  margin-right: 25px;
/*	  margin-left:460px; */
	  }

.separator {
     height: 3px;
	 background-color:#223968;
}

#left {
width:155px;
margin-top: 5px;
margin-left:5px;
vertical-align:top;
font-size: 11px;

	border:#a2a3a5;
	border: solid;
	border:1px;
	padding-left:5px;
	padding-bottom:5px;
	background: url(../images/bk_menu.gif) repeat; 
}

.inputbox {
font-size:9px;

}
/*
  width:200px;
  font-family:verdana, arial, helvetica, sans-serif;
  font-size:11px;
  color:#dd580f;
  border:1px solid #dd0fa5;
  background:#d0e1e2; 
  font-size:9px;
}*/

.login {
font-size:11px;

}

#right {
vertical-align:top;
width:160px;
margin-right:0px;
margin-left:0px;
float:right;
}

#user1 {
margin-right:50px;
vertical-align:top;
position:relative;
float:left;
margin-left: 10px;
}

#main {
margin-top: 0px;
margin-right: 20px;
margin-left: 20px;
width:570px;
}

a.mainlevel:link, a.mainlevel:visited {

	background: url(../images/menu_item.gif) no-repeat;
	vertical-align: middle;
	font-size: 12px;
	font-weight: lighter;
	color: #2a3c6a;
	text-align: left;
	padding-top: 0px;
	padding-left: 18px;
	height: 18px !important;
	height: 18px;
	width: 100%;
	text-decoration: none;
	margin-left:5px;
	
}

a.mainlevel:hover {
	background: url(../images/menu_item_active.gif) no-repeat;
	font-weight: bold;
}

a.mainlevel#active_menu {
	background: url(../images/menu_item_active.gif) no-repeat;
	font-weight: bold;
}

a.mainlevel#active_menu:hover {

}

table.moduletable th, div.moduletable h3 {
	background: url(../images/module_header.jpg) no-repeat;
	color: #2a3c6a;
	text-align: left;
	padding-left: 20px;
	height: 18px;
	line-height: 18px;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0 0 0px 0;
	margin-top:15px;
	margin-bottom:10px;
}

.left {
vertical-align:top;

}

.right {
vertical-align:top;
margin-right:0px;
}

.main {
vertical-align:top;
}

#down {
height:42px;
background: url(../images/down.jpg) no-repeat;
}
.contentheading {
	height: 30px;
	color: #223968;
	font-weight: bold;
	font-size: 16px;
	white-space: nowrap;
	text-transform: uppercase;
}

.small {
	color: #999999;
	font-size: 11px;
}

.createdate {
	height: 15px;
	padding-bottom: 10px;
	color: #999999;
	font-size: 11px;
}

.facile {
elevation:level;
}
.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #999999;
	font-size: 11px;
}

.content_table {
margin-right:0px;
background: url(../images/bg.jpg) repeat-y;
}
/* Hasta aquí mi código */


