body {
  background: #FFF;
  height: auto;
}

a {
  color: #000;
  text-decoration: underline;
}

a:hover {
  color: #3299BB
}

p {
  padding-bottom: 5px;
}



/* `Layout
----------------------------------------------------------------------------------------------------*/

.right { 
  text-align: right;
}

.grayline {
	border-bottom: 1px solid #E9E9E9; 
}

/* Header */

#header { 
  width: 100%; 
  height: 165px; 
  margin: 0 auto; 
  background: url(../imgs/header_bg.png) repeat-x; 
}

#topheader { 
  height: 40px;
}

#logotipo, #topmenu_nav  { 
  padding-top: 5px;
}

#topmenu li{ 
  display: inline; 
  margin-left: 10px;
}

#topmenu_nav{
  float: right;
}

#logo { 
  width: 475px; 
  margin: 0 0 0 10px; 
  float: left;
}

#mainheader { 
  height: 125px; 
  border-bottom: 1px solid #E9E9E9; 
}

#mainmenu { 
  margin: 65px 10px 20px 0; 
  padding: 6px; 
  background: url(../imgs/mainmenu_bg.png) repeat-x; 
  float: right; 
  text-align: right;
}

#mainmenu li{ 
  display: inline; 
  margin: 0 8px 0 8px; 
}

#mainmenu ul a {
  padding-bottom: 20px;
}

#mainmenu ul li.current a { 
  background: url(../imgs/header_menu_arrow.png) no-repeat center;
}

#maincontent ul{
	list-style: url(../imgs/ul_arrow.png);
	margin: 20px;
	line-height: 1.5em;
}

/* Main Home */

#mainbox { 
  width: 960px; 
  height: 550px; 
  margin: 0 auto; 
  padding-top: 20px;  
  background: url(../imgs/mainbox_bg.jpg) no-repeat center;
}

#mainbox_banner { 
  width: 400px; 
  height: 110px; 
  float: left; 
  margin-top: 350px; 
  padding: 25px 20px 0 20px ; 
  background: url(../imgs/mainbox_bg_banner.png) no-repeat; 
}

#shorcuts {
  width: 320px; 
  float: right;
}

#shorcuts h1{
  font-size: 20px;
  margin: 0;
  padding: 0;
}

#shorcuts p{
  margin: 0;
  padding-top: 5px;
}

.shortcut_curso {
  width: 320px; 
  height: 112px; 
  margin-top: 10px;
  padding-left: 5px;
  background: url(../imgs/mainbox_shortcut_bg.png) no-repeat; 
  
}

.shortcut_txt {
  width: 280px;
  height: 68px;
  padding: 10px;
}

.shortcut_button{
  width: 95px;
  height: 25px;
  float: right;
}

.shortcut_button_mas{
  width: 320px; 
  margin-top: 10px;
}


/* Footer */

#footer {
  width: 100%; 
  height: 250px; 
  margin: 0 auto; 
  margin-top: 50px;
  padding-top: 35px; 
  background: url(../imgs/footer_bg.png) repeat-x #424242;
  display: table;
}

#footer_logos {
  padding-bottom: 30px;
  border-bottom: 1px solid #333;
}

#footer_menu {
  padding-top: 20px;
}

#footer_menu li{ 
  display: inline; 
  margin-right: 5px; 
  line-height: 1.5em;
}

/* Cursos */

#curso_notes textarea{
	width: 98%;
	height: 200px;
}

#curso_title span {
  	padding: 3px 10px 3px 10px;
  	margin-right: 20px;
  	background: #FF9900;
}

#nav_left_title {
	height: 20px;
	border-bottom: 1px solid #E9E9E9; 
	border-top: 1px solid #E9E9E9;
	padding: 10px 0 10px 0;
	background: url(../imgs/cursos_menu_arrow.png) no-repeat top right; 
	margin-bottom: 0px;
}

#nav_left_menu {
	margin: 0px;
}

#nav_left_menu li {
	list-style: none;
	border-bottom: 1px dotted #E9E9E9;
	padding: 5px 0 5px 0;
}

#nav_left_menu .submenu {
	list-style: url(../imgs/cursos_menu_bullet.png) inside;
}

#nav_left_menu li ul {
	margin-top: 5px;
}

#nav_left_menu li li {
	list-style: none;
	border-top: 1px dotted #E9E9E9;
	border-bottom: none;
}

#nav_left_menu ul {
	margin: 0 0 0 10px;
}

#nav_left_menu ul a {
	text-decoration: none;
}

#nav_right{
	height: 20px;
	border-bottom: 1px solid #E9E9E9; 
	border-top: 1px solid #E9E9E9;
	padding: 10px 0 10px 0;
}

#nav_right li {
	list-style: none;
	display: inline; 
  	margin-right: 10px;
}

#nav_right ul {
	margin: 0;
}

#nav_right li ul {
	list-style: none;
	display: inline; 
  	margin-right: 10px;
}

#nav_right ul a{
	text-decoration: none;
}

