@font-face {  
font-family: "DIN_Black";
src: url(fonts/FF_DIN_Black.otf) format("opentype");  
 }  
 

.marron { 
	color: #8a6550;
}
.azul {
	color: #009ee0;
}
.rosa {
	color: #e2007a;
}
.verde {
	color: #98b60a;
}

.naranja{
    color: #FE8F00;
}

.fondo_marron {
	background-color: #8a6550;
}
.fondo_azul {
	background-color: #009ee0;
}
.fondo_rosa {
	background-color: #e2007a;
}

.fondo_naranja {
	background-color: #FE8F00;
}

.fondo_color h2{
	color: #FFFFFF;
	font-size: 14px;
}

 .fondo_color {
 	
 	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}

.fondo_verde {
	background-color: #98b60a;
}

#titular_agenda {
	/*font-family: "Bowlby One SC";*/
        font-family: 'Exo', sans-serif;
	font-size: 60px;
	font-weight: bold;
	color: #666666;
	line-height: 68px;
        text-transform: uppercase;    
}
.bloque_evento {
	padding-top: 20px;
	padding-bottom: 5px;
}

h2 .evento_agenda {
	font-size: 14px;
}
.fondo_izq {
	float: left;
	width: 80%;
}
.fondo_dcha {
	font-family: 'PT Sans', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: right;
	width: 15%;
	float: right;
}
.fondo_dcha a {
	color: #FFFFFF;
	text-decoration: none;
}

.titular_color{
	font-family: "Bowlby One SC";
	font-weight: bold;
	text-transform: uppercase;

	font-size: 30px;
	line-height: 20px;
	}
.fondo_dcha a:hover {
	color: #000000;
	text-decoration: none;
}
.separador {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	clear: both;
}
.caja_evento {
	clear: both;
	width: 100%;
}
.fondo_dcha {
	padding-top: 65px;
}
.titular_filtros {
	font-family: 'PT Sans', sans-serif;
	font-size: 11px;
	text-transform: uppercase;
}
.boton_filtrar {
	background-image: url(../img/agenda/boton_filtrar.gif);
}
#zona_filtros {
	width: 50%;
}
.boton {
	height: 17px;
	width: 52px;
        border: none;
        cursor: pointer;
}
.fila_form .caja_texto_general {
	width: 50%!important;
}
.fila_form {
	padding-top: 5px;
	padding-bottom: 5px;
}

.fila_form label {
    
    width: 45%!important;
}
.leyenda  img {
	padding-right: 5px;
	padding-left: 10px;
}
.leyenda {
	font-family: 'Exo', sans-serif;
}
#zona_calendario p {
	padding-bottom: 20px;
}

.tabla_calendario{
    color: #B1B3B4;
    font-family: 'Exo', sans-serif;
    font-weight: bold;
}

.tabla_calendario th{    
    font-size: 16px;
    text-align: center;
}

.tabla_calendario td{
    border: 1px solid #B1B3B4;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 2px;
    background-repeat: no-repeat;
    background-position: left top;
    text-align: right;
    font-size: 30px;    
    width: 112px;
    height: 80px;    
}

.dia_festivo{
    color: #FB8B85;
}

.paginacion_meses{
    text-transform: uppercase;
    width: 100%;
    color: #000000;
    font-family: 'PT Sans',sans-serif;
    font-size: 11px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.paginacion_meses a{
    text-decoration: none;
    color: #000000;
}

.paginacion_meses a:hover{
    text-decoration: underline;
}

.mes_anterior{
    float: left;
    width: 25%;
}

.mes_siguiente{
    float: right;
    width: 25%;
    text-align: right;
}
