/*

Hoja secundaria de estilo de:
 _____   __   _   _____   _____        ___  ___  
/  _  \ |  \ | | /  ___/ |  _  \      /   |/   | 
| | | | |   \| | | |___  | |_| |     / /|   /| | 
| | | | | |\   | \___  \ |  _  /    / / |__/ | | 
| |_| | | | \  |  ___| | | | \ \   / /       | | 
\_____/ |_|  \_| /_____/ |_|  \_\ /_/        |_| 

Tema: "INSTITUT FRAN�AIS"

*/

/***********************************************************/
/******************** GENERALES ****************************/
/***********************************************************/

body {
	background: #fff url('../img/fnd01.gif') repeat 0 0 !important;
}

a:hover {
	color: #0087c9;
}

.boton {
	color: #323232;
	border: solid 1px #b9b9b8;
	background: #d6d6d6;
	background: -webkit-gradient(linear, left top, left bottom, from(#d6d6d6), to(#c5c5c4));
	background: -moz-linear-gradient(top,  #d6d6d6,  #c5c5c4);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6d6d6', endColorstr='#c5c5c4');	
}

.boton:hover {
	background: #c5c5c4;
}

.boton:active {
	color: #323232;
	background: #c5c5c4;	
	background: -webkit-gradient(linear, left top, left bottom, from(#c5c5c4), to(#d6d6d6));
	background: -moz-linear-gradient(top,  #c5c5c4,  #d6d6d6);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c5c5c4', endColorstr='#d6d6d6');	
}

/***********************************************************/
/************************** LOGIN  *************************/
/***********************************************************/

.login .pie {
	color: #666;
	margin: 10px 0 0 0;
	font-size: 11px;
}

.registro h3 {
	color: #0087c9;
	border-bottom: 1px solid #0087c9;
}

/***********************************************************/
/******************* ESTRUCTURA GENERAL  *******************/
/***********************************************************/

/* Cabecera */

#cabecera {
	background: rgba(255, 255, 255, 0.6);
	max-width: 1280px;
}

#cabecera .izquierda {
	
}

#cabecera .izquierda img {
	display: none;
}

#cabecera .derecha img {
	display: none;
}

#cabecera .relleno {
	background-color: transparent;
    background-image: none;
}

#cabecera .ficha {
	position: relative;	
	margin: 20px 50px 0 0;
}

/* Pie */

#pie {
	background: rgba(255, 255, 255, 0.6);
	margin-bottom: 0;
	max-width: 1280px;
}

#pie .izquierda {
	
}

#pie .izquierda img {
	display: none;
}

#pie .derecha img {
	display: none;
}

#pie .relleno {
	background-color: transparent;
    background-image: none;
}

#contenido {
	background: rgba(255, 255, 255, 0.6);
}

/* Navegador */

#navegador {
	background: #0087c9;
	height: 32px;
}

#navegador a {
	color: #fff !important;
}

#navegador ul {
	padding-top: 6px;
}

#navegador ul li {
	color: #fff;
}

#navegador ul li.flecha {
	background-image: url('../../../img/scriptbreaker/bul04.gif');
}

#sombra_navegador, #sombra_izq, #sombra_der {
	display: none;
}

.menu > li.active > a:first-child   {
	/* Degradado CSS3 */
	background: #0087c9; /* Old browsers */
	background: -moz-linear-gradient(top,  #139ee1 0%, #0087c9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#139ee1), color-stop(100%,#0087c9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #139ee1 0%,#0087c9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #139ee1 0%,#0087c9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #139ee1 0%,#0087c9 100%); /* IE10+ */
	background: linear-gradient(top,  #139ee1 0%,#0087c9 100%); /* W3C */
}

.menu ul li a:hover {
	color:#0087c9;
}

/***********************************************************/
/***************** ELEMENTOS INTERIORES  *******************/
/***********************************************************/

#interior .inicio.comun table.inicio td a {
	color: #0087c9;
}

#interior .inicio.comun .bloque3 ul li {
	background: url('../img/bul02.gif') no-repeat 0 8px;
}

#interior .inicio.comun table.inicio td:first-child {
	background: url('../img/bul02.gif') no-repeat 15px 13px;
}

