@import url('body.css');
@import url('content.css');
a {
	text-decoration: none;
	color: #06F;
}
a:hover {
	text-decoration: none;
	color: #093;
}
h1 {
	color: #FFF;
	text-decoration: none;
	padding: 0px;
	font-size: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-weight: lighter;
}
.profile {
/*	background: url(../img/bg_profile.png) left top;
	margin: 0px;
	margin-top: 5px;
	overflow: hidden;
*/
	}
.profile img {
/*	float: left;
	margin-left: -3px;
*/	}
.profile h2 {
	color: #666;
	font-size: 14px;
	margin:3px 0px 0px 8px;
/*	float: left;*/
	line-height: 14px;
	font-weight: bold;

}
.columna_1 h1 {
	margin:0px;
	padding:0px;
}
h2 {
	color: #0B9B6C;
	text-decoration: none;
	padding: 0px;
	font-size: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-weight: lighter;
}
h3 {
	color: #06F;
	text-decoration: none;
	padding: 0px;
	font-size: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-weight: lighter;
}
h4 {
	color: #333;
	text-decoration: none;
	padding: 0px;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-weight: bold;
}
p {
	color: #444;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	letter-spacing: 0px;
	line-height: 15px;
}
/*ESTRUCTURA*/
#container {
	position: relative;
	width: 996px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#container_top {
	width: 996px;
	float: left;
	height: 100px;
}
#container_navigation {
	width: 996px;
	float: left;
	height: 49px;
	background-image: url(../img/botonera.png);
	margin-bottom: 8px;
}#container_navigation2 {
	width: 996px;
	float: left;
	height: 49px;
	background-image: url(../img/botonera2.png);
	margin-bottom: 8px;
}
#container_central {
	width: 996px;
	float: left;
	height: 411px;
	background-image: url(../img/back2.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#container_central_interno {
	width: 996px;
	float: left;
	height: 166px;
	background-image: url(../img/back3.png);
	background-repeat: no-repeat;
	background-position: top;
}
#container_contenidos {
	width: 996px;
	float: left;
	background-image: url(../img/back4.png);
	background-repeat: repeat-y;
	background-position: top;
}
#container_footer {
	width: 996px;
	float: left;
	height: 120px;
	margin-top: 18px;
	padding-left: 14px;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
}
#cierra_contenidos {
	background-image: url(../img/back5.png);
	float: left;
	height: 16px;
	width: 996px;
}
#panel_usuarios {
	position: absolute;
	right: 0px;
	width: 270px;
	margin-top: 5px;
	margin-right: 10px;
	background: url(../img/panel_user_top.png) top no-repeat;
}
#logo {
	height: 60px;
	width: 250px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	float: left;
}
#logo h1 {
	height: 60px;
	width: 250px;
	margin: 0px;
	padding: 0px;
}
#logo a {
	height: 60px;
	width: 250px;
	background-image: url(../img/logo_greenedworks.png);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
}
#logo span {
	display: none;
}
/*BOTONERA*/
#container_navigation ul {
	display:block;
	float:left;
	width:531px;
	height:45px;
	background:url(img/menu.jpg) no-repeat 0 0;
	list-style:none;
	padding: 0px;
	margin: 0px;
}
#container_navigation ul li {
	display:block;
	float:left;
	height:44px;
	text-indent:-10000px;
}
#container_navigation ul li a {
	display:block;
	width:100%;
	height:100%;
}#container_navigation2 ul {
	display:block;
	float:left;
	width:531px;
	height:45px;
	background:url(img/menu.jpg) no-repeat 0 0;
	list-style:none;
	padding: 0px;
	margin: 0px;
}
#container_navigation2 ul li {
	display:block;
	float:left;
	height:44px;
	text-indent:-10000px;
}
#container_navigation2 ul li a {
	display:block;
	width:100%;
	height:100%;
}
#home {
	width:86px;
}
#home a:hover {
	background-image: url(../img/botonera_over.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#home a:active {
	background-image: url(../img/botonera_active.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.select#home a {
	background-image: url(../img/botonera_select.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#about {
	width:95px;
}
#about a:hover {
	background-image: url(../img/botonera_over.png);
	background-repeat: no-repeat;
	background-position: -86px 0px;
}
#about a:active {
	background-image: url(../img/botonera_active.png);
	background-repeat: no-repeat;
	background-position: -86px 0px;
}
.select#about a {
	background-image: url(../img/botonera_select.png);
	background-repeat: no-repeat;
	background-position: -86px 0px;
}
#study {
	width:150px;
}
#study a:hover {
	background-image: url(../img/botonera_over.png);
	background-repeat: no-repeat;
	background-position: -181px 0px;
}
#study a:active {
	background-image: url(../img/botonera_active.png);
	background-repeat: no-repeat;
	background-position: -181px 0px;
}
.select#study a {
	background-image: url(../img/botonera_select.png);
	background-repeat: no-repeat;
	background-position: -181px 0px;
}
#register {
	width:89px;
}
#register a:hover {
	background-image: url(../img/botonera_over.png);
	background-repeat: no-repeat;
	background-position: -331px 0px;
}
#register a:active {
	background-image: url(../img/botonera_active.png);
	background-repeat: no-repeat;
	background-position: -331px 0px;
}
.select#register a {
	background-image: url(../img/botonera_select.png);
	background-repeat: no-repeat;
	background-position: -331px 0px;
}

