@charset "UTF-8";
/* CSS Document */

body  {

    	font: 80% Verdana, Arial, Helvetica, sans-serif;

    	background: #FFFFFF;

    	margin: 0; /* es recomendable ajustar a cero el margen y el relleno del elemento body para lograr la compatibilidad con la configuración predeterminada de los diversos navegadores */

    	padding: 0;

    	text-align: center; /* esto centra el contenedor en los navegadores IE 5*. */
		
			color: #333333;
    }


.fichajes #container { 
    	width: 100%;
    	background: #FFFFFF;
    	margin: 0 auto;  /*los márgenes automáticos (conjuntamente con un ancho) centran la página si es necesario */
    }

.fichajes #mainContent {
		margin: 10px auto;
		padding-top: 0;
		padding-right: 1.2em;
		padding-bottom: 0;
		padding-left: 1.2em;
    } 

	
.tablas {
	border: thin solid #999999;
	margin: 5px auto;
	text-align: left;
	table-layout:fixed;
}
	.columna1 {
	width: 30%;
	}
	.columna2 {
	width: 20%;
	}
	.columna3 {
	width: 25%;
	}
	.columna4 {
	width: 4%;
	}
 .tablas thead th {
		background: #90EE90;
		padding: 5px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #999999;
		text-align:center;
	}
	
	.tablas tbody {
		font-size: 0.9em;
	}

	.tablas tbody td {
		padding: 3px;
		border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	}
	.uno{
	background: #000000;
	color:#999999;
	}
	.dos{
	text-align: left;
	background:#E2FAE1;
	font-size:9px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	}
	.tres{
	text-align:left;
		background:#E2FAE1;
		font-size:9px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	}
	.cuatro{
	text-align:center;
		background:#D9DDFB;
		border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	}
	.cinco{
	text-align:center;
		background:#FDB9DD;
	}


/*TABLA ASIGNATURA*/
	.tabla1 {
		border: thin solid #000000;
		width: 55em;
		margin: 20px auto;
		text-align: left;
	}
	
	 .tabla1 thead th {
		color: #FFFFFF;
		background: #0066FF;
		padding: 5px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #000000;
	}
	
	.tabla1 tbody {
		font-size: 0.9em;
	}

	.tabla1 tbody th {
		color: #000000;
		background: #bdefff;
		padding: 3px;
		width: 30%;
	}

	.tabla1 tbody td {
        padding: 5px;
        /*border-top: 1px dotted #000000;*/
    }
	
	.fondo {
		background: #ebebeb;
	}
	/*FIN TABLA ASIGNATURA*/
