body {
	margin: 0px;
	font: 9pt arial;
	color: #333;
}

#main {
	border: 0px solid black;
	margin: 0 auto;
	width: 894px;
	padding: 10px;
}

#header {
	border: 0px solid black;
	height: 216px;
	background: url(../img/logo.jpg) center;
}

#menu {
}

#contenido {
	border: 0px solid black;
	padding: 20px;
	margin: 5px;
}

#footer {
	border: 0px solid black;
	text-align: center;
	padding: 10px;
	margin: 5px;
}

.texto_grande {
	font: 11pt arial;
}

BR.cleaner {
	clear: both;
}

.texto_chico {
	font: 8pt arial;
}

.texto_evento {
	font: 16pt arial;
}

/*
* located in demo.css and creates a little calendar icon
 * instead of a text link for "Choose date"
 */
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 1px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../img/calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 80px;
	float: left;
	FONT-SIZE: 8pt;
}

table.jCalendar {
	border: 1px solid #99bbe8;
	background: #e9e7e2;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #99bbe8;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}
table.jCalendar td {
	background: #f9f9f9;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
	font-weight: bold;
}
table.jCalendar td.selected {
	background: #d8e6f6;
	color: #16419e;
	font-weight: bold;
}
table.jCalendar td.selected:hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td:hover, table.jCalendar td.dp-hover {
	background: #fff;
	color: #000;
}
table.jCalendar td.disabled, table.jCalendar td.disabled:hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div#dp-popup {
	position: absolute;
	font-size: 10px;
	font-family: arial, sans-serif;
	background: #ddf0f7;
	padding: 2px;
	min-width: 171px;
	z-Index: 199;
}
div#dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div#dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div#dp-popup div#dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div#dp-popup div#dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div#dp-popup div#dp-nav-prev a, div#dp-popup div#dp-nav-next a {
	cursor: pointer;
}
div#dp-popup div#dp-nav-prev a.disabled, div#dp-popup div#dp-nav-next a.disabled {
	cursor: default;
}
div#dp-popup div#dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div#dp-popup div#dp-nav-next a {
	float: right;
}
div#dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div#dp-popup td {
	cursor: pointer;
}
div#dp-popup td.disabled {
	cursor: default;
}

DIV.columna {
	width: 401px;
	border: 0px solid;
	float: left;
	padding: 10px;
}

DIV.columnaChica {
	width: 270px;
	border: 0px solid;
	float: left;
	padding: 5px;
}

DIV.moduleMessagesOk {
	background: url(../img/iconOk2.gif) no-repeat top left;
	padding-top: 30px;
	color: #0da50d;
}

DIV.moduleMessagesError {
	background: url(../img/iconError.gif) no-repeat top left;
	padding-top: 30px;
	color: #ff8080;
}

a.linkEventoVigente {text-decoration:none;color:#000000;font-weight: bold;} 
a.linkEvento {text-decoration:none;color:#000000} 

a.salir {font: 9pt arial;text-decoration:none;color:#bfbfbf} 
a.salir:hover {text-decoration:underline;} 

a.agregarNuevo {
	display:block;
	background:url(../img/icono-mas.gif) no-repeat right ;
	width:140px;
	height:22px;
	padding:3px;
}

.submit {
	width: 60px;
	background: #F15721;
	color: #ffffff;
	border: 0px solid;
}

.comentario {
	padding: 10px;
	border: 1px solid #ffdbdb;
	background: #fff4f4 url(../img/icono-comentario.gif) left top no-repeat;
	padding-left: 44px;
	margin-top: 4px;
}

a.hotmail {
	display:block;
	background:url(../img/icono-hotmail.gif) no-repeat center ;
	width:39px;
	height:45px;
	float:left;
	margin-left:3px;
}

a.yahoo {
	display:block;
	background:url(../img/icono-yahoo.gif) no-repeat center ;
	width:39px;
	height:45px;
	float:left;
	margin-left:3px;
}

a.gmail {
	display:block;
	background:url(../img/icono-gmail.gif) no-repeat center ;
	width:39px;
	height:45px;
	float:left;
	margin-left:3px;
}

A.compartir-nota {
	text-decoration: none;
}

A.compartir-nota IMG {
	border: 0px;
	text-decoration: none;
}

INPUT {
	background: url(../img/campo.gif);
	padding: 8px;
	border: 0px;
	width: 282px;
	height: 16px;
}

TEXTAREA {
	width: 275px;
	height: 93px;
	font: 9pt arial;
	background: #f7f7f7;
	border: none;
}

DIV.textarea {
	padding: 5px;
	display: block;
	background: url(../img/textarea.gif) center;
	padding: 8px;
	border: 0px;
	width: 282px;
	height: 99px;
	font: 9pt arial;
}

INPUT.checkbox {
	width: 10px;
}

A.boton {
	display: block;
	background: url(../img/botonOff.gif) -1px;
	padding: 10px;
	border: 0px;
	width: 97px;
	height: 13px;
	color: white;
	text-decoration: none;
	text-align: center;
}

A.boton:hover {
	background: url(../img/botonOn.gif) -1px;
}