#profile {
	width:89px;
}
#profile a:hover {
	background-image: url(../img/botonera_over2.png);
	background-repeat: no-repeat;
	background-position: -331px 0px;
}
#profile a:active {
	background-image: url(../img/botonera_active2.png);
	background-repeat: no-repeat;
	background-position: -331px 0px;
}
.select#profile a {
	background-image: url(../img/botonera_select2.png);
	background-repeat: no-repeat;
	background-position: -331px 0px;
}


#contact {
	width:100px;
}
#contact a:hover {
	background-image: url(../img/botonera_over.png);
	background-repeat: no-repeat;
	background-position: -420px 0px;
}
#contact a:active {
	background-image: url(../img/botonera_active.png);
	background-repeat: no-repeat;
	background-position: -420px 0px;
}
.select#contact a {
	background-image: url(../img/botonera_select.png);
	background-repeat: no-repeat;
	background-position: -420px 0px;
}
/*CONTENIDOS*/
#central_1 {
	float: left;
	height: 398px;
	width: 398px;
	margin-top: 3px;
	margin-left: 3px;
}
.columna {
	float: left;
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 20px;
}
.columna_1 {
	float: left;
	width: 600px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
}
.columna_2 {
	float: right;
	width: 311px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-image: url(../img/back6.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 15px;
}
.tope_columna2 {
	background-image: url(../img/back7.gif);
	width: 311px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	height: 12px;
}
.columna_3 {
	float: left;
	width: 222px;
	padding: 0px 0px 0px 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../img/back10.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.tope_columna3 {
	background-image: url(../img/back9.gif);
	width: 222px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	height: 12px;
}
.tope_columna_iconos {
	background-image: url(../img/back8.jpg);
	width: 311px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	height: 181px;
}
.nav {
	float: left;
	height: 22px;
	width: 600px;
	margin-bottom: 10px;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F2F2F2;
}
.title_contenidos {
	float: left;
	height: 35px;
	width: 600px;
	margin-bottom: 10px;
}
.title_contenidos span {
	text-indent: -9999;
}
.contenidos {
	width: 600px;
}
.contenidos_columna2 {
	width: 279px;
	margin: 6px;
	padding: 10px;
	font: 11px/14px Verdana, Geneva, sans-serif;
	letter-spacing: 0px;
}.contenidos_columna2 p{
	margin: 0px;
	padding: 0px;
}.contenidos_columna2 h4{
	margin: 0px;
	padding: 0px;
}
.contenidos_columna2 h2{
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}
.contenidos_columna3 {
	width: 190px;
	margin: 6px;
	padding: 10px;
	font: 11px/14px Verdana, Geneva, sans-serif;
	letter-spacing: 0px;
}.contenidos_columna3 p{
	margin: 0px;
	padding: 0px;
}.contenidos_columna3 h4{
	margin: 0px;
	padding: 0px;
}
.contenidos_columna3 h2{
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}
#central_2 {
	float: right;
	height: 360px;
	width: 340px;
	margin-top: 20px;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 12px;
}
#central_3 {
	float: left;
	height: 164px;
	width: 996px;
}
.box_1 {
	float: left;
	width: 110px;
	margin-right: 10px;
}
.box_1_b {
	float: left;
	width: 180px;
	margin-right: 10px;
}
.box_2 {
	float: left;
	width: 300px;
	margin-right: 10px;
}
.box_2 strong {
	color: #017827;
}
.box_3 {
	float: right;
	width: 290px;
	margin-right: 10px;
	height: 30px;
}
.box_3 img {
	float: right;
	margin-right: 10px;
}
.texto_welcome {
	float: left;
	width: 310px;
	text-align: left;
	color: #FFF;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
}
.texto_welcome ol {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.box_register {
	float: left;
	height: 160px;
	width: 280px;
	margin-top: 30px;
	margin-left: 20px;
}
.box_register img {
	float: left;
	margin-right: 10px;
}
.usuarios_blok_servicios {
	float: left;
	height: 30px;
	width: 270px;
	margin-top: 6px;
}
.usuarios_blok_servicios img {
	float: left;
	margin-left:20px
}
.usuarios_blok_desplegable {
	float: left;
	height: 35px;
	width: 270px;
	text-align: center;
	background: url(../img/panel_user_login.png) top no-repeat;
}
.usuarios_blok_bottom {
	float: left;
	height: 12px;
	width: 270px;
	text-align: center;
	background: url(../img/panel_user_bottom.gif) bottom no-repeat;
	line-height: 12px;
}
.usuarios_blok_contenido {
	float: left;
	height: 12px;
	width: 270px;
	text-align: left;
	background-color: #FFF;
	height: 200px;
}
.usuarios_blok_header {
	background: #FFF url(../img/bg_panel_usuario_header.png) top repeat-x;
	padding: 0px 1px;
	border-left: 1px solid #FFF; 
	border-right: 1px solid #FFF; 
		}
.usuarios_blok_content {
	padding: 20px 15px 10px 25px;}
.usuarios_blok_text {
	color: #666;
	text-decoration: none;
	padding: 0px;
	font-size: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-weight: normal;
	}
.usuarios_blok_text2 {
	color: #999;
	text-decoration: none;
	padding: 0px;
	font-size: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-weight: normal;
	}
.usuarios_blok_text3 {
	color: #999;
	text-decoration: none;
	padding: 0px;
	font-size: 11px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-weight: normal;
	}
.usuarios_blok_text3 a, .usuarios_blok_text3 a:hover{
	color: #5FC5E4;
	text-decoration: none;
	padding: 0px;
	font-size: 11px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-weight: normal;
	}

.login {
	padding: 15px 30px;
}

.status_bar {
	width: 950px;
	height: 59px;
	background: url(../img/status_bar_10.png) repeat-x;
}
.status_bar_content {
	background: url(../img/status_bar_11.png) right no-repeat;
	height: 59px;
}
.sb_100 {
	background: url(../img/status_bar_2.png) repeat-x;
	height: 59px;
	float: left;
	line-height: 59px;
	color: #FFF;
}
.sb_100_content {
	background: url(../img/status_bar_1.png) left no-repeat;
	height: 59px;
	padding: 0px 20px;
}
.sb_icons {
	background: url(../img/status_bar_12.png) repeat-x;
	height: 59px;
	float: left;
	line-height: 59px;
}
.sb_icons_content {
	background: url(../img/status_bar_3.png) left no-repeat;
	height: 59px;
	padding: 0px 10px;
}
.sb_icons_content2 {
	background: url(../img/status_bar_14.png) left no-repeat;
	height: 59px;
	padding: 0px 10px;
}
.sb_icon {
	float: left;
	padding: 10px 15px;
}
.sb_icons_separator {
	background: url(../img/status_bar_4.png);
	height: 59px;
	width: 5px;
	float: left;
}
.sb_200 {
	background: url(../img/status_bar_6.png) repeat-x;
	height: 59px;
	float: left;
	line-height: 59px;
	color: #FFF;
}
.sb_200_content {
	background: url(../img/status_bar_5.png) left no-repeat;
	height: 59px;
	padding: 0px 10px 0px 40px;
}
.sb_200_content2 {
	background: url(../img/status_bar_13.png) left no-repeat;
	height: 59px;
	padding: 0px 20px 0px 20px;
}
.sb_300 {
	background: url(../img/status_bar_8.png) repeat-x;
	height: 59px;
	float: left;
	line-height: 59px;
	color: #FFF;
}
.sb_300_content {
	background: url(../img/status_bar_7.png) left no-repeat;
	height: 59px;
	padding: 0px 10px 0px 40px;
}
.sb_300_content_b {
	background: url(../img/status_bar_7_b.png) left no-repeat;
	height: 59px;
	padding: 0px 0px 0px 30px;
}
.sb_300_content2 {
	background: url(../img/status_bar_15.png) left no-repeat;
	height: 59px;
	padding: 0px 10px 0px 40px;
}
.sb_400 {
	background: url(../img/status_bar_9.png) no-repeat;
	height: 59px;
	float: left;
	line-height: 59px;
	color: #FFF;
	width: 22px;
}
.sb_400_2 {
	background: url(../img/status_bar_16.png) no-repeat;
	height: 59px;
	float: left;
	line-height: 59px;
	color: #FFF;
	width: 22px;
}
.sb_final {
	background: url(../img/status_bar_17.png) no-repeat;
	width: 340px;
	height: 45px;
	float: left;
	padding: 12px 10px 0px 22px;	
}
.sb_caption {
	float: right;
}
.sb_caption h3 {
	color: #666;
	margin-top: 20px;
	margin-right:-15px;
}
#panel {
	width: 222px;
	margin-top: 25px;
	float: left;
}
#panel .top {
	background: url(../img/bg_panel_top.png);
	height: 21px;
	padding: 14px 15px 10px 15px;
}
#panel .content {
	width: 220px;
	border-left: 1px solid #DADEE4;
	border-right: 1px solid #DADEE4;
}
#panel .content ul.menu {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
#panel .content ul.menu li {
	list-style: none;
	font-family: Verdana, Geneva, sans-serif;
	border-bottom: 1px solid #EBEBEB;
	font-size: 11px;
	letter-spacing: -1px;
	line-height: 16px;
	display: block;
	margin: 0PX;
	/*background: url(../img/bullet.png) 12px 7px no-repeat;*/
}
#panel .content ul.menu li a {
	color: #109650;
	line-height: 16px;
	padding: 10px 3px;
	display: block;
	padding-left: 35px;
}
#panel .content ul.menu li a:hover {
	/*background: #f5f5f5 url(../img/bullet.png) 12px 7px no-repeat;*/
	color: #109650;
	font-weight: bold;
	line-height: 16px;
	display: block;
	padding-left: 35px;
}
#panel .content ul.menu li.back {
	background: url(../img/bullet2.png) 12px 7px no-repeat;
	list-style: none;
	color: #FFF;
	background-color: #20BDAA;
	line-height: 16px;
}
#panel .content ul.menu li.back a {
	color: #FFF;
	line-height: 28px;
	padding: 0px;
	padding-left: 35px;
}
#panel .content ul.menu li.back a:hover {
	background: #1DA796 url(../img/bullet2.png) 12px 7px no-repeat;
	color: #FFF;
	line-height: 28px;
}
#panel .content ul.menu li.material a{
	background: #f5f5f5 url(../img/bullet_material.png) 12px 10px no-repeat;
	}
