/* Hoja de estilo correspondiente a la web de Proyecto Silla */

/* Lo primero que hacemos es importar los estilos por defecto
de todos los valores del HTML 4.0 definidos en el documento
html_default.css */
@import url("html_default.css");
@import url("silla_scr.css");

/* Para medios paginados (impresoras, etc...) */
@media print {
@page { 
	margin-left:  2cm; 
	margin-right: 2cm;
	margin-top: 2cm;
	margin-bottom: 3cm;
}

body {
	font-family: "Verdana, Comic Sans MS", sans-serif;
	color: #000;
	background-color: #fff;
}

/* Propiedades generales de los párrafos */
H2 { 
	font-size: 14pt; 
	margin-top: 8px;
	margin-bottom: 8px;
}
p {
	font-size: 9pt;
}
ul li { font-size: 9pt; }
table tr td { font-size: 9pt; }

/* Tipos de Imágenes definidas */
img.logo {
	visibility=hidden;
}
img.mapa {
	float: left;
	margin-right: 20px;
	margin-left: 5px;
	width: 500px;
}
img.curso {
	float: left;
	margin-right: 20px;
	margin-left: 5px;
	width=140px;
	height=150px;
}

#dir_clave53 {
	font-size: 11pt;
	font-weight: bold;
	color: #0078B3;
	margin-bottom: 5px;
}
#salas {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 20%;
	margin-left: 20%;
}

/* Definiciones específicas de las cajas */
.caja_principal {
	position: absolute;
	top: 0px;
	height: 90%;
	width: 100%;
}

.caja_central {
	font-family: "Comic Sans MS", sans-serif;
	text-align: justify;

	position: absolute;
	width: 600px;
	height: 99%;
	overflow: visible; /* Importante para q no aparezcan barras de scroll */
}

.caja_indice {
	visibility=hidden;
}

.caja_principal_profesor {
	position: fixed;
}

.caja_profesor {
	position:absolute; 
	top:60px; left:20px; 
	height:80%;
	width:90%; 
	border: 1px solid #0078B3; 
	padding: 5px;
	text-align: justify;
}

.caja_cerrar_curso {
	visibility: hidden;
}

/* Propiedades de los links */
:link    {text-decoration:none;      color:#000000; font-weight:bold}
:visited {text-decoration:none;      color:#000000; font-weight:bold}
:active  {text-decoration:none;      color:#000000; font-weight:bold}
:hover   {text-decoration:underline; color:#000000; font-weight:bold}
}

