body {
	background-color: #101632;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #666633;
}
form {
	margin: 0px;
	padding: 0px;
}
fieldset.fieldEntrada {
	width: 450px;
	border: 1px solid #c9cdbf;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #ebeee3;
	margin-right: auto;
	margin-left: auto;
}
.fieldEntrada legend {
	font-size: 11px;
	text-transform: uppercase;
	color: #552f10;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 15px;
}
table.tablaEntrada {
	font-size: 11px;
	color: #5c473c;
}
.tablaEntrada a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #660000;
	font-weight: normal;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 10px;
}

input.campoEntrada {
	background-color: #dddecc;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #dddecc;
	width: 200px;
}
input.botonEntrada {
	font-size: 11px;
	text-transform: uppercase;
	color: #666600;
	background-color: #cfd2a2;
	height: 30px;
	width: 210px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.fondoEntrada {
	background-image: url(bg_entrada.gif);
	background-repeat: no-repeat;
}







#cabecera {
	background-image: url(cab.gif);
	background-repeat: no-repeat;
	height: 155px;
	width: 717px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	font-size: 10px;
}
#identificacion {
	color: #FFFFFF;
	padding-top: 8px;
}
#identificacion a {
	color: #00CCFF;
	float: right;
	display: block;
	width: 30px;
	background-image: url(ico_cerrar.gif);
	background-repeat: no-repeat;
	margin-left: 10px;
	background-position: 0px 3px;
}
#identificacion a:hover {
	color: #0099CC;
}


#identificacion .user {
	float: right;
	background-image: url(ico_user.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 12px;
	color: #aacee4;
}


#contenido {
	background-color: #e4e7db;
	width: 717px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	overflow: auto;
	padding-top: 10px;
}
#izquierda {
	float: left;
	width: 498px;
	margin-top: 10px;
	margin-left: 10px!important;
	margin-left: 5px;
	font-size: 11px;
	text-align: left;
}
.semana {
	color: #B6A772;
	font-size: 18px;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
	padding: 5px;
}
.semana strong {
	font-size: 27px;
}

.dia {
	font-size: 13px;
	color: #76693d;
	font-weight: bold;
	margin-bottom: 5px;
}
.dia strong {
	font-size: 22px;
}


table.tablaDia {
	border: 1px solid #ccccb9;
	background-color: #f2f4ea;
	color: #76693d;
	margin-bottom: 20px;
	font-size: 12px;
}
.tablaDia th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccccb9;
	background-color: #dbdfcf;
	padding-right: 5px;
	padding-left: 5px;
}
.tablaDia td {
	text-align: center;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.tablaDia tr.cebra {
	background-color: #dadece;
}
.alinearIzda, td.alinearIzda {
	text-align: left;
}
table.detalles {
	background-color: #f7f8f3;
	border: 1px solid #ccccb9;
	margin-bottom: 3px;
}
.detalles td {
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
}
.detalles td.derecha {
	text-align: right;
}
.detalles td.izquierda {
	text-align: left;
	font-weight: bold;
	color: #5A6B74;
}


.detalles td.celdaComentarios {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccccb9;
	text-align: left;
}
.detalles p {
	font-size: 11px;
	margin-top: 6px;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: 10px;
	color: #5A6B74;
}





#derecha {
	background-color: #d9dccc;
	margin-left: 5px;
	text-align: center;
	overflow: auto;
	width: 189px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(bg_dcha.gif);
	background-repeat: no-repeat;
}
#buscador {
	width: 175px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}
#buscador strong {
	color: #57583A;
	display: block;
	padding-left: 8px;
	padding-bottom: 3px;
	font-size: 12px;
	text-align: left;
}
input.botonBuscar02 {
	cursor: hand; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	background-color: #7f8157;
	font-size: 9px;
	color: #E0E0D8;
	padding: 1px;
	margin-top: 5px;
	margin-bottom: 10px;
	display: block;
	text-align: center;
	margin-right: 0px;
	margin-left: 0px;
	width: 174px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
}
input.campoBuscar {
	color: #76693d;
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #ccccb9;
	height: 18px;
	width: 90px;
	vertical-align: middle;
}
#imprimir {
	text-transform: uppercase;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #76693d;
	margin-bottom: 15px;
	text-align: right;
	width: 174px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}


#hoy {
	background-color: #FFFFFF;
	background-image: url(bg_fecha_hoy.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 174px;
	border: 1px solid #c1c1a8;
	font-size: 50px;
	color: #76693d;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 0px;
	margin-bottom: 10px;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#hoy .hoyTop {
	font-size: 11px;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b8b19a;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: normal;
}
#hoy .hoyBottom {
	font-size: 11px;
	text-transform: uppercase;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b8b19a;
	padding-top: 5px;
	font-weight: normal;
	padding-bottom: 10px;
}
#calendario {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #b8b68f;
	border-left-color: #b8b68f;
	width: 174px;
	font-family: Tahoma, "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 10px;
	background-color: #e4e7db;
	margin-right: auto;
	margin-left: auto;
}
#calendario a {
	display: block;
	color: #76693d;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 1px;
	padding-left: 1px;
}

#calendario td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #b8b68f;
	border-bottom-color: #b8b68f;
	text-align: center;
	font-weight: bold;
	color: #76693d;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#calendario td.celdaFinde {
	background-color: #d2d5c6;
}

#calendario .dias {
	background-color: #b8b68f;
}
#calendario .flechas {
	background-color: #c2c2a0;
}
#calendario .mes {
	background-color: #a6a67b;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #433919;
}
#calendario a.actividad {
	color: #3399CC;
}
#calendario a.actividad:hover {
	color: #006699;
}
#calendario a.funcion {
	color: #CC0000;
}
#calendario td.hoy {
	color: #FFFFFF;
	background-color: #c2c2a0;
}
#calendario td.hoy a{
	color: #FFFFFF;
}
select.anyo {
	border: 1px solid #b8b68f;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 5px;
	width: 174px;
	margin-top: 10px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	color: #685b2d;
}
.anyo option {
	background-color: #f7f7ef;
}
option.cebra {
	background-color: #efefdf;
}
#pie {
	background-image: url(pie.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 50px;
	background-color: #e4e7db;
	width: 717px;
	margin-right: auto;
	margin-left: auto;
}
.fechaRojo {
	font-size: 1em;
	color: #CC0000;
}
form.fecha {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #76693D;
	font-size: 11px;
	width: 184px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
form.fecha p {
	text-align: right;
	padding: 0px;
	margin: 0px;
}

input.fecha {
	font-size: 9px;
	color: #76693D;
	width: 55px;
	background-color: #FFFFFF;
	border: 1px solid #ccccb9;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 3px;
	padding-left: 3px;
}
label.fecha {
	font-size: 11px;
	color: #282415;
}
input.botonBuscar {
	width: 60px;
	height: 20px;
	margin: 0;
	padding: 0;
	border: 0;
	cursor: hand; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	background-color: #7f8157;
	font-size: 10px;
	color: #E0E0D8;
	text-transform: uppercase;
}
