* html * {zoom:1; }

body { 
	background: #fff; 
	padding: 0px; 
	margin: 0px; 
	font-family: 'Verdana'; 
	font-size : 10px; 
	color : #666666;
}

/* contenedor de toda la web */
#contenedor {
	width:780px; 
	margin: 0 auto; 
	text-align: left; 
	clear: both;
} 

/* header */
#top {
	width:780px; 
	margin-top: 13px; 
	height:80px;
	margin-bottom::9px;
}
#top #titulo {
	margin-top:10px;
	font-size:12px;
}
#top #menu {
	margin-top:10px;
	color:#63a2c8;
}
#top #menu a {
	color:#666666;
	line-height:18px;
	text-decoration:none;
	border-bottom:#63a2c8 1px dashed;
}
#top #menu a:hover {
	border-bottom-color:#fff;
}
#clear {
	clear:both;
	padding:0; margin:0; font-size:0px;
}
#eventos {
	background-color:#d5e6f0;
	border:1px solid #63a2c8;
	padding:10px;
	color:#000;
}
#eventos h2 {
	margin:0;
	margin-bottom:15px;
	font-size:10px;
}
#eventos ul {
	list-style:none;
	margin:0;
	padding:0;
}
#eventos li {
	margin-top:3px;
}
#eventos form {
	padding:0;
	margin:0;
}
#eventos label {
	display:block;
}
#eventos .error {
	background-color:#63a2c8;
	border:1px solid #2e6f97;
	padding:1px;
	padding-left:3px;
}
#eventos p {
	background-color:#fff;
	padding:10px;
	text-align:center;
}
#eventos a {
	color:#333333;
	text-decoration:none;
	border-bottom:#a5494c 1px dashed;
}
#eventos a:hover {
	border-bottom-color:#d5e6f0;
}
#listadoEventos ul {
	list-style:none;
	margin:0;
	padding:0;
}
#listadoEventos li {
	background-color:#fccecf;
	border:1px dashed #f09c9e;
	padding:10px;
	margin-top:10px;
}
#listadoEventos li.destacar {
	background-color:#ff9fa1;
	border:1px dashed #f09c9e;
	padding:10px;
	margin-top:10px;
}
#listadoEventos p {
	margin:0;
	padding:0;
	clear:both;
}
#listadoEventos #titulos {
	width:100px;
	margin-bottom:2px;
	float:left;
}
#listadoEventos #botones {
	text-align:right;
}
#listadoEventos #nuevo {
	background-color:#FFF;
	padding:10px;
	margin-bottom:5px;
	color:#000;
}
#listadoEventos a {
	color:#666666;
	text-decoration:none;
	border-bottom:#a5494c 1px dashed;
}
#listadoEventos a:hover {
	border-bottom-color:#fccecf;
}
#paginador {
	margin-top:10px;
	margin-bottom:5px;
	width:100%;
	position:relative;
}
#pagina {
	width: 25px;
	height: 25px;
	border: #ececec 1px solid;
	margin-right: 3px;
	float: left;
	text-align: center;
	background: #FFF;
	font: 12px/25px Verdana, Arial, Helvetica, sans-serif;
}
#pagina a {
	text-decoration: none;
	line-height: 25px;
	display: block;
	width: 25px;
	height: 25px;
	background: #f7f7f7;
	color:#666666;
}
#pagina a:hover {
	background: #e8e8e8;
}

/* BOTONES PARA NEGRITA, ITALIC, LINK */
#bold {
	width:22px;
	height:22px;
	float:left;
	margin-right:1px;
}
#bold a {
	display:block;
	width:22px;
	height:22px;
	margin: 0 0; 
	padding:0px 0 0px 0px;
	font: bold 14px/1 sans-serif;
	color:#c60;
	background: url(b.jpg) 0 0px no-repeat;
	text-decoration: none;
}
#bold a:hover {	
	background-position: 0px -22px;
	color: #E9BE75;
}
#bold a:active {
	background-position: 0px -22px;
	color:white;
}
#italic {
	width:22px;
	height:22px;
	float:left;
}
#italic a {
	display:block;
	width:22px;
	height:22px;
	margin: 0 0; 
	padding:0px 0 0px 0px;
	font: bold 14px/1 sans-serif;
	color:#c60;
	background: url(i.jpg) 0 0px no-repeat;
	text-decoration: none;
}
#italic a:hover {	
	background-position: 0px -22px;
	color: #E9BE75;
}
#italic a:active {
	background-position: 0px -22px;
	color:white;
}
#letras { 
	margin-top:5px;
}
#letras ul {
	display:inline;
	padding:0; margin:0;
	list-style:none;
}
#letras li {
	float:left;
	padding: 3px;
	background-color:#FFF;
	width:auto !important;
	width:20px;
}
#letras li a {
	text-decoration:none;
	padding:5px;
	border: #ececec 1px solid;
	display:block;
	color:#666;	
}
#letras li.selected a {
	background-color:#d0ecfd;
	border: #63a2c8 1px solid;
	color:#63a2c8;
}
#letras li a:hover {
	background: #e8e8e8;
}
