<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">p{
margin:10px 0px 10px 5px;
}

/* INICIO CAJA EJECRCICIO PREGUNTA */

div.preguntaBox{
	width:85%;
	margin: 0 auto 10px auto;
	padding-bottom:1px;
	border-bottom:5px solid #d8d8d8;
	
}
div.preguntaEnunciado{
	border-top: 5px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	padding-top:7px;
	padding-bottom:9px;
	margin-top:5px;
	font-weight:bold;
}
div.preguntaEnunciado p{
	text-indent:0px;
	background:url(img/punto_enunciado.gif) 0px 5px no-repeat;
	margin:0;
	padding:0px 0px 0px 12px;

}
div.respuestasBox{
	margin:15px auto 20px auto;
	width:90%;
}
div.tituloRespuestas{
	background:#FFE4CC;
	margin:0;
	color:#666666;
	font-size:11px;
	padding:5px;
	width:50%;	
}
div.respuestasBox table{
	margin: 5px auto 10px auto;
	width:95%		
}
div.activityBox{
	width:90%;
	margin:15px auto 20px auto;
	border:1px solid #FFE4CC;
	padding:10px;
}

div.rellenaBox{
	width:90%;
	margin:15px auto 20px auto;
	border:1px solid #FFE4CC;
	padding:10px;
}

div.rellenaBox p{
	line-height:25px;
}

table.tablaEstiloPregunta tr td.acciones{
	width:25px;
	text-align:right;
}

/*fixes a otras css*/
table.tablaEstiloPregunta{
	background-color: RGB(255, 255, 255);
}

table.quitaColor{
	background-color: RGB(255, 255, 255);	
}

div.contSelEva{
	width:60%;
	margin:20px auto 0 0;
}

table.evaTipo{
	border-collapse:collapse;
	margin-top:10px;
	width:100%;
}

table.evaTipo td.evaNum{
	font-weight:bold;
	padding:0px;
	width:24px;
	text-align:left;
	font-size:16px;
	padding-left:5px;
	background:url(img/fondo_num.gif) left 6px no-repeat;
}

table.evaTipo td.evaTit{
	font-weight:bold;
	padding-left:70px;
	font-size:14px;
	width:215px;
	text-align:left;
	position:relative;
}

table.evaTipo td.evaDes{
	padding:10px;
	text-align:left;
}

div.imgHelper{
	position:relative;
	width:1px;
	height:1px;
	float:right;
}

.imgPreguntas{
	background:url("img/preguntas.gif") 5px 0px no-repeat;
	height:68px;
}

.imgPiensaRelfexiona{	
	background:url("img/piensa_reflexiona.gif") 5px 0px no-repeat;
	height:68px;
}

.imgResolucion{
	background:url("img/resolucion.gif") 5px 0px no-repeat;
	height:68px;
}

.imgRelaciona{
	background:url("img/relaciona.gif") 5px 0px no-repeat;
	height:68px;
}

/* FIN CAJA EJECRCICIO PREGUNTA */

table.contieneEntradas{
	border-collapse:collapse;
	background:#fff;
	color:#525012;	
	/*width:95%;*/
	margin:5px auto 20px auto;		
}

table.contieneEntradas th{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	height:23px;
	line-height:23px;
	border:1px #542f00 solid;	
	text-align:center;	
}

table.contieneEntradas td.tituloColumna{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	height:23px;
	line-height:15px;
	border:1px #542f00 solid;	
	text-align:left;
	width:140px;	
}

table.contieneEntradas td{
	border:1px #542f00 solid;
	padding:5px;
	color:#646464;
	font-size:11px;
	vertical-align:top;
	padding:10px 10px 10px 15px;
}

table.contieneEntradas th.separador, table.contieneEntradas td.separador{
	background:none;
	border-top:none;
	border-bottom:none;
	width:10px;
}


/*  Elementos para poner la navegacion anterior/siguiente */

.anteriorsiguiente

{
	height: 50px;
}

A.anterior
{
	background-image: url(img/arrow_left.gif);
	background-repeat: no-repeat;
	display: block;
	float:left;
	width: 25px;
	height: 25px;
}

