/*********************************************************************************************************/
/* CLIENTE: 					SEGURIDAD SOCIAL                                                      */
/* PROYECTO:					PORTAL EDUCATIVO                                                      */
/* DTD CODIGO:					HTML 4.01 Transitional                                                */
/* FECHA ULTIMA MODIFICACION: 	21/08/2008                                                            */
/* MODIFICADO POR:				JESUS ALONSO                                                          */
/* VALIDACION: 				EXPLORER 6    EXPLORER 7    FIREFOX                                   */	
/* COMENTADA: 					SI                                                                    */
/* USO DE RESET:				SI                                                                    */
/*********************************************************************************************************/ 


/*COLORES*/
/*
verde oscuro #006600
verde #4ca24c
verde claro #e5f3e5
*/



body{
	width:100%;
	font-size:100%;
}

h1{
	width:100%;
	font-size:200%;
	font-weight:bold;
}

h2{
	width:100%;
	font-size:180%;
	font-weight:bold;
}

h3{
	width:100%;
	font-size:160%;
	font-weight:bold;
}

h4{
	width:100%;
	font-size:140%;
	font-weight:bold;
}

h5{
	width:110%;
	font-size:120%;
	font-weight:bold;
	color:#333333;
}

h6{
	width:100%;
	font-size:120%;
	text-decoration:underline;
}

a{
	font-weight:bold;
	text-decoration:underline;
}

.logo{
	width:100%;
	text-align:center;
	margin-bottom:2%;
}

.logo img{
	border:0px;
}

img{
	text-align:center;
	padding:10px;
	border:1px solid #666;
}

fieldset{
	width:100%;
	border:1px solid #ccc;
}

legend, label{
	font-weight:bold;
}

.contenedor{
	width:100%;
}

.titulo{
	width:100%;
	margin-bottom:2%;
}


.subtitulo{
	width:100%;
	font-size:130%;
	margin-bottom:2%;
}

.home img{
	display:none;
}

.home_primaria, .home_secundaria, .home_profesores{
	width:100%;
	display:block;
}

.home_primaria_texto, .home_secundaria_texto, .home_profesores_texto{
	width:100%;
	clear:both;
	position:relative;
}

.idiomas, .herramientas, .utilidades, #MainMenu, .menu_secundario, .idiomas_home{
	display:none;
}

.contenido{
	width:100%;
	font-size:90%;
}

.migas{
	width:100%;
	font-weight:bold;
	margin-bottom:2%;
}

.contenedor_texto_general{
	width:100%;
}

p.texto_general{
	margin-bottom:2%;
	width:100%;
}

.texto_general{
	width:100%;
}

.contenedor_texto_general ul.texto_ancla{
	width:100%;
	list-style-type:circle;
	font-weight:bold;
}

.contenedor_texto_general li{
	list-style-image:url(img/fondo_sumbenu_nivel_1_hv_negro.gif);
	margin-left:30px;
	font-size: 80%;
}

.contenedor_texto_general li li{
	list-style-type:circle;
	margin-left:2%;
	font-size: 100%;
}
.contenedor_texto_general li li li{
	list-style-type:circle;
	margin-left:2%;
	font-size: 90%;
}
.contenedor_texto_general li li li li{
	list-style-type:circle;
	margin-left:2%;
	font-size: 100%;
}

.contenedor_texto_general ol li{
	list-style-image:none;
	list-style-type:decimal;
	margin-left:5%;
	font-size: 80%;
}

.contenedor_texto_general ol li ol li{
	list-style-image:none;
	list-style-type:decimal;
	margin-left:2%;
	font-size: 100%;
}
.contenedor_texto_general ol li ol li ol li{
	list-style-image:none;
	list-style-type:decimal;
	margin-left:2%;
	font-size: 90%;
}


.contenedor_texto_general ul{
	margin-bottom:2%;
	
}

.contenedor_texto_general img{
	margin-bottom:2%;
	text-align:center;
}

.contenedor_texto_general table{
	margin-bottom:2%;
}

.contenedor_texto_general table th{
	font-weight:bold;
	text-align:center;
	font-size:90%;
}
.contenedor_texto_general table td{
	background-color:#fff;
	color:#000;
	font-size:90%;
}

.contenedor_texto_general caption{
	background-color:#fff;
	font-weight:bold;
	text-align:center;
}

.contenedor_texto_general .nota{
	font-size:70%;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
}


/*glosario*/
.abecedario ul li{
	display:inline;
	padding:2px;
	margin:0px;
}

.letra_activa{
	width:100%;
	font-size:200%;
}

.palabra_glosario{
	width:100%;
	font-weight:bold;
}

.definicion_glosario{
	width:100%;
}