#interior .inicio.alumno .bloque1 p {
	background: url('../img/bul02.gif') no-repeat 15px 17px;
}

#interior .inicio.alumno .bloque3 ul li {
	background: url('../img/bul02.gif') no-repeat 0 8px;
}

#interior .inicio.alumno table.inicio td:first-child {
	background: url('../img/bul02.gif') no-repeat 15px 13px;
}

#interior .inicio.alumno table.inicio td a {
	color: #0087c9;
}

#interior .contenido table tr.active {	
	background: #e0edf2;	
}

#interior .contenido table tr:hover {	
	background: #e0edf2;
}

#interior .contenido .formulario.mensajeria .derecha ul li {
	background: transparent url('../img/bul02.gif') no-repeat 0 5px;	
}

#interior .contenido .formulario.mensajeria .derecha .msg_head {
	background: url('../img/bul03.gif') no-repeat 0 8px;
	margin: 0 0 0 0;
}

/***********************************************************/
/*************** ESPEC�FICO PARA IFMADRID  *****************/
/***********************************************************/

/* Para el filtrado de tablas en envío de mensajes */

.cabecera .filter-table { 
	float:right; 
	line-height:35px;
}
.contenido .filter-table {
	float:right; 
	margin-right:2.5%;
}

.filter-table .quick { 
	margin-left: 0.5em; 
	font-size: 0.8em; 
	text-decoration: none; 
}
.fitler-table .quick:hover { 
	text-decoration: underline; 
}
td.alt { 
	background-color: #ffc; 
	background-color: rgba(255, 255, 0, 0.2); 
}
	
/* Mensajería columnas */

#interior .contenido .formulario.mensajeria .sombra {
	margin: 0 0 0 -260px !important;
}

.derecha input[type=checkbox] {
	margin-top: -1px !important;
}

#interior .contenido .formulario.mensajeria .derecha {
	width: 215px !important;
	padding-right: 20px;
}

.msg_list .msg_body {
	height: 200px; 
	overflow: hidden;
}

.contenido .formulario.mensajeria .derecha .msg_list .msg_body table tr td p.msg_head,
.contenido .formulario.mensajeria .derecha .msg_list .msg_body table tr td input {
	display: inline !important;
}

.filter-table input {
	width:190px;
}

#bloque0 .contenido .formulario.mensajeria .izquierda input[type=button] {
	float:right;
	margin-right:20px;	
	background: #ddd;
	border: 1px solid #cecece; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	font-weight: bold;
	padding: 4px 10px;
}

.sub-opciones {
	display:none;
	position:absolute;
	left: 73px;
	width: 250px;
	margin: 3px 0 0 0;
}

.sub-opciones label {
	float:left;
}

.sub-opciones label a img {
	box-shadow:none!important;
}

.sub-opciones label a {
	text-decoration:none!important;
}

#interior .contenido .formulario.incidencia .usuarios {
	display: inherit;
	height: 150px;
	width: 50%;
	overflow: auto;
}
.invalidated{
	background-color: #FAA!important;
}

[class^="extra"]{
    width: 90% !important;
    display: none;
}

.activador{
    background: #ccc !important;
}

[class^="info"]{
    background: url('../img/ico_info.png') no-repeat 50% 50%;
}

[class^="bextra"]{
    width: 50%;
    display: none;
}

[class^="binfo"]{
    background: url('../img/_ico_info.png') no-repeat 50% 50%;
}

#interior .inicio.alumno table.inicio2 [class^="bextra"] td:first-child {
    background:none;
}

#interior .inicio.alumno table.inicio2 [class^="bextra"] tr {
    height:15px !important;
}

.limpiar{
    clear: both;
}

/*#interior .inicio.alumno .bloque2 p{
    padding: 0px !important;
}*/

.bloque1.derecha {
    float: right !important;
    width: 42.5% !important;
}

#interior .inicio.alumno .bloque1.derecha table.inicio2 th span{
    width: 44px;
    height: 47px;
    display: block;
    position: absolute;
    margin: -16px 0 0 -1px;
    background: url('../img/ico_reloj.png') no-repeat 0 0;
    background-size: 45px 45px;
}

#informe_global{
    width:180% !important;
}
