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

div#body{ background: transparent url(../images/bg_agenda-trans.png) no-repeat 53px 148px; display: block; margin: 0 auto; width: 1262px; min-height: 400px; z-index: 2 }
#izquierda{ width: 175px; border-top: 6px solid #b49600}
#centro{ width: 765px; border-top: 6px solid #b49600; margin-right: 0 }
h5{ font-size:1.2em; color:#b49600; margin:0 0 10px 0; font-weight:normal}


.listadoAgenda{margin:0; padding:0;}
ul.listadoAgenda {margin:0; padding:0;}
ul.listadoAgenda li{margin:0 0 10px; padding:5px 0 5px 0; list-style:none; float: none; clear: both; display:block; border-bottom:1px dashed #ccc;}
ul.listadoAgenda div { float: right; width: 252px; clear: both }
    ul.listadoAgenda div.largo { width: 420px }
ul.listadoAgenda h4 {margin: 0; padding: 0; width: 205px }
ul.listadoAgenda h4 a{color:#333; font-size: .9em; font-weight: bold }
ul.listadoAgenda h4 a:hover{color:#b49600;}
ul.listadoAgenda h5 {margin: 0 0 5px 0; padding: 0; color:#333; font-size: .9em; font-weight:normal;}
ul.listadoAgenda p{ color: #555; line-height: 13px; margin: 0px 0 8px 0; font-size: .9em; float:none; display:block;}
ul.fechas {margin:0; padding:0 0 5px; list-style:none; display:block}
ul.fechas li {line-height: 12px; margin: 0 0 2px 0; padding: 0; color:#b49600; font-size: .9em; display:block; border:none; }
img.left{float:left; margin:0 15px 5px 0;}

ul.listadoAgenda li.catalogo{ background: url(../images/agenda_rtn-trans.png) no-repeat top right #eee; border-top:1px dashed #FF0000;}
ul.listadoAgenda li.catalogo p{ padding-right:5px;}
ul.listadoAgenda li.redes{ background: url(../images/agenda_redes-trans.png) no-repeat top right #fff; border-top:1px dashed #999;}
ul.listadoAgenda li.nored{ background: #fff; border-top:1px dashed #ccc;}

/*  mejoramos la altura del calendario en la index de agenda  */
.mtop{margin-top:30px;}


/*  Table selector de meses   */

table.meses{float:left;}

table.meses, table.meses td{ text-align: center; background: #fff; border-collapse: collapse; font: small/1.5 Arial, Helvetica, sans-serif; border:1px dashed #ccc}

table.meses{ border:none;  width: 250px; float: right }

table.meses thead tr td{background-color:#cbbb9d; color:#333;  padding:2px 0 2px 0}
table.meses thead th,
table.meses tbody th
{

  color : #666;  
	padding               : 5px 10px;
  border-left           : 1px solid #CCC;
  text-align: center;
}

table.meses tbody th
{
  background            : #fafafb;
  border-top            : 1px solid #CCC;
  text-align            : left;
  font-weight           : normal;
}

table.meses tbody tr td
{
	padding               : 5px 10px;
  color                 : #666;
}

table.meses tbody tr td.active {background-color: #E3E3DF; color:#ac1315;}


table.meses tbody tr:hover
{
  background: #FFF url(tr_bck.gif) repeat;
}

table.meses tbody tr:hover td
{
  color                 : #454545;
}
table.meses tfoot td,
table.meses tfoot th
{
  border-left           : none;
  border-top            : 1px solid #CCC;
	padding               : 4px;
  background            : #FFF url(foot_bck.gif) repeat;
  color                 : #666;
}

/*table.mesescaption*/
/*{*/
/*	text-align            : left;*/
/*	font-size             : 120%;*/
/*	padding               : 10px 0;*/
/*	color                 : #666;*/
/*}*/

table.meses a:link
{
	color                 : #666;
}
table.meses a:visited
{
	color                 : #666;
}
table.meses a:hover
{
	color                 : #9f8500;
	text-decoration       : none;
}
table.meses a:active
{
	color                 : #003366;
}


