
body, html {

font: 10px Tahoma;
color:#000000;
background-color: #ffffff;
height:100%; 
margin:0; 
padding:0;
width:100%;
}
#contenedor-div
{ 
	height: 100%;
    width:980px;
 	margin:0 auto;
}

#header-div
{
    width:980px;
    height: 133px;
    display:inline-block;
    position: relative;
    margin:0px;
	padding:0px; 
	background: url('images/header.jpg') 0 0 no-repeat;  
}

#header-div-admin
{
    width:980px;
    height: 80px;
    display:inline-block;
    position: relative;
    margin:0px;
	padding:0px; 
	background: url('admin/images/header-admin.jpg') 0 0 no-repeat;  
}

#header-div-estudiante
{
    width:980px;
    height: 80px;
    display:inline-block;
    position: relative;
    margin:0px;
	padding:0px; 
	background: url('alumno/images/header-estudiante.jpg') 0 0 no-repeat;  
}

#header-div-docente
{
    width:980px;
    height: 80px;
    display:inline-block;
    position: relative;
    margin:0px;
	padding:0px; 
	background: url('docente/images/header-docente.jpg') 0 0 no-repeat;  
}


#menu-div
{
    width:980px;
    height: auto;
    display:inline-block;
    position: relative;
    margin:0px;
	padding:0px;
}

#content-div
{
    width:980px;
    height: auto;
    min-height: 300px;
    display:inline-block;
    position: relative;
    margin-top: 0px;
	padding: 10px;
	bottom: 0px;
	background: #f0f0f0;
}

#footer-div
{
    width:980px;
    height: auto;
    display:inline-block;
    position: relative;
    bottom: 0px;
    margin:0px;
	text-align:left;
	padding:10px;
	background:#00698c;
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
	font-size: 12px;

}

#nombre{
	position: absolute;
	background-color: none;
	height: 35px;
	width: 310px;
	right: 0px;
	top:22px;
	margin-right: 10px;

}


#nombre h3
{
	font-family: 'Terminal Dosis', sans-serif;
	font-size: 16px;
	font-weight: bold;
	display: block;
	line-height: 16px;
	color: #ffffff;
}

#nombre span
{
	display: block;
	font-size: 14px;
	font-weight: normal;
	color: #F7C637;
}

.nover{ 
visibility:hidden 
}
.tabla{

	background-color:#ffffff;
}          
td, th
{
	color: #006699;
    font-size: 11px;
    font-weight: bold;
    padding: 4px;
}
.celdat{
font: 12px Tahoma;
color: #000000;
}

.celda{
font: 12px Tahoma;
color: #000000;

}
/*
p, input, select, label
{
	padding: 2px;
	font-weight: normal;
	font-size: 12px;
	font-family: Tahoma;
	color: #000000;
}
*/
.linea{
	height:10px;
	background-color: #ccc;

}
.titulo{
background-image: url(images/fondolinea.png)
                  repeat-x;
font: 12px Tahoma;
font-weight: normal;
color: #ffffff;
}

.botonimprimir{
background-image: url(images/botones/impresora.png);
background-repeat: no-repeat;
background-position: 80% 80%;

height: 30px;
font: 12px Tahoma;
color: #000000;
}

.botonbuscar{
background-image: url(images/botones/buscar.png);
background-repeat: no-repeat;
background-position: left;
height: 30px;
font: 12px Tahoma;
color: #000000;
}

.botonmas{
background-image: url(images/botones/mas.png);
background-repeat: no-repeat;
background-position: left;
height: 20px;
font: 12px Tahoma;
color: #000000;
}

.botonadd{
background-image: url(images/botones/adicione.png);
background-repeat: no-repeat;
background-position: left;
height: 30px;
font: 12px Tahoma;
color: #000000;
}
.botonguardar{
background-image: url(images/botones/guardar.png);
background-repeat: no-repeat;
background-position: left;
height: 30px;
font: 12px Tahoma;
color: #000000;
}

.botondeshacer{
background-image: url(images/botones/deshacer.png);
background-repeat: no-repeat;
background-position: left;
height: 30px;
font: 12px Tahoma;
color: #000000;
}

.botonanular{
background-image: url(images/botones/borrar1.png);
background-repeat: no-repeat;
background-position: left;
height: 30px;
font: 12px Tahoma;
color: #000000;
}

.botonconfirmar{
background-image: url(images/botones/confirme.png);
background-repeat: no-repeat;
background-position: left;
height: 30px;
font: 12px Tahoma;
color: #000000;
}

.botoneditar{
background-image: url(images/botones/editar.png);
background-repeat: no-repeat;
background-position: left;
height: 30px;
font: 12px Tahoma;
color: #000000;
}

.botoncontinua{
background-image: url(images/botones/continua.png);
background-repeat: no-repeat;
background-position: left;
height: 30px;
font: 12px Tahoma;
color: #000000;
}