@charset "utf-8";
@import url('botonera.css');
@import url('pie.css');
@import url('contenido.css');
@import url('mime.css');
@import url('contenidos-curso.css');
@import url('chat.css');

/****************************************************************************************************/
/*                                    REDEFINICIONES DE ETIQUETAS                                   */
/****************************************************************************************************/

body {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 12px;
	background-color: #3f3f3f;
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

input,textarea,select {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 14px;
	border: 1px solid #000;
}

label {
	cursor: pointer;
}


h1 {
	color: #06B;
	font-size: 22px;
	margin: 0;
	padding: 8px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h2 {
	color: #FA0;
	font-size: 18px;
	margin: 0;
	padding: 8px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h3 {
	color: #079;
	font-size: 16px;
	margin: 0;
	padding: 8px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h3 a:link, h3 a:visited, h3 a:active {
	text-decoration: none;
}

h3 a:hover {
	text-decoration: underline;
}

p {
	margin: 0;
	padding: 10px 0;
}

a:link, a:active, a:visited {
	color: #085C70;
}

a:hover {
	color: #079;
}

#login_form a:link, #login_form a:active, #login_form a:visited {
	color: #000;
}

#login_form a:hover{
	color: #FFF;
}

#login_form{
	color: #FFF;
}

/****************************************************************************************************/
/*                                           IDS Y CLASES                                           */
/****************************************************************************************************/

#barra_herramientas {
	height: 30px;
	background-color: #586E89;
	clear: both;
}

#main {
	text-align: center;
	background-color: #FFF;
}

#reloj {
	position: absolute;
	top: 7px;
	right: 10px;
	color: #CCC;
}

#login_form {
	width: 510px;
	height: 20px;
	float: right;
	text-align: right;
	padding: 5px 27px;
}

#cabeceraInstitucional {
	background-color: #111;
	text-align: left;
}

#cabeceraInstitucional #logo {
	width: 195px;
	text-align: center;
	float: left;
}

#cabeceraInstitucional #logo img {
	margin: 15px 0;
}

#cabeceraInstitucional #lema {
	font-size: 17px;
	color: #FFF;
	float: left;
	margin: 15px 0;
	line-height: 160%;
	padding: 0 15px;
}

#cabeceraInstitucional a:link, #cabeceraInstitucional a:visited, #cabeceraInstitucional a:active {
	color: #DDD;
	text-decoration: none;
}

#cabeceraInstitucional a:hover {
	color: #FFF;
}

.contenidoCentrado {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

.reload {
	background-image: url(/img/botones/reload.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 20px;
}

.help {
	background-image: url(/img/botones/help.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 20px;
}

#chatNumOfUsers {
	position: absolute;
	top: 25px;
	right: 10px;
	color: #F00;
}

#chatNumOfUsers a:link, #chatNumOfUsers a:visited, #chatNumOfUsers a:active {
	text-decoration: none;
	color: #F00;
}

#chatNumOfUsers a:hover {
	color: #F60;
}