#panel .content ul.menu li.test a{
	background: #f5f5f5 url(../img/bullet_test.png) 12px 12px no-repeat;
	}
#panel .content ul.menu li.video a{
	background: #f5f5f5 url(../img/bullet_video.png) 12px 10px no-repeat;
	}
#panel .content ul.menu li a.visited {
	cursor: default;
	color: #CCC;
	}

#panel .bottom {
	background: url(../img/bg_panel_bottom.png);
	height: 31px;
}
#contenido {
	margin-top: 25px;
	margin-left: 30px;
	float: left;
	width: 697px;
}
.video_box {
}
.video_box_top {
	background: url(../img/video_box_top.png);
	width: 682px;
	height: 37px;
	line-height: 37px;
	font-size: 11px;
	color: #666;
	padding-left: 15px;
}
.video_box_content {
	width: 695px;
	border-left: 1px solid #D5D9DF;
	border-right: 1px solid #D5D9DF;
	overflow: hidden;
}

.video_box_bottom {
	width: 697px;
	background: url(../img/video_box_bottom.png);
	height: 57px;
}
.video_box_bottom1 {
	width: 667px;
	background: transparent url(../img/video_box_bottom1.png) top;
	height: 28px;
	overflow: hidden;
	padding-top: 15px;
	padding-right: 30px;
}
.video_box_bottom2 {
	width: 697px;
	background: url(../img/video_box_bottom2.png);
	height: 50px;
	overflow: hidden;
}
.video_box_bottom2 .progress {
	margin-top: 18px; width: 100px; float: left; margin-left: 40px;
	}
