@charset "utf-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #063c72;
	height: 100%;
}
a {
	color: #0B67C4;
}
a:hover {
	text-decoration: none;
}
.trescolumnas #contenedor { 
	position: relative;
	width: 960px;
	height: 100%;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: justify;
	border: 1px solid #eeeeee;
}
.trescolumnas #cabecera {
	height: 183px;
	z-index: 0;
	position: relative;
}
.trescolumnas #cabecera #divUsuario {
	position: absolute;
	width: 500px;
	top: 6px;
	right: 10px;
	font-size: 10px;
	text-align: right;
	z-index: 10;
}
.trescolumnas #cabecera h1 {
	margin: 0;
	padding: 10px 0;
}
.trescolumnas #menu-ppal {
	position: absolute;
	top: 184px;
	left: 0;
	width: 160px;
}
.trescolumnas #menu-secundario {
	position: absolute;
	top: 184px;
	right: 0;
	width: 160px;
	padding: 0px;
}
.trescolumnas #menu-secundario #usuarioReg {
	position: relative;
	width: 123px;
	height: 128px;
	background-image: url(img/fondo-login.jpg);
	margin: 20px 11px;
	padding: 10px 5px 0px 10px;
	text-align: left;
	font-size: 10px;
}
.trescolumnas #menu-secundario #usuarioReg label {
	font-weight: bold;
}
.trescolumnas #menu-secundario #usuarioReg input {
	width: 90px;
	margin-bottom: 8px;
}
.trescolumnas #menu-secundario #usuarioReg input#frmSubmit {
	width: auto;
	height: auto;
	position: absolute;
	right: 1px;
	bottom: 1px;
	margin-bottom: 0px;
}
.trescolumnas #contenido {
	margin: 0px 160px;
	padding: 0px;
}
.trescolumnas #pie { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.trescolumnas #pie p {
	margin: 0; /* zeroing the margins of the first element in the pie will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.trescolumnas #contenedor #contenido p, li {
	margin: 20px;
	line-height: 18px;
}
.programa #contenedor #contenido p {
	text-align: left;
	clear: left;
	padding: 10px 30px 30px 30px;
}
.programa #contenedor #contenido .dia {
	background-color: #dfedfa;
}
.programa #contenedor #contenido .hora {
	display: block;
	width: 100px;
	float: left;
	clear: left;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
}
.programa #contenedor #contenido .evento {
	width: 400px;
	float: left;
	padding-bottom: 10px;
	font-style: italic;
}
.programa #contenedor #contenido .evento .tituloevento {
	font-size: 14px;
	font-style: normal;
}
.trescolumnas #contenedor #contenido .notificacion {
	text-align: center;
	font-weight: bold;
	margin: 50px 20px;
}
img.conborde {
	border: 1px solid #0B67C4;
}
.enlace-titulo {
	font-size: 12px;
	font-variant: small-caps;
	font-weight: bold;
}
.enlace-url {
	font-style: italic;
	font-size: 10px;
}