/* CSS Document */
/*AGENDA PRESIDENTA 01*/

#contenido #bloqueCen .agendaPres .deDiaAdia {
  margin: 0;
  padding: 0 0 1.5em 1.8em;
  color: #4d1c1c;
}

/* Encabezado: Dia */
#contenido #bloqueCen .agendaPres h2 {
	clear: both;
	margin: .5em .5em .5em 0;
	padding: .4em .5em;
	background: #E8E8E8;
	color: #4d1c1c;
	font-size: 1em;
}

  #contenido #bloqueCen .agendaPres h2 .dia {
    text-transform: uppercase;
  }

/* Listado citas */
#contenido #bloqueCen .agendaPres dl {
	float: left;
	width: 98%;
	margin: 0 0 1em 0;
	padding: 0;


}

	#contenido #bloqueCen .agendaPres dt {
		clear: both;
		padding:.5em 0 0em 0;
		margin:0;		
		text-align: center;
		background: url(../img/separadorCitasPresidenta.gif);
		background-repeat:repeat-x; background-position: bottom;
	}
   
   #contenido #bloqueCen .agendaPres dd {
		float: left;
		margin:0;		
		padding:0;
   }

	/* Item 1 */
   #contenido #bloqueCen .agendaPres dd.item1 {
		width: 28%;
		margin-right: 1px;
		margin-left: 3px;
   }

	/* Item 2 */	
   #contenido #bloqueCen .agendaPres dd.item2 {
		width: 38%;
		padding-left: 1%;
		padding-right: 1%;
	
   }
 	    
	/* Item 3 */
   #contenido #bloqueCen .agendaPres dd.item3 {
		float: right;
		padding-right: .25em;
		font-style: italic;
		text-align: right;
	
   }
 
		/* Estilo enlace */
	

		#contenido #bloqueCen .agendaPres dd.item3 a:hover { 
			color: #bf5b15;
			text-decoration: none;
		}

/* Columna derecha */
#contenido #bloqueDer {
	padding: 0;
	background: none;
}

	#contenido #bloqueDer .titularDer {
		margin: 0;
		padding: .7em 0 0 .8em;
		background: #EDF5FD;
	}
	
	#contenido #bloqueDer #menuDerecha {
		margin: 0;
		padding: .1em 0 .2em .8em;
		background: #EDF5FD;
	}
		
	/* Capa calendario */
	#bloqueDer .calendarioAgenda {
		width: 100%;
		padding: 0em 0 1em 0;
		text-align: left;
	}
	#bloqueDer .calendarioAgenda p{ margin:0px 0px 5px 0px; padding:0px 0px 0px 0px}
	#bloqueDer .calendarioAgenda .texto{ margin:0px 0px 5px 0px; padding:0px 0px 0px 5px; color:#9F9F9F}