.progress_bar {
	float: right;
	margin-top: 25px;
	margin-right: 15px;
	background: url(../images/progressbar_1.gif) no-repeat;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	font-weight: bold;
	}
.respuestas {
	padding: 20px;
	}
.n_pregunta{
			font-family: Verdana, Geneva, sans-serif;
			font-weight: bold;
			color: #109650;
			font-size: 13px;
		}
.pregunta{ 
			font-family: Verdana, Geneva, sans-serif;
			font-weight: bold;
			color: #111;
			font-size: 12px;
			margin-bottom: 10px;
		}
.rpta {
	font: 11px/17px Verdana, Geneva, sans-serif;
		letter-spacing: 0px;
			vertical-align: top;
			color: #666;}
.correct {
	font: 11px/17px Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #109650;
	vertical-align: top;
	}
.incorrect {
	font: 11px/17px Verdana, Geneva, sans-serif;
	text-decoration: line-through;
	font-weight: bold;
	vertical-align: top;
	}


/*MENU LISTADOS FOOTER*/
#menuv {
}
#menuv ul, li {
	list-style-type: none;
}
#menuv ul {
	margin: 0;
	padding: 0;
}
#menuv li {
}
#menuv li.title {
	font-weight: bold;
	color: #019934;
	margin-bottom: 10px;
}
#menuv li.title2 {
	font-weight: bold;
	color: #019934;
	margin-bottom: 10px;
}
#menuv a {
	text-decoration: none;
	color: #666;
	display: block;
	padding: 3px 6px;
	width: 110px;
}
#menuv a:hover {
	color: #019934;
	text-decoration: none;
}
.floatright {
	float: right;
}.floatleft {
	float: left;
	overflow: hidden;
}
.padding10 {
	padding: 10px;
}
#test_previous{
	position: absolute;
	top: 430px;
	z-index: 100;
	width: 700px;
	height: 700px;
	background: #FFF;
	}
