
/*********************************************************************************************************/
/*************************************** INICIO **********************************************************/
/*********************************************************************************************************/
/**************************** ESTILOS GENERALES DE ETIQUETAS HTML ****************************************/
/*********************************************************************************************************/

*	{
	font-family:  Verdana, Arial, serif, 'Comic Sans MS';
	color: #333; 
	font-size: 12px;
	line-height: 150%;
}

body {
	background-color: #F2F2F2;
	margin: 10px;
}

h1,h2,h3,h4,h5,h6 {
	display:list-item;
	list-style-type: square;
	list-style-position:inside;
	margin-left: 0px;
	text-align:left;
			color: #333;
			
	border-bottom: 5px solid;
}

h1 {
	font-size: 175%;
	width: 800px;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 125%;
}

p {
	padding: 10px;
	text-indent: 15px;
	text-align: justify;
}

/*
table {
	border: 1px solid;
	padding: 0px;
	position: relative;
	right: 5%;
	left: 5%;
	width: 90%;
}
*/

th {
	/*border: 1px solid;*/
			background-color: #900;
		
	color: #FFF;
	font-weight: bold;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}

td {
	/*border: 1px solid;*/
	padding: 4px;
	vertical-align: top;
}

form {
	margin: 0px;
}

textarea{
	border: 1px solid;
	background-color: #F4F4F4;
	overflow: auto;
}

select {
	background-color: #F4F4F4;
	border: 1px solid;
}

img {
	border:none;
}

/*********************************************************************************************************/
/****************************************** FIN **********************************************************/
/*********************************************************************************************************/
/**************************** ESTILOS GENERALES DE ETIQUETAS HTML ****************************************/
/*********************************************************************************************************/

/*---------------------------------------------------------------------------------------------------------------------------------*/

/*********************************************************************************************************/
/*************************************** INICIO **********************************************************/
/*********************************************************************************************************/
/******************************** ESTILOS DE CLASES GENERALES  *******************************************/
/*********************************************************************************************************/

.txt_grande {
	font-size: 150%;
}

.sin_borde, .sin_borde:link, .sin_borde:visited {
	border:none;
	text-decoration:none;
}

.borde {
	border: 1px solid;
}

.borde_puntos {
	border: 1px dotted;
}

.borde_inf {
	border-bottom: 1px dotted;
}

.borde_inf_i {
	border-bottom: 1px dotted;
	border-left: 1px dotted;
}

.borde_inf_d {
	border-bottom: 1px dotted;
	border-right: 1px dotted;
}

.borde_inf_i_d {
	border-bottom: 1px dotted;
	border-left: 1px dotted;
	border-right: 1px dotted;
}

.borde_i_d {
	border-left: 1px dotted;
	border-right: 1px dotted;
}

a.sin_borde:hover {
	border:none;
	text-decoration:none;
}

.recuadro_tabla {
	width:800px;
	height:500px;
	overflow:auto;
}

div.contenido {
	border: 1px solid #000;
	background-color: #F4F4F4;
	padding: 0px;
	position: relative;
	right: 5%;
	left: 5%;
	width: 90%;
	height: 150px;
	overflow: auto;
}



input.texto{
	border: 1px solid;
	background-color: #F4F4F4;
	/*text-align: right;*/
}

.btn {
	border: none;
	font-weight: bold;
	color: #FFF;
			background-color: #900;
		cursor: pointer;
	text-decoration: none;
	padding:1px 5px 1px 5px;
	margin-right: 3px;
	margin-left: 3px;
}

.btn_izqui {
	border: none;
	font-weight: bold;
	text-align: center;
	color: #FFF;
			background-color: #900;
		cursor: pointer;
	text-decoration: none;
	padding:1px 5px 1px 5px;
	margin: 10px 0px 5px 0px;
	display: block;
	width: 125px;
}

.btn:hover, .btn_izqui:hover {
			background-color: #333;
	}

.btn_off {
	border: none;
	font-style: italic;
	color: #FFF;
	background-color: #900;
	text-decoration: none;
	padding:1px 5px 1px 5px;
	margin-right: 3px;
	margin-left: 3px;
}

input.file {
	border: 1px solid;
	background-color: #F4F4F4;
	font-weight: bold;
}

input.radio, input.checkbox{
	border: none;
}

.fallo{
	position:absolute;
	left:50%; 
	width:600px; 
	margin-left:-300px;
	margin-top:30px;
	padding:10px;
	border: 1px dotted;
	background-color: #F2F2F2;
}

.fallo2{
	width:600px; 
	margin:20px auto;
	padding:10px;
	border: 1px dotted;
	background-color: #F2F2F2;
}

.aviso {
	text-align:center;
	color:#F00;
	font-weight:bold;
}

.aviso_fallo {

	display:list-item;
	list-style-type: square;
	list-style-position:inside;
	margin-left: 15px;
	text-align:left;
	color: #900;
	font-size: 130%;
	font-weight:bold;
	margin:20px 0px 10px 30px;
}

