
 @import url(http://fonts.googleapis.com/css?family=Dosis);
/* ================================================================ 
TITULO
=================================================================== */
  #agenda_titulo {
   
   
    position:relative;
    height: 32px;
	width: 100%;	
    overflow: hidden;
    font-family: 'Dosis', sans-serif;
	font-size:20px;
	font-weight:800;
	color:#000;
	padding-top:12px;
	padding-left:8px;
	
	 
	
  }
  
/* ================================================================ 
CONTENEDOR
=================================================================== */
  #scr_contenedor {
    position:relative;
/*    height: 407px;*/
	height: 320px;
	width: 273px;	
    overflow: hidden;
    border: 0px solid #ddd;
	font-size:9px;
    color:#006600;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:8px;
	
	
  }  
  #scr_contenido {
    top:-16;
    height:320px;
    width:273px;
    overflow: hidden;
    border: 0px solid #ddd;
	font-size:9px;
    color:#006600;
	z-index:0;
	font-family: 'DOSIS', cursive; 
	font-size:11px; 
	line-height:13px; 
	text-align:justify; 
	margin:0;
	padding-top:16px;

	
  }
  
  #scr_contenido {
    top:16px;
    height:288px;
    width:257px;
    overflow: hidden;
    border: 0px solid #ddd;
	margin:0;
	margin-top:8px;
	 
	
	
  }
  
  #scr_botones{
  position:absolute;
  top:0;
  left:240px;
  height:328px;
  width:28px;
  z-index:1;
  padding-right:8px;
  

 
  
  
  } 
  
  .bot_AbAr{
	  position:relative;
	  clear:both;
	  float:right;
	
  }
  #botArriba{

      top:0px;
  
  }
  
  #botAbajo {
      top:248px;
  
  }
  
  #btnUp,#btnDown{
    border:0;
	text-decoration:none;
  }


/* ================================================================ 
NOTAS
=================================================================== */

#agenda_nota{
position:relative;
float:left;
clear:both;
border-top-style:dotted;
border-top-width:thin;
border-top-color:#000000;
width:100%;
height:80px;
overflow: hidden;
font-family: 'Dosis', sans-serif;
font-size:8px;

}

.agenda_nota_titulo{
margin-top:8px;
font-size:12px;
font-weight:800;
color:#2C7E8A;
text-decoration:none;

}

.agenda_nota_copete{
margin-top:8px;
font-size:11px;
font-weight:200;
color:#000;


}



a.agenda_lnk:link, a.agenda_lnk:visited, a.agenda_lnk:hover{	 
  color:#2C7E8A;
  text-decoration:none
}
