/*
	Gescolar. (c) Jerónimo Armario Toro. 2007-2013.
*/

a { text-decoration: none; color:#000000;}

body {  font-family: Arial, Helvetica, sans-serif;
		background-color: #000000;
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
}

.Tabla_Recuadro {
	border: 1px solid #C3C3C3;
	/*border: thin solid #000000;*/
	/*border-collapse:collapse;*/
}

table.Tabla_Recuadro th {
    background-color: #E5EECC;
    border: 1px solid #C3C3C3;
    padding: 3px;
    vertical-align: top;
}

.Tabla_Menu {
	border: thin solid #000000;
	margin: 1px;
	background-color:#000000;
}

.Tabla_Menu td {
	background-color:#FFFFFF;
}

.Tabla_Menu td:hover {
	background-color:#FFFF66;
	cursor:pointer;
}

.NombreUsuario {color: #BBBBBB}

.rounded {
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.Estilo1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 32px;
}
.Pie {color: #CCCCCC; font-family:Arial, Helvetica, sans-serif;}
.Rotulo_Principal {
	color: #CCCCCC;
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	font-size: 26px;
}
.Estilo5 {
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
}
.Letras_Tablas {color: #CCCCCC; font-family: "Courier New", Courier, mono; font-weight: bold; font-size: 14px; }
.style7 {color: #000000; font-family: "Courier New", Courier, mono; font-weight: bold; font-size: 14px; }
.Mas_Info {
	color: #A9A9A9;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
.Rotulos {font-weight: bold; font-family:"Courier New", Courier, monospace, Helvetica, sans-serif; font-size: 30px;}
.SubApartados {color:#000000; font-weight: bold; font-family:Arial, Helvetica, sans-serif; font-size: 24px;}
.SubApartados2 {color:#000000; font-weight: bold; font-family:Arial, Helvetica, sans-serif; font-size: 18px;}
.Asignatura {
	color: #FFFFFF;
	font-weight: bold;
}
.SubTitulo {
	color: #A9A9A9;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
}
.verde {color: #339933}
.rojo {color: #FF0000}
.azul {color: #0000FF}
.texto_directorio {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.copyright {
	FONT-SIZE: 10px; COLOR: #ffffff; FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif; LETTER-SPACING: 0.3em
}
/*
	Se usa poniendo <p class="breakhere">&nbsp;</p>
*/
p.breakhere {page-break-before: always}
span.breakhere {page-break-before: always}

.fondo_transparente_verde
{
	background: url('funciones/rgba.php/rgba(0,255,0,0.5)') repeat; /* IE 8 and below */
	background: rgba(0,255,0,0.7);
}

#keyboard_bar {
	position: relative;
	bottom: 0px;
	width: 1%;
	height: 1%;
	background-color:#FF0;
	visibility: hidden;
	display: none;
	text-align:center;
}

/* ***	REGLA	***	*/
#regla_bar {
	position: fixed;
	top: 0px;
	bottom: 0px;
	width: 100%;
	/*height:50px;*/
	height: 100%;
	/*background-color:#FF0;*/
	visibility:hidden;
}
#parent_container{
    width:100%;
    height:100%;
    border:0px solid #000;
}
#main_canvas{
    position:absolute;    
}
#id_scale{
	top: 100px;
	left: 100px;
    cursor:move;
}
/* **************** */

#bloc_bar {
	position: fixed;
	bottom: 0px;
	width: 100%;
	height:50px;
	background-color:#3FF;
	visibility:hidden;
}

.imagebacked_select {
	font-size:16px;
}

.imagebacked_option {
	text-indent:33px;
	height:22px;
	background-position:left;
	background-repeat:no-repeat;
	/*vertical-align:middle;*/
	padding-top:6px;
}

/*******************************/
.test {
	text-align:left;
}
.test .item {
}
.test .answer {
	margin-left:45px;
}
.test .answer:hover {
	cursor='pointer';
	background-color:#0CF;
}
/*******************************/