h1 {text-align:left;margin-top:10px;}
.evento {width:100%;text-align:left; padding:2px 0px;}
.evento td{padding:10px 0px;}
/*.evento p {margin:0px;padding:0px;}*/
.evento label {font-weight:bold;}
.evento h1 {font-size:2em;}
.evento h2 {font-size:1.5em;margin:10px 0px;}
.evento .enlaceevento a {font-size:100%;}
.evento .perscontacto a {font-size:100%;}
.evento .fecha_hora {width:110px;font-weight:normal;text-align:center;vertical-align:top;padding-right:10px;}
#filtro_pais, #filtro_categoria, #boton_limpiar_filtro_paises, #boton_limpiar_filtro_categorias {
width:100%; margin-bottom:5px; font-size:11pt;}
#CC {width:180px;}
.encurso {padding:0px 0px 0px 22px;}
.encurso li {list-style-image:url("../imagenes/flecha_gris.gif");}
.encurso p {margin:0; padding:0;}
.encurso .fecha_hora {margin-bottom:11px;}
.contenedor_centrado {text-align:center;}
#boton_todos_los_eventos {margin-top:10px;}
#contenedor_eventos {padding-right:10px;}
.destacado {border:none;background-image:url("../imagenes/agenda_destacado_fondo.png");
background-position:left bottom;background-repeat:repeat-x;}
.destacado .tituloevento a {font-weight:bold;background-image:url("../imagenes/agenda_destacado_01.png");
background-position:left top;background-repeat:no-repeat;
padding-left:35px;padding-top:4px;line-height:29px;}
.destacado .fecha_hora {background-image:url("../imagenes/agenda_destacado_02.png");
background-position:center bottom;background-repeat:no-repeat;padding-bottom:50px;}
/*para el recuadro de búsqueda*/
#busqueda{width:140px;height:22px;font-size:12pt;color:#666;margin-bottom:5px;}
#boton_buscar{vertical-align:bottom;cursor:pointer;margin-bottom:5px;}
#limpiar_busqueda {font-size:10pt;margin-left:25px;text-decoration:underline;cursor:pointer;}
/* títulos meses */
.titulo-mes {text-align:center;font-size:2em;font-weight:bold;color:#c0c0c0;
border-top:1px dashed #c0c0c0;border-bottom:1px dashed #c0c0c0;}
/* para el calendario */
#CC-top{
	margin: 10px;
}
#CC-top #filtro_pais, #CC-top #filtro_categoria{
	width: auto;
	display: inline-block;
	vertical-align: bottom;
}
#CC-top .input-busqueda{
	width: 250px;
    display: inline-block;
}

#CC-top table.calendario{margin:0px;}
#CC-top #formulario_calendario{text-align:right;}
#CC-top table#calendario_paginacion{width:auto;left:240px;position:relative;}


#CC-top .form-control,
#CC .form-control  {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#CC-top .input-group,
#CC .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

#CC-top .input-group .form-control:first-child,
#CC .input-group .form-control:first-child{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
 


#CC-top .input-group .form-control,
#CC .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    display: table-cell;
}


#CC-top .input-group-btn,
#CC .input-group-btn {
    display: table-cell;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
	position: relative;
    font-size: 0;
    white-space: nowrap;
}

#CC-top .input-group-btn:last-child>.btn,
#CC .input-group-btn:last-child>.btn{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    z-index: 2;
    margin-left: -3px;
}
#CC-top .input-group-btn>.btn,
#CC .input-group-btn>.btn {
    position: relative;
}

#CC-top .btn,
#CC .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

#CC-top .btn-default,
#CC .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}