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

body,td,th {
	color: #EEEEEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body {
	background-color: #333333;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
}
#marco {
	background-image:url(imagenes/fondo.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color:#133543;
}
#cabecera {
	background-image:url(imagenes/cabecera.jpg);
	height: 140px;
	background-repeat:no-repeat;
	padding-left: 14px;
	padding-right: 14px;
}
#cuerpo {
	padding-bottom: 14px;
	padding-left: 14px;
	padding-right: 14px;
}
#pie {
	background-image:url(imagenes/pie.jpg);
	background-repeat:no-repeat;
	height: 38px;
}
#cuadro {
	background-image:url(imagenes/fondo_cuadro.gif);
	background-repeat:no-repeat;
	background-position: center bottom;
	padding: 10px 15px 5px 15px;
	cursor:pointer;
	color:#333333;
}
#cuadro img {
	border: 0px;
}
h3{
	margin:0;
	padding:0;
	color:#cccccc;
	font-size:13px;
}
h6{
	margin:0;
	padding:0;
	color:#666666;
	font-size:10px;
}
h4 {
	margin: 0px;
	padding: 0px;
	font-size:14px;
}

h5 {
	margin: 0px;
	padding: 0px;
	font-size:12px;
	font-weight:bolder;
}

h1 {
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
}

.form {
	color:#000033;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	width: 220px;
	border:#333333 1px solid;
}
a{
	color:#FFFFFF;
}

#sub_menu {
	position:absolute;
	width:160px;
	height:100px;
	left:100px;
	top:188px;
	background:#0066FF;
	visibility:hidden;
	z-index:10;
}


.borde_abajo_derecha_iquierda {
	border-bottom: #DDDDDD 1px dotted; /*0093DD*/
	border-left: #DDDDDD 1px dotted;
	border-right: #DDDDDD 1px dotted;
}
.borde_arriba_abajo_derecha {
	border-top: #DDDDDD 1px dotted;
	border-bottom: #DDDDDD 1px dotted;
	border-right: #DDDDDD 1px dotted;
}
.borde_abajo_derecha {
	border-bottom: #DDDDDD 1px dotted;
	border-right: #DDDDDD 1px dotted;
}
.borde_completo{
	border: #DDDDDD 1px dotted;
}
.calendario_resaltado{
	background-color:#DADBCE;
	/*color:#0093DD;*/
	font-weight:bold;
	cursor:pointer;
}
.dia{
	color:#666666;
	background-color:#DADBCE;
}

.datos_agenda {
	background-color:#112F3C;
	color:#CCCCCC;
	font-size:9px;
}

.chiquitito {
	font-size:8px;
	/*color:#FF9900;*/
	color:#29F5F0;
	font-weight:bold;
}
.tabla_numeros {
	background-color: #102936;
	border:#102936 1px dashed;
}