.eventos_subtitulo {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	font-weight: 700;
}
.eventos_linea {
	height: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	float: none;
	clear: left;
}
.eventos_filtro_contenedor {
	background-color: #EBEEF6;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999;
	border-bottom-color: #999;
	padding: 10px;
	margin-top: 6px;
	height: 200px;
	margin-bottom: 0px;
}

.custom-select {
	background-color: #FFFFFF;
	color: #039;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 700;border: #039 solid 1px;
}

/* The container */
.container {
  display: block;
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border: 1px #039 solid;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 5px;
  top: 2px;
  width: 8px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.eventos_solapa {
	background-color: #06C;
	padding: 6px;
	margin-top: 0px;
	height: 32px;
	margin-bottom: 26px;
	width: 190px;
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-size:16px;
	border-radius: 0px 0px 6px 6px;
	text-align:center;
	float:none;
}
.eventos_solapa a:link {
	color:#FFF;
}
.eventos_solapa a:hover {
	color:#FFF;
}
.eventos_solapa a:visited {
	color:#FFF;
}

.eventos_combos_contenedor {
	float: left;
	text-align: left;
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-weight:400;
	font-size: 14px;
	color: #000;
	margin-top: 20px;
	clear: left;
	width: 190px;
	height: 40px;
}
.eventos_combos_contenedor2 {
	float: left;
	text-align: left;
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-weight:600;
	font-size: 16px;
	line-height:28px;
	color: #000;
	margin-top: 20px;
	margin-left: 80px;
	width: 250px;
	height: 60px;
}
.eventos_combos_contenedor3 {
	float: left;
	text-align: left;
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-weight:400;
	font-size: 16px;
	line-height:31px;
	color: #000;
	margin-top: 20px;
	margin-left: 60px;
	height: 110px;
}
.eventos_combo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	height: 24px;
	margin-left: 0px;
	font-weight: normal;
	background-color: #039;
	border: 1px solid #0059B2;
	width: 220px;
}
.enviar_evento_contenedor {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-weight:600;
	font-size: 15px;
	line-height: 18px;
	color: #000;
	text-align: center;
	background-color: #EBEEF6;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999;
	border-bottom-color: #999;
	margin-top: 6px;
	margin-bottom: 16px;
	padding-top: 6px;
}
.evento_descripcion_contenedor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 25px;
	color: #000;
	text-align: left;
	background-color: #EBEEF6;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999;
	border-bottom-color: #999;
	margin-top: 6px;
	margin-bottom: 16px;
	padding: 14px;
}
.evento_titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 25px;
	color: #000;
	font-weight: bold;
}
.evento_codigo_contenedor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 25px;
	color: #000;
	text-align: center;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	margin-top: 6px;
	margin-bottom: 16px;
	padding: 14px;
	font-weight: bold;
}

.evento_destacado {
	width: 100%;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	padding-bottom: 15px;
	text-decoration: none;
	margin-bottom: 10px;
	height: auto;
	padding-top: 15px;
	overflow: hidden;
	background-color: #FFEBCD;
	background-image: url(/imagenes/evento_destacado.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.texto_destacado {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-weight:400;
	font-size: 11px;
	color: #F00;
}


@media screen and (max-width:1200px){
	
.eventos_subtitulo {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-weight:700;
	font-size: 24px;
	color: #000000;
}
	.eventos_filtro_contenedor {
	background-color: #EBEEF6;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999;
	border-bottom-color: #999;
	padding: 20px;
	margin-top: 6px;
	height: auto;
	margin-bottom: 0px;
	text-align:left;
}


.eventos_combos_contenedor {
	float: none;
	text-align: left;
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-weight:400;
	font-size: 14px;
	color: #000;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	clear: none;
	width: 190px;
	height: 40px;
}

.eventos_combos_contenedor2 {
	float: none;
	text-align: left;
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-weight:600;
	font-size: 18px;
	line-height:28px;
	color: #000;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	height: 40px;
}

.eventos_combos_contenedor3 {
	float: none;
	text-align: left;
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-weight:400;
	font-size: 16px;
	line-height:30px;
	color: #000;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	height: 110px;
}
.evento_destacado {
	width: 100%;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	padding-bottom: 15px;
	text-decoration: none;
	margin-bottom: 10px;
	height: auto;
	padding-top: 15px;
	overflow: hidden;
	background-color: #FFEBCD;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right top;
}
	
}

@media screen and (max-width:650px){
.eventos_solapa {
	background-color: #06C;
	float: inherit;
	padding: 6px;
	margin-top: 0px;
	height: 34px;
	margin-bottom: 6px;
	width: 190px;
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-size:18px;
	border-radius: 0px 0px 6px 6px;
	text-align:center;
	float:right;
}
.eventos_solapa a:link {
	color:#FFF;
}
.eventos_solapa a:hover {
	color:#FFF;
}
.eventos_solapa a:visited {
	color:#FFF;
}

}