body {
	margin: 0px;
	padding: 0px;
}
td,p {
	font-family: Tahoma, Trebuchet MS, sans, Arial;
	font-size: 11px;
	color: #999999;
	text-align: justify;
}
h1 {
	font-family: Trebuchet MS, sans, Arial;
	font-size: 13px;
	color: #8092A1;
	font-weight: bold;
}

h2 {
	font-family: Trebuchet MS, sans, Arial;
	font-size: 12px;
	color: #8092A1;
}

h3 {
	font-family: Trebuchet MS, sans, Arial;
	font-size: 12px;
	font-weight: bold;
}

a {
	color: #32659C;
}
.inputText,textarea {
	width: 100%;
	border: 1px solid #CCCCCC;
	background: #F4F4F4;
	font: 11px Tahoma;
	color: #666666;
}
#tablaPrincipal {
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
}
#tablaMenu {
	border-left: 2px solid #A6CE3A;
}

#tablaCalendario {
	width: 100%;
	background: #999999;
	border: 1px solid #CCCCCC;
}
#tablaCalendario th {
	background: #32659C;
	color: #FFFFFF;
	font: 11px Trebuchet MS, sans;
	font-weight: bold;
}
#tablaCalendario td {
	background: #FFFFFF;
	text-align: center;
	border-top: 1px solid #CCCCCC;
}
#tablaCalendario .th2 {
	background: url(img/fondo_dia.gif) #FF9900;
	color: #666666;
	font-weight: bold;
	font-size: 10px;
}
#tablaCalendario .off {
	background: #F4F4F4;
	color: #CCCCCC;
}
#tablaCalendario .sel {
	background: url(img/circulo.gif) #FFFFFF center no-repeat;
	font-weight: bold;
	color: #FFFFFF;
}

#tablaInfoCalendario {
	width: 100%;
	background: #CCCCCC;
}
#tablaInfoCalendario td {
	background: #FFFFFF;
}
#tablaInfoCalendario .hora {
	background: url(img/fondo_infoCalendario.gif) #FFFFFF no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
}

#resultadoServicios {
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
}
#resultadoServicios td {
	
}
#resultadoServicios .alt {
	background: url(img/fondo_resultados.gif) #FFFFFF no-repeat;
}

.celdaIzquierda {
	border-right: 1px solid #CCCCCC;
	padding: 0px;
}
.botonMenu {
	border: 0px;
}
.tituloNoticia {
	font: bold 12px Trebuchet MS,sans;
	color: #336699;
}
.fechaNoticia {
	color: #A6CE37;
}
.imgNoticia {
	padding: 3px;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
}
.video {
	margin-left: 10px;
	margin-bottom: 5px;
}