.grande {
	font-size: 150%;
}

.actividad_usuario {
	border:1px solid;
	background-color:#9CC;
	padding-right:30px
}

.recuadro {
	border:1px solid;
	padding:10px;
	margin:4px;
}

.fondo_gris {
	background-color:#F4F4F4;
	padding:5px;
}

.caja_texto {
	width:600px;
	border:1px dotted;
	background-color:#F4F4F4;
	padding:10px;
	margin:6px;
}

.negrita {
	font-weight:bold;
	text-decoration: none;
}

a.negrita:hover {
	border-bottom:1px dotted;
			color: #333;
		
}

.verde_negrita {
	color: #3B3;
	font-weight:bold;
}

.rojo_negrita {
	color: #B00;
	font-weight:bold;
}
/*********************************************************************************************************/
/***************************************** FIN ***********************************************************/
/*********************************************************************************************************/
/******************************** ESTILOS DE CLASES GENERALES  *******************************************/
/*********************************************************************************************************/

/*---------------------------------------------------------------------------------------------------------------------------------*/

/*********************************************************************************************************/
/*************************************** INICIO **********************************************************/
/*********************************************************************************************************/
/************************ ESTILOS PARA LOS CUADROS DE SELECCIÓN DE CURSOS  *******************************/
/*********************************************************************************************************/

#a_cabecera_1 {
	text-decoration:none;
	border: none;
	color:black;
}

#tabla_cursos {
	width:650px;
	position:absolute;
	top:275px;
	left:250px;
	background-color:#FFF;
}

#cabecera_1 {
	width:50%;
	text-align:left;
	padding-left: 20px;
	font-weight:bold;
	border-width:1px;
	border-color:black;
	border-top-style:solid;
	border-left-style:solid;
	border-right-style:solid;
	border-bottom-style:none;
}

#cabecera_2 {
	background-color: #F2F2F2;/*Siempre el mismo que el body*/
	width:50%;
	border:1px;
	border-color:black;
	border-top-style:none;
	border-left-style:none;
	border-right-style:none;
	border-bottom-style:solid;
}

#contenido {
	height:275px;
	padding:0px;
	margin: 10px;
	vertical-align:top;
	border-width:1px;
	border-color:black;
	border-top-style:none;
	border-left-style:solid;
	border-right-style:solid;
	border-bottom-style:solid;
}

#contenido_1 {
	padding:5px;
	margin: 0px;
	margin-bottom:10px;
	padding-bottom:10px;
	width:98%;
	height:100%;
	overflow: auto;
}

#centro {
	font-weight: bold;
	padding:3px 20px;
}

.cursos, .cursos_tut {
	width: 95%;
	margin-top: 10px;
	padding: 3px 0px 3px 5px;
}

.cursos {
	background-color:#E5BFBF;
}

.cursos_tut {
	background-color:#D5D5D5;
}

.item_curso, .item_curso_tut {
	width: 95%;
	margin: 1px;
	padding: 3px 0px 3px 5px;
}

.item_curso {
	background-color:#F1DDDD;
}

.item_curso_tut {
	background-color:#F2F2F2;
}

.abajo {
	position: absolute;
	bottom: 15px;
	text-align: center;
}

.centrado {
	text-align: center;
}

.donde_estoy {
	margin:2px;
	background-color:#E7EFD8;
}

/*********************************************************************************************************/
/***************************************** FIN ***********************************************************/
/*********************************************************************************************************/
/************************ ESTILOS PARA LOS CUADROS DE SELECCIÓN DE CURSOS  *******************************/
/*********************************************************************************************************/

/*---------------------------------------------------------------------------------------------------------------------------------*/

/*********************************************************************************************************/
/*************************************** INICIO **********************************************************/
/*********************************************************************************************************/
/***************************** ESTILOS PARA LA PORTADA DE LOS CURSOS  ************************************/
/*********************************************************************************************************/

.portada_curso {
	text-align:center;
	padding:10px;
}

.cuadro_portada_curso {
	padding:5px;
	margin-bottom:10px;
}

#portada {
	border: 1px solid;
	width:100%;
	height:100%;
	text-align:center;
	vertical-align:bottom;
}

/*********************************************************************************************************/
/***************************************** FIN ***********************************************************/
/*********************************************************************************************************/
/***************************** ESTILOS PARA LA PORTADA DE LOS CURSOS  ************************************/
/*********************************************************************************************************/

/*---------------------------------------------------------------------------------------------------------------------------------*/

/*********************************************************************************************************/
/*************************************** INICIO **********************************************************/
/*********************************************************************************************************/
/*************************** ESTILOS PARA LAS PÁGINAS DE ADMINISTRACIÓN  *********************************/
/*********************************************************************************************************/

#admin_cabecera {
	position:absolute;
	left:0px;
	top:10px;	
	width:100%;
	height:20px;
	text-align: center;
}