A.anterior:hover
{
	background-image: url(img/arrow_leftON.gif);	
}

A.siguiente
{

	background-image: url(img/arrow_right.gif);
	background-repeat: no-repeat;
	display: block;
	float:left;
	width: 25px;
	height: 25px;
	margin-right:20px;
}

A.siguiente:hover

{
	background-image: url(img/arrow_rightON.gif);
}


.numpagina
 {
	float:left;
	width:40px;
	text-align:center;
	font-weight: bold;

 }
 
select{
	border:1px solid #639cb6;
	margin-left:5px;
	margin-right:5px;
	background:#8cb9ce;	
	color:#fff;
	font-weight:bold;
	font-size:11px;
	line-height:10px;
	
}

input.azulClaro{
   color:#4f4f4f;
   font-size:84%;
   font-weight:bold;
   background-color:#d5e5f5;
   border:1px solid;
   border-top-color:#3399CC;
   border-left-color:#3399CC;
   border-right-color:#006699;
   border-bottom-color:#006699;
   filter:progid:DXImageTransform.Microsoft.Gradient
   (GradientType=0,StartColorStr='#fff7fbff',EndColorStr='#ffd5e5f5');
   padding:5px;
  }
  
  
  
/* 'fixes' para las capas popup*/
DIV.popup
 {
	border-width: 1px;
	border-style: solid;
	border-color: white;	
 }
 
  a.botonpopup
 {
  	background-image: url(img/flechitapopup.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 20px;
	
 }
   a.botonpopupimg
 {
	padding-right: 20px;
	background-image: url(img/flechitapopupimg.gif);
	background-position: right;
	background-repeat: no-repeat;
	
 }
   a.botonpopupproces
 {
	padding-right: 20px;
	background-image: url(img/flechitapopupproces.gif);
	background-position: right;
	background-repeat: no-repeat;
	
 }
   a.botonpopupanima
 {
	padding-right: 20px;
 	background-image: url(img/flechitapopupanima.gif);
	background-position: right;
	background-repeat: no-repeat;
	
 }
    a.botonpopupword
 {
	padding-right: 20px;
	background-image: url(img/flechitapopupword.gif);
	background-position: right;
	background-repeat: no-repeat;
 }
    a.botonpopuppdf
 {
	padding-right: 20px;
	background-image: url(img/flechitapopuppdf.gif);
	background-position: right;
	background-repeat: no-repeat;
 }
	
    a.botonpopupzip
 {
	padding-right: 20px;
	background-image: url(img/flechitapopupzip.gif);
	background-position: right;
	background-repeat: no-repeat;	
 }
 
     a.botonpopuppowerpoint
 {
	padding-right: 20px;
	background-image: url(img/flechitapopuppowerpoint.gif);
	background-position: right;
	background-repeat: no-repeat;	
 }
 
   a.botonglos
 {
  	background-image: url(img/flechitapopupglos.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 20px;
	
 }

/**/

div.recursosTIC{
	margin:20px 20px 20px 0px;
	padding:10px 20px 1px 0px;
}

div.recursosTIC ul li{
	font-weight:bold;
}

div.recursosTIC ul li ul li{
	font-weight:normal;
}


table.chispa{
	background:white;
	font-size:12px;
	font-weight:normal;

}

table.chispa a{
	font-size:12px;
	font-weight:bold;

}

table.chispa td{
	border:none;
	font-weight:normal; 
}

td.chispaBgTd{
	background:url("img/chispaico.jpg") 0px 5px no-repeat;
	padding-left:60px;
	line-height:80px;
}

td.chispaIcon{
	background:url("img/chispa.png") 50% 0px no-repeat;
}

/* Esto se ha ańadido para sustituir o evitar tener que poner las siguientes lineas de codigo inline por cada capa 

&lt;SCRIPT&gt;
document.getElementById('ejemplodesplegable1').style.display="none";
&lt;/SCRIPT&gt;

En teoria todas las capas maquetadas con la clase 'desplegable' no se muestran por defecto. Si se detecta alguna que si, modificar esto.
*/

div.desplegable{
	display:none;
}

/**/


.floatRight{
	float:right;
	margin-left:5px;
	margin-bottom:10px;

}

.pieImagen{
	font-size:11px;
	margin:0px;
	text-align:center;
}

.pieNotice{
	font-style:normal;
	font-size:11px;
	margin-top:5px;
	text-align:center;
}

h2.actProf{
	line-height:60px;
	padding-left:60px;
	background:url("img/act_prof.gif") 0px 5px no-repeat;
	font-size:15px;
	margin-bottom:0px;
}

div.actProfBox{
	padding:10px;
	margin-bottom:10px;
	overflow:auto;
}

h2.oriProf{
	line-height:30px;
	padding-left:10px;
	font-size:15px;
	margin-bottom:0px;

}

div.oriProfBox{
	background:#f2f2f2;
	padding:10px;
	margin-bottom:10px;
}

table.tablePadding td{
	padding:5px;
}

p.enlaces{
	background:url(img/enlace.gif) 0px 1px no-repeat;
	margin-bottom:10px;
	padding-left:20px;
}

a.enlaceWeb{
	background:url(img/enlace.gif) right 1px no-repeat;
	padding-right:18px;
	position:relative;
}


/* fix a estructura.css */
DIV.capadentropopup
{
	overflow:hidden;
}
 
table {
	font-size:1em;
}


 a.selector
 {
	background-position: left 1px;	
	padding-right: 15px;	
	padding-bottom:2px;	
}

a.selectorseleccionado{
	background-position: left 1px;	
	padding-right: 15px;	
	padding-bottom:2px;	

}



/********************************************************************/
/************ EMPIEZA PERSONALIZACION PARA AZUL_CLARO ***************/
/********************************************************************/
/*

div.recursosTIC{
	border-left: 25px solid #d5e5f5;
}

div.contSelEva{
	border:1px solid #8cb9ce;
}

table.evaTipo td.evaNum{
	color:#fff;
}

table.evaTipo td.evaDes{
	color:#000;
}

div.respuestasBox{
	border:1px solid #f5e7d6;
}

div.respuestasBox table tr td{
	border-bottom:1px solid #f5e7d6;	
}

table.contieneEntradas th{
	background:#f9d5a7;
	color:#542f00;
}

table.contieneEntradas td.tituloColumna{
	background:#f9d5a7;
	color:#542f00;
}

div.actProfBox{
	background:#f9d5a7;
}

 Fixes de color a tablas 
div.desplegable td{
	background:#F9D5A7;
}

div.actProfBox td{
	background:#f9d5a7;
}
*/
/********************************************************************/
/************** ACABA PERSONALIZACION PARA AZUL_CLARO ***************/
/********************************************************************/






/********************************************************************/
/************ EMPIEZA PERSONALIZACION PARA AZUL_MARINO **************/
/********************************************************************/
/*

div.recursosTIC{
	border-left: 25px solid #f4f4e9;

}


div.contSelEva{
	border:1px solid #01437F;
}

table.evaTipo td.evaNum{
	color:#FFF;
}

table.evaTipo td.evaDes{
	color:#000;
}

div.respuestasBox{
	border:1px solid #dad9c1;
}

div.respuestasBox table tr td{
	border-bottom:1px solid #dad9c1;	
}

table.contieneEntradas th{
	background:#E4DFBE;
	color:#333333;
}

table.contieneEntradas td.tituloColumna{
	background:#E4DFBE;
	color:#333333;
}

div.actProfBox{
	background:#E4DFBE;
}


div.desplegable td{
	background:#E4DFBE;
}

div.actProfBox td{
	background:#E4DFBE;
}
*/
/********************************************************************/
/************ ACABA PERSONALIZACION PARA AZUL_MARINO ****************/
/********************************************************************/





/********************************************************************/
/************** EMPIEZA PERSONALIZACION PARA NARANJA ****************/
/********************************************************************/

/*
div.recursosTIC{
	border-left: 25px solid #f4f4e9;

}


div.contSelEva{
	border:1px solid #383061;
}

table.evaTipo td.evaNum{
	color:#FFF;
}

table.evaTipo td.evaDes{
	color:#000;
}



div.respuestasBox{
	border:1px solid #dad9c1;
}

div.respuestasBox table tr td{
	border-bottom:1px solid #dad9c1;	
}


table.contieneEntradas th{
	background:#d8d8d8;
	color:#383061;
}

table.contieneEntradas td.tituloColumna{
	background:#d8d8d8;
	color:#383061;
}

div.actProfBox{
	background:#d8d8d8;
}


div.desplegable td{
	background:#d8d8d8;
}

div.actProfBox td{
	background:#d8d8d8;
}



*/
/********************************************************************/
/************** ACABA PERSONALIZACION PARA NARANJA ******************/
/********************************************************************/




/********************************************************************/
/*************** EMPIEZA PERSONALIZACION PARA VERDE *****************/
/********************************************************************/
/*
div.recursosTIC{
	border-left: 25px solid #f4f4e9;
}

div.contSelEva{
	border:1px solid #69671c;
}

table.evaTipo td.evaNum{
	color:#FFF;
}

table.evaTipo td.evaDes{
	color:#000;
}

div.respuestasBox{
	border:1px solid #dad9c1;
}

div.respuestasBox table tr td{
	border-bottom:1px solid #dad9c1;	
}


table.contieneEntradas th{
	background:#e2d98d;
	color:#525012;
}

table.contieneEntradas td.tituloColumna{
	background:#e2d98d;
	color:#525012;
}

div.actProfBox{
	background:#e2d98d;
}


div.desplegable td{
	background:#e2d98d;
}

div.actProfBox td{
	background:#e2d98d;
}
*/
/********************************************************************/
/***************** ACABA PERSONALIZACION PARA VERDE *****************/
/********************************************************************/




/********************************************************************/
/*************** EMPIEZA PERSONALIZACION PARA VIOLETA ***************/
/********************************************************************/
/*
div.recursosTIC{
		border-left: 25px solid #f4f4e9;
}

div.contSelEva{
	border:1px solid #622a8b;
}

table.evaTipo td.evaNum{
	color:#FFF;
}

table.evaTipo td.evaDes{
	color:#000;
}

div.respuestasBox{
	border:1px solid #dad9c1;
}

div.respuestasBox table tr td{
	border-bottom:1px solid #dad9c1;	
}


table.contieneEntradas th{
	background:#EDDEF8;
	color:#2C1150;
}

table.contieneEntradas td.tituloColumna{
	background:#EDDEF8;
	color:#2C1150;
}

div.actProfBox{
	background:#EDDEF8;

}


div.desplegable td{
	background:#EDDEF8;
}

div.actProfBox td{
	background:#EDDEF8;
}

*/
/********************************************************************/
/************** ACABA PERSONALIZACION PARA VIOLETA ******************/
/********************************************************************/


/********************************************************************/
/************** EMPIEZA PERSONALIZACION PARA ROJO ****************/
/********************************************************************/


div.recursosTIC{
	border-left: 25px solid #f4f4e9;

}


div.contSelEva{
	border:1px solid #7e2223;
}

table.evaTipo td.evaNum{
	color:#FFF;
}

table.evaTipo td.evaDes{
	color:#000;
}



div.respuestasBox{
	border:1px solid #dad9c1;
}

div.respuestasBox table tr td{
	border-bottom:1px solid #dad9c1;	
}


table.contieneEntradas th{
	background:#d8d8d8;
	color:#7e2223;
}

table.contieneEntradas td.tituloColumna{
	background:#d8d8d8;
	color:#7e2223;
}

div.actProfBox{
	background:#d8d8d8;
}


div.desplegable td{
	background:#d8d8d8;
}

div.actProfBox td{
	background:#d8d8d8;
}




/********************************************************************/
/************** ACABA PERSONALIZACION PARA ROJO ******************/
/********************************************************************/

</pre></body></html>