.borderbottom {
	border-bottom: 1px solid #CCC;
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 10px;}
	
#write_material_images{
	float:left;
	width:150px;
	height:100px;
	overflow:hidden;
	margin:7px;
	text-align:center;
	
}
hr {
	color: #D7DCE3;
	margin-right: 5px;
	}

.contenidos_columna2 ul.menu {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
.contenidos_columna2 ul.menu li {
	list-style: none;
	font-family: Verdana, Geneva, sans-serif;
	border-bottom: 1px solid #EBEBEB;
	font-size: 11px;
	letter-spacing: -1px;
	line-height: 16px;
	display: block;
	margin: 0PX;
	/*background: url(../img/bullet.png) 12px 7px no-repeat;*/
}
.contenidos_columna2 ul.menu li a {
	color: #999;
	line-height: 20px;
	padding: 2px 3px;
	display: block;
	padding-left: 22px;
}
.contenidos_columna2 ul.menu li a:hover {
	/*background: #f5f5f5 url(../img/bullet.png) 12px 7px no-repeat;*/
	/*color: #109650;*/
	/*font-weight: bold;*/
	line-height: 20px;
	display: block;
	padding-left: 22px;
}
.contenidos_columna2 ul.menu li.back {
	background: url(../img/bullet2.png) 12px 7px no-repeat;
	list-style: none;
	color: #FFF;
	background-color: #20BDAA;
	line-height: 16px;
}
.contenidos_columna2 ul.menu li.back a {
	color: #FFF;
	line-height: 28px;
	padding: 0px;
	padding-left: 22px;
}
.contenidos_columna2 ul.menu li.back a:hover {
	background: #1DA796 url(../img/bullet2.png) 12px 7px no-repeat;
	color: #FFF;
	line-height: 28px;
}
.contenidos_columna2 ul.menu li.material a{
	background: url(../img/bullet_material.png) 0px 4px no-repeat;
	}
.contenidos_columna2 ul.menu li.test a{
	background: url(../img/bullet_test.png) 0px 7px no-repeat;
	}
.contenidos_columna2 ul.menu li.video a{
	background: url(../img/bullet_video.png) 0px 2px no-repeat;
	}
.contenidos_columna2 ul.menu li a.visited {
	cursor: default;
	color: #CCC;
	}
.abajo {
}

.italica{
	text-decoration:none;
	font-weight:normal;
	font-style:italic;
}