/**** NUEVA VERSION Abril 2015 ****/

/* Por defecto bootstrap aplica -15px en cada margin y eso provoca que el marco se meta dentro del menu lateral */
/* Comentado a David */

/****

	índice:
	BARRA SUPERIOR
	MENÚ LATERAL
	PAGINACIÓN
	CONTENIDOS
	PIE
	Elementos de contenido para maquetar bloques de información
	CUESTIONARIOS
	PROGRESO
	
****/

a {
    text-decoration: none;
}
a:hover, a:focus {
    text-decoration: underline;
}
a:focus {
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.6;
}
h1 {
	font-family: 'Varela Round', sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	text-transform: uppercase;	
}
p {
}
.migas {
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	font-size: 1em;
}
.migas > li {
	list-style-type: none;
}
.migas > li > a {
	text-decoration: underline;
}
.migas > li > a:hover, a:focus {
	text-decoration: underline;
}
.migas h1 {
}
.nivel_1 {
}
.nivel_2 {
}	
.nivel_progreso {
}
.DREDenlace a {
    text-decoration: none;
	word-wrap: break-word;
}
.DREDenlace a:hover, .DREDenlace a:focus {
    text-decoration: underline;
}
.DREDtexto a {
    text-decoration: none;
	font-weight: bold;
}
.DREDtexto a:hover, .DREDtexto a:focus {
    text-decoration: underline;
}
.destacar {
	font-weight: bold;
	font-size: 120%;
}
#objetivos li:last-child {
}
#resumen p:last-child {
}
.DREDtextointroduccionultimo {
}
#resumen li > p.DREDtexto {
}
#resumen, #objetivos, #index {
}

/**** BARRA SUPERIOR donde se encuentran los botones PROGRESO y PDF ****/

.navbar-brand {
	/* personalizar en style.css del tema */
}
.navbar-default .navbar-brand {
}
.navbar-brand > a {
}
.navbar-brand > a:hover {
	text-decoration: underline;
}
.navbar .navbar-header {
}
.navbar-nav {
	font-family: "Trebuchet MS";
	font-size: 1.2em;
}
.navbar-nav > li {
}
.navbar-default .navbar-nav > li > a {
}
.navbar-default .navbar-nav > li > a:hover {
	text-decoration: underline;	
}
.navbar-dred {
}
.icono_pdf > a {
}
.icono_pdf > a:hover{
}
.navbar_txt{
}
.icono_progreso > a {
}
.icono_progreso > a:hover {
}

/**** Fin de BARRA SUPERIOR ****/

/**** MENÚ LATERAL ****/

#sidebar {
}
.list-group > ul {
	list-style-type: none;
}
.list-group > ul li a {
}
.list-group > ul li a:hover {
}
.list-group > ul ul {
    list-style-type: none;
}		 
.list-group > ul ul li a {
}
.list-group > ul ul li a:hover{
}
.list-group-item-contenidos {
}
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
}
.list-group-item {
	text-transform: uppercase;
}

/**** Fin de MENÚ LATERAL ****/



/**** PAGINACIÓN ***/

.pager {
  list-style: none;
  text-align: center;
  font-size: 120%;
}
.pager li > a,
.pager li > span {
}
.pager li > a:hover,
.pager li > a:focus {
	text-decoration: underline;
}
.pager .next > a,
.pager .next > span {
}
.pager .previous > a,
.pager .previous > span {
}
.pager .next > a:hover {
}
.pager .previous > a:hover {
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
}
#paginacion_inferior {
}

/**** Fin de PAGINACIÓN ****/

/**** CONTENIDOS ****/

#contenido_interno {											
}
.contenido {
}
.contpp {
}
.ventana_flotante {
}
.ventana_flotante ul {
	list-style-type: square;
}
.Illustration, .Caption, .DREDpieFoto, .Fuente {
	text-align: center;
	font-size: 0.85em;
	font-style: italic;
	color: #666;
}
.DREDvideopie {
	text-align: center;
	font-size: 0.70em;
	font-style: italic;
	color: #45736c;
	padding: 0.3em;
}
.video_y_pie {
	float: right;
	max-width: 330px;
	padding-bottom: 10px;
	margin-left: 10px;
}

/**** Fin de CONTENIDOS ****/

/**** PIE ****/

footer {
    font-weight: 300;
}
footer p {
}

/**** Fin de PIE ****/

/**** Elementos de contenido para maquetar bloques de información ****/

