@charset "iso-8859-1";
/* Hoja de estilos para el dietario */

/* GENERAL ********************************************************************/

/* Formato general */
* 
{ 
	font-family: arial, helvetica; 
	font-size: 10pt; 
}

/* Body */
body
{
	margin: 1px;
}

/* Div de la ayuda */
.ayutas
{
	position: absolute; 
	top: 10px;
	left: 10px;
	width: 700px;
	visibility: hidden;
}

/* Imagen para mover la ayuda */
#ayu
{
	position: absolute;	
	width: 650px;
	height: 20px;
}

/* Div de las notas */
.notas
{
	position: absolute; 
	top: 30px; 
	left: 50%; 
	width: 400px;
	height: 500px;
	visibility: hidden;
}

/* Imagen para mover las notas */
#no
{
	position: absolute;	
	width: 370px;
	height: 20px;
}

/* Texto de las notas */
.txtnotas
{
	width: 100%;
	height: 480px;
	border: 0px;
	color: #949494;
}

/* Enlaces */
a
{
	text-decoration: none;
}

/* Tabla que contiene el dietario, la ayuda y las notas */
.dietario, .emergentes
{
	color: #808080;
	border: 1px solid #696969;
	/*border-bottom: 0px;*/
}

/* Tabla que contiene los DIV emergentes */
.emergentes
{
	background-color: #FFFFFF;
}

/* CELDAS *********************************************************************/

/* Cabecera de herramientas */
.cabecera0
{
	padding: 2px;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #A52A2A;
	border-bottom: 1px solid #A52A2A;
	color: #B8860B;
	background-color: #FFDEAD;
}

.cabecera0 a
{
	text-decoration: none;
	color: #B8860B;
}

/* Cabecera de títulos */
.cabecera
{
	padding: 2px;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #778899;
	border-bottom: 1px solid #778899;
	color: #4682B4;
	background-color: #E6E6FA;
}

/* Celdas generales */
.diet, .horas, .horast, .vacio
{
	height: 25px;
	padding: 1px;
	border-right: 1px solid #D2D2FF;
	border-bottom: 1px solid #D2D2FF;
}

/* Celdas generales para las horas */
.horas
{
	color: #4682B4;
	text-align: center;
}

.horast
{
	color: #4682B4;
	text-align: left; 
	border-right: 0px;
	padding: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}

/* Celdas sin contenido */
.vacio
{
	border: 0px;
	background-color: #EFEFEF;	
}

/* Días del mes */
.normal, .normald, .domingo, .festivo, .sabado, .hoy
{
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #778899;
	border-bottom: 1px solid #778899;
}

/* Dia laborable */
.normal, .normal a, .normald
{
	color: #4682B4;
	background-color: #E6E6FA;
}

.normald
{
	font-style: italic;
	text-align: right;
	padding-right: 5px;
}

/* Domingos y festivos */
.domingo, .domingo a, .festivo, .festivo a
{
	color: #CD5C5C;
	background-color: #FFE4E1;
}

/* Sábado */
.sabado, .sabado a
{
	color: #8B008B;
	background-color: #F3E6FA;
}

/* Hoy */
.hoy, .hoy a
{
	color: #008000;
	background-color: #FFFFCC;
}

/* Día elegido */
.elegido
{
	border-top: 1px solid #778899;
	border-left: 1px solid #778899;
	border-right: 1px solid #D2D2FF;
	border-bottom: 1px solid #FFFFFF;

	color: #008000;
	background-color: #CCFFCC;
}

/* CONTROLES ******************************************************************/

/* Inputs de texto y números */
.dietxt, .dietxt1
{
	color: #4682B4;
	border: 0px;
	padding-left:  5px;
	padding-right: 5px;
	width: 98%;
}

.dietxt1
{
	font-weight: bold;
}

/* Casillas de verificación */
.diechk
{
	color: #0000A0;
	border: 0px;
	padding-left:  5px;
	padding-right: 5px;
}

/* Input cuando reciben el foco */
.dietxt:focus, .dietxt1:focus
{
	background-color: #FFFFCC;
}

/* Select de las horas */
.selhoras
{
	padding: 0px;
	font-weight: normal;
	text-align: center;
}

/* Botón grande */
.botonGr
{
	width: 90%;
	height: 30px;
	font-size: 11pt;
}

/* LISTADOS *******************************************************************/

body.c_listaBody
{
	padding: 20px;
}

td.c_letraTitulo
{
	font-family: Copperplate Gothic Bold, Arial, Helvetica;
	font-size: 12pt;
	color: #a0a0a0;
	border: 0px;
	text-align: center;
}

.c_listaTab
{
	font-family: Arial, Helvetica;
	font-size: 10pt;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

.c_listaTab th
{
	color: #808080;
	background-color: #F5F5F5;
	border-bottom: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	padding: 4px;
}

.c_listaTab th.titulo
{
	font-size: 12pt;
	background-color: #DCDCDC;
	border-right: 0px;
	padding: 6px;
}

.c_listaTab th.fechas
{
	font-size: 11pt;
	border-right: 0px;
	padding: 5px;
	font-weight: normal;
}

.c_listaTab th.fecha
{
	font-weight: bold;
	padding-left: 10px;
	text-align: left;
	border-right: 0px;
}

.c_listaTab td
{
	border: 0px;
	border-bottom: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	padding: 3px;
	text-align: center;
}

td.neg, td.uneg
{
	font-weight: bold;
}

td.ult, td.uneg
{
	border-right: 0px;
	text-align: left;
}

td.aviso
{
	color: #FF4500;
	border-right: 0px;
	border-bottom: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 11pt;
	text-align: center;
}


/* REGISTRO DE USUARIO ********************************************************/

.c_usuario
{
	font-family: Arial, Helvetica;
	color: #6F6F6F;
}

.c_usuario th.titpr
{
	font-size: 18pt;
}

.c_usuario td.texto
{
	font-size: 11pt;
	text-align: center;
}

.c_lsCal
{
	border: 1px solid #C0C0C0;
	border-right: 2px solid #585858;
	border-bottom: 2px solid #585858;
}

.c_lsCab, .c_lsCab1, .c_lsNor
{
	font-family: Arial, Helvetica;
	font-size: 10pt;
	border: 0px;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	padding: 3px;
}

.c_lsCab, .c_lsCab1
{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0000a0;
	text-align: center;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.c_lsCab1
{
	border-top: 1px solid #FFD9D9;
	border-left: 1px solid #FFD9D9;
	background-color: #FF8080;
}

.c_lsNor
{
	color: #626262;
	background-color: #EAEAFF;
}