#curso_activities {
	padding-bottom: 20px;
}

#curso_activities_nav{
	height: 40px;
}

#curso_activities_nav li {
	list-style: none;
	display: inline; 
  	margin-right: 30px;
  	padding: 20px 10px 7px 10px;
}

#curso_activities_nav .active{
	background: url(../imgs/curso_menu_bg.png) no-repeat top center;
}


#curso_activities_nav ul {
	margin: 0;
}

#curso_activities_nav ul a{
	text-decoration: none;
	color: #000;
}

#curso_activities_nav ul a:hover{
	text-decoration: none;
	color: #3299BB;
}

#competencias, #indicadores {
	padding: 10px; background: #E9E9E9; margin-bottom: 20px;
}


/* `Login
----------------------------------------------------------------------------------------------------*/

#loginContainer {
	position:relative;
	float: right;
	padding-left: 20px;
}

#loginButton { 
    display:inline-block;
    float:right;
    background:#d2e0ea url(../imgs/login/buttonbg.png) repeat-x; 
    border:1px solid #C28B3A; 
    border-radius:3px;
    -moz-border-radius:3px;
    position:relative;
    z-index:30;
    cursor:pointer;
    text-decoration: none;

}

#loginButton span {
    color:#445058; 
    font-size:12px;  
    text-shadow:1px 1px #fff; 
    padding:5px 29px 7px 10px;
    background:url(../imgs/login/loginArrow.png) no-repeat 50px 4px;
    display:block;
}

#loginButton:hover {
    background:url(../imgs/login/buttonbgHover.png) repeat-x;
    text-decoration: none;
}

#loginBox {
    position:absolute;
    top:30px;
    right:0;
    display:none;
    z-index:29;
}
 
#loginButton.active {
    border-radius:3px 3px 0 0;
    border-bottom-color: #FEC266;
}

#loginButton.active span {
    background-position:50px -79px;
}

#loginForm {
    width:248px; 
    border:1px solid #C28B3A;
    border-radius:3px 0 3px 3px;
    -moz-border-radius:3px 0 3px 3px;
    margin-top:-1px;
    background:#FEC266;
    padding:6px;
}

#loginForm fieldset {
    display:block;
    border:0;
    padding:0;
}

fieldset#body {
    background:#fff;
    border-radius:3px;
    -moz-border-radius:3px;
    padding:10px 13px;
    margin:0;
    text-align: left;
}

#loginForm #checkbox {
    width:auto;
    margin:1px 9px 0 0;
    float:left;
    padding:0;
    border:0;
    *margin:-3px 9px 0 0; /* IE7 Fix */
}

#body label {
    color:#000;
    margin:0;
    display:block;
    float:left;
    text-align: left;
    text-transform: none;
    text-shadow: none;
}

#loginForm input {
    width:92%;
}

#loginForm #login {
    width:auto;
    float:left;
    background:#339cdf url(../imgs/login/loginbuttonbg.png) repeat-x;
    padding:4px 10px 5px 10px;
    border:1px solid #339cdf;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    margin:0 12px 0 0;
    cursor:pointer;
    *padding:4px 2px 5px 2px; /* IE7 Fix */
}

#loginForm p {
    text-align:center;
    display:block;
    padding:7px 0 4px 0;
}

#loginForm p a {
    color:#000;
    text-shadow:none;
    text-transform: none;
}

input:focus {
    outline:none;
}


/* `Forms & Buttons
----------------------------------------------------------------------------------------------------*/

input, textarea {
	border:1px solid #CCC;
    border-radius:3px;
    -moz-border-radius:3px;
    font-size: 13px;
    color:#000;
    padding:5px 5px;
    margin: 5px 0 15px 0;		
}

input[type="submit"]::-moz-focus-inner {border:0;}
input[type="submit"]::-webkit-focus-inner {border:0;}
input[type="text"]:focus {outline: none; background: #f2f2f0;}
input[type="password"]:focus {outline: none; background: #f2f2f0;}
textarea:focus {outline: none; background: #f2f2f0;}


label {
	display: block;
}

.label_oneline {
	margin-right: 10px;
	float: left;
	margin-top: 5px;
}

a.button, input[type="submit"]  {
  width:auto;
  background-color: #FF9900;
  cursor: pointer;
  padding: 5px 15px 5px 15px;
  border: 0;
  -moz-box-shadow: 2px 2px 0px #CACACA;
  -webkit-box-shadow: 2px 2px 0px #CACACA;
  box-shadow: 2px 2px 0px #CACACA;
}

input[type="submit"] {
  display: block;
}

select {
	display: block;
	margin: 10px 0 10px 0;
}

a.button:hover, input[type="submit"]:hover {
  background-color: #003366;
  text-shadow: 1px 1px 0px #000;
}

#mainbox a.button {
  -moz-box-shadow: 2px 2px 0px #333;
  -webkit-box-shadow: 2px 2px 0px #333;
  box-shadow: 2px 2px 0px #333;
}