ol.DREDlistaNumerada {
    counter-reset: li; /* Initiate a counter */
}
ol.DREDlistaNumerada > li {
    list-style: none; /* Disable the normal item numbering */
	font: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 1em;
}
ol.DREDlistaNumerada li:before {
    content: counter(li); /* Use the counter as content */
    counter-increment: li; /* Increment the counter by 1 */	
    font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 2em;
	text-align: center;
}
.DREDlistaObjetivos {
	font-family: "Trebuchet MS";
	font-size: 1.2em;
}
#objetivos ul.DREDlistaObjetivos {
	list-style-type: square;
	list-style-image: url(../imagenes/objetivos_li.png);
}
#objetivos ul li {
}
.DREDtextoinicialobjetivos {
	font-size: 1.3em;
	font-weight: bold;
	font-style: italic;
}
.DREDlistaLibros, .DREDlistaLegislacion, .DREDlistaTextose {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    list-style-type: square;
}
.DREDlistaLibros li:last-child {
}
.DREDlistaLegislacion li:last-child {
}
.DREDlistaTextose li:last-child {
}
.DREDlibros, .DREDlegislacion, .DREDtextose {
    font-family: "Trebuchet MS";
    font-size: 1.3em;
    font-weight: bold;
}
.DREDlistaLibros {
}
.DREDlistaLegislacion {
}
.DREDlistaTextose {
}
ul.DREDlistaTextose .DREDtexto, ul.DREDlistaLegislacion .DREDtexto, ul.DREDlistaLibros .DREDtexto {	
	line-height: 2.2em;
}
.DREDtextoinicialampliar {
	font-size: 1.3em;
	font-weight: bold;
}
.frameDREDdestacado, .frameDREDnota, .frameDREDtip, .frameDREDejemplo, .frameDREDvideo,  .frameDREDrecuerda, .frameDREDevaluacion, .frameDREDactividadaprendizaje, .frameDREDpractica {
	font-family: "Trebuchet MS";
	font-size: 1.2em;
	font-style: oblique;
}
p.DREDvideo {
}
.contenido_video {		
}
.frameDREDevaluacion {
}
.frameDREDdestacado {
	/* text-indent: 40px; personalizar en style.css el tema */
}
.frameDREDnota {
}
.frameDREDtip {
}
.frameDREDvf {
}
.frameDREDejemplo {	
}
.frameDREDvideo {
}
.frameDREDrecuerda{
}
.DREDrecuerda > ul {
	list-style-type: square;
	list-style-image: url(../imagenes/recuerda_li.png);
	font-family: "Trebuchet MS";
	font-size: 1.3em;
	font-style: oblique;
}
.frameDREDevaluacion{
}
.DREDtextoautoevaluacion {
    font-family: trebuchet ms;
    font-size: 1.3em;
	font-style: italic;
    line-height: 56px;
    text-decoration: none;
    text-shadow: 0 1px 0 #000000;
}
.bordes {
}
img {
}

/**** Fin de Elementos de contenido para maquetar bloques de información ****/

/**** CUESTIONARIOS ****/

#form1 {
}
#a1_cuestionario, #a2_cuestionario, #a3_cuestionario, #a4_cuestionario, #a5_cuestionario, #a6_cuestionario, #a7_cuestionario, #a8_cuestionario, #a9_cuestionario, #a10_cuestionario,#a11_cuestionario, #a12_cuestionario,#a13_cuestionario {
}
legend {	
}
.enunciado {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.6;
}
fieldset {
}
.respuestas {
}
#verificar {
	text-align: center;
}
.incorrecto {
	font-weight: bold;
}
.correcto {
	font-weight: bold;
}
#feedback_avanzar {
	font-weight: bold;
}
ol.DREDlistaNum_cuestionario {
    counter-reset: li; /* Initiate a counter */
}
ol.DREDlistaNum_cuestionario > li {
    list-style: none; /* Disable the normal item numbering */
	font: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 1em;
}
ol.DREDlistaNum_cuestionario li:before {
    content: counter(li, decimal);
    counter-increment: li;
	font-weight: bold;
    text-align: center;
    text-shadow: none;   
}

/**** Fin de CUESTIONARIOS ****/

/**** PROGRESO ****/

ul.progreso {
	list-style-type: square;
	/* list-style-image: url(../imagenes/progreso_li.png); personalizar en style.css del tema */
	line-height: 180%;
}
#progreso li {	
	list-style-type: square;
}
#progreso li ul {
	list-style-type: square;
	list-style-image: none;
}
.si {
	list-style: none;
}
.no {
	list-style: none;
}
.no a {
	list-style: none;
}
.no a:hover {
	list-style: none;
}
#unidad_progreso {
	font-weight: bold;
}

/* Fin de PROGRESO */

#bibliografia {
}
#ampliar {
}
#glosario {
}
.DREDejemplofirst {
	position: absolute;
	left: -1000px;
}
.navbar-toggle {
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
}
.enunciadoboton {
	font-weight: bold;
}
.frameDREDimagenderechadetextobordes {
}
.frameDREDimagenderechadetexto {
}
.frameDREDimagenizquierdadetexto {
}
.frameDREDimagenizquierdadetextobordes{
}
.frameDREDimagenCentradoTexto {
}
.frameDREDimagenCentradoTextobordes {
}
.center-block {
}
.pull-right {
}
.pull-left {
}
.limpiar {
}
.clear {
}
.DREDpieFoto {
	font-size: 11px;
	text-align: center;
}
.btn-xs {
    font-size: 12px;
    line-height: 1.5;
}
.btn-primary {
}
.btn {   
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    text-align: center;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}
blockquote:before {
    content: "??";
    font-family: entypo,serif;
    font-size: 1.5rem;
    font-style: normal;
    line-height: 1.5rem;
}
*, *:after, *:before {
}
blockquote:after {
    content: "?" " " attr(rel) " ?";
    font-family: dosis,sans-serif;
    font-style: normal;
    line-height: 2.7rem;
    text-align: center;
}
blockquote {
    background: url("../../../../../2.bp.blogspot.com/-iCCUn-fktvk/UYVomjPC84I/AAAAAAAAAAc/czlS_SMG-rs/s1600/noise.png") repeat scroll 0 0 #9A30FF;
    border-radius: 4px 0 0 4px;
    clear: both;
    color: #FFFFFF;
    font-family: Volkhov;
    font-size: 1.3rem;
    font-style: italic;
    line-height: 1.5;
    text-align: right;
    text-shadow: 0 0 1px #000000;
}
.marco {
}
#player1 {
}
.contenedor_toggle {
}
.contenedor_toggle a {
	font-weight: bold;
}
.contenedor_toggle a:hover {
	text-decoration: none;
}