/*
 * mono-blue style sheet
 * 
 * Copyright (C) Alessandro Dotti Contra <alessandro@hyboria.org>
 *
 * mono-blue.css,v 1.1 2005/06/17 16:06:07 adotti Exp
 *
 * This layout is released under the terms of the Creative Commons
 * Attribution-NonCommercial-ShareAlike version 2.5
 *
 * http://creativecommons.org/licenses/by-nc-sa/2.5/
 */

/* Body */

body {
	font-family:		sans-serif;
	margin:			0% 0%;
	background-color: #FFFFFF; 
}

img {
	border:			none;
	background-color: #FFFFFF; 
}

a {
	color:			#022394;
}

a:hover {
	color:			#22A6E8;

	text-decoration:	none;
<!-- 	background-color: #FFFFFF;   -->
}


/* Frame */

#frame {
	border:			0px dotted #EAEAEA;
	background-color: #FFFFFF; 
}


/* Enlace ESI */

#enlaceESI {
	margin-left: 100px;
	float:	left;
	width:				300px
	height:				35px
}

#idioma {
	margin-left: 10px;
	margin-top: 5px;
	float:	left;
	height:				25px
}

#enlaceUS {
	float:	left;
	margin-left: 50px;
	width:				300px
	height:				35px
}


/* Logo */

#logo {
	float:			left;
	width:				1024px
	height:				155px
	background-color: #FFFFFF; 
	
}


/* Barra lateral */

#barra_lateral {
width: 200px;
float: left;
background: #e6e6e6;
color: #666;
} 
#barra_lateral .box {
font-size: 14pt;
background: #e6e6e6;
margin-bottom: 10px;
padding: 5px;
color: #0b2c70;
}
#barra_lateral h2 {
font-size: 16pt; 
background: #0b2c70;
height: 25px;
padding: 3px;
color: #e6e6e6;
}






/* Title */

#title {
	margin:			5px 0;
   background-color: #FFFFFF;  
	border-top:		1px solid #22A6E8;
	border-bottom:		1px solid #22A6E8;

	text-align:		center;
}

#title h1 {
	margin:			5px 0;
	font-size:		1.3em;

	background-color:	#FFFFFF;
	color:			#022394;
}



/* Contenido */

#contenido {
	width:			800px;
	min-height:		500px;
	margin-bottom:		20px;
	margin-left:		210px;
	background-color: #FFFFFF; 
	padding-left: 10px;
	padding-top:	10px;
	padding-right:	10px;
	padding-bottom: 10px;
}


/* Nombre de la asignatura */

.nombre_asignatura {
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
	color: #b30000;
	text-align: justify;
}
.curso_asignatura {
	font-size: 24px;
	font-style: italic;
	color: #b30000;
	text-align: justify;
}


/* Nombre de la sección */

.nombre_seccion {
	font-size: 18px;
	font-weight: bold;
	color: #0b2c70;
}

/* Título de la página */

.titulo_pagina {
	font-size: 25px;
	color: #0b2c70;
}


/* Block */

.block h2 {
	font-size:		1.2em;
	margin-bottom:		3px;

	color:			#0b2c70;

}

.block h1 {
	margin-bottom:		3px;
	color:			#022394;

}

.block .marker {
	font-size:		1.3em;
	color:			#0b2c70;
}

.block .content {
	border-top:		1px dotted #EAEAEA;
	border-bottom:		1px dotted #EAEAEA;

	width:			100%;

	margin-bottom:		5px;
	padding:		5px 0;

	text-align:		justify;
}

/* Miscellaneous classes */

.quote {
	text-align:		justify;
	font-style:		italic;
}

/* Pie de página */

#pie {
	font-size:		.8em;
	text-align:		center;
   background-color: #FFFFFF; 
}