#admin_contenido {
	position:absolute;
	left:0px;
	top:45px;
	width:95%;
	height:85%;
	padding-left: 5px;
}

#admin_datos {
	width:100%;
	height:98%;
}

/*********************************************************************************************************/
/***************************************** FIN ***********************************************************/
/*********************************************************************************************************/
/*************************** ESTILOS PARA LAS PÁGINAS DE ADMINISTRACIÓN  *********************************/
/*********************************************************************************************************/

/*---------------------------------------------------------------------------------------------------------------------------------*/

/*********************************************************************************************************/
/*************************************** INICIO **********************************************************/
/*********************************************************************************************************/
/**************************** ESTILOS PARA LOS CAPÍTULOS DE LOS CURSOS  **********************************/
/*********************************************************************************************************/

.bloque, .bloque_activo {
	padding:5px 0px 5px 0px;
	text-align:right;
	border-bottom: 1px dotted #900;
}

.enlace_contenido {
	font-size: 90%;
	display: list-item;
	list-style-type: square;
	text-decoration: none;
	font-weight: bold;
	color:#900;
}

.enlace_contenido:hover {
	color:#333;
}

.enlace_contenido:visited {
	color:#333;
}
/*********************************************************************************************************/
/****************************************** FIN **********************************************************/
/*********************************************************************************************************/
/**************************** ESTILOS PARA LOS CAPÍTULOS DE LOS CURSOS  **********************************/
/*********************************************************************************************************/

/*---------------------------------------------------------------------------------------------------------------------------------*/

/*********************************************************************************************************/
/*************************************** INICIO **********************************************************/
/*********************************************************************************************************/
/**************************** ESTILOS PARA LA BARRA INFERIOR DE USUARIO **********************************/
/*********************************************************************************************************/

.item_menu {
	border: 2px solid;
	padding:4px 5px;
	margin:0px 5px 0px 0px;
}

.item_menu:hover {
	background-color: #CCC;
}

.item_menu_img, .item_menu_img:link, .item_menu_img:visited, a.item_menu_img:hover {
	border:none;
	padding:4px 5px;
	margin:0px 5px 0px 0px;
}

/*********************************************************************************************************/
/****************************************** FIN **********************************************************/
/*********************************************************************************************************/
/**************************** ESTILOS PARA LA BARRA INFERIOR DE USUARIO **********************************/
/*********************************************************************************************************/

/********************************************************************************************/
/******************************** INICIO ****************************************************/
/********************************************************************************************/
/************************* ESTILOS PARA LOS FOROS *******************************************/
/********************************************************************************************/

.lista_tema, .lista_tema a {
	background-color: #EFEFEF;
	color: #000;
}

.lista_tema_2, .lista_tema_2 a {
	background-color: #CCC;
	color: #000;
}

.lista_tema a,  .lista_tema_2 a {
	font-weight: bold;
}

.lista_tema:hover a, .lista_tema_2:hover a{
			color: #900;
		
}


/********************************************************************************************/
/********************************** FIN *****************************************************/
/********************************************************************************************/
/************************* ESTILOS PARA LOS FOROS *******************************************/
/********************************************************************************************/


/********************************************************************************************/
/******************************** INICIO ****************************************************/
/********************************************************************************************/
/****************** ESTILOS PARA LOS ICONOS DE NAVEGACIÓN ***********************************/
/********************************************************************************************/
.ico_ir_admin {
	background: #F2F2F2 url(/comun/imagenes/png/admin_gen.png) no-repeat 0px 0px;
}

.ico_ir_ayuda {
	background: #F2F2F2 url(/comun/imagenes/png/ayuda_gen.png) no-repeat 0px 0px;
}

.ico_ir_inicio {
	background: #F2F2F2 url(/comun/imagenes/png/inicio_gen.png) no-repeat 0px 0px;
}

.ico_ir_curso {
	background: #F2F2F2 url(/comun/imagenes/png/curso_gen.png) no-repeat 0px 0px;
}

.ico_flecha_arr, .ico_flecha_arr:link, .ico_flecha_arr:visited {
	border:none;
	text-decoration:none;
	background: url(/comun/imagenes/png/flecha_arr_gen.png) no-repeat 0px 0px;
}

.ico_flecha_izqui, .ico_flecha_izqui:link, .ico_flecha_izqui:visited {
	border:none;
	text-decoration:none;
	background: url(/comun/imagenes/png/flecha_ant_gen.png) no-repeat 0px 0px;
}

.ico_flecha_dere, .ico_flecha_dere:link, .ico_flecha_dere:visited {
	border:none;
	text-decoration:none;
	background: url(/comun/imagenes/png/flecha_sig_gen.png) no-repeat 0px 0px;
}

/********************************************************************************************/
/********************************** FIN *****************************************************/
/********************************************************************************************/
/****************** ESTILOS PARA LOS ICONOS DE NAVEGACIÓN ***********************************/
/********************************************************************************************/
