body {
	font-size:1.3em;
}

.has-error label, .has-error {
	color:#c7254e;
}

.separador {
	margin:24px auto;
	height:1px;
	border-top:3px solid #ccc;
}

.margen_sup {
	margin:24px 0 0;
	height:1px;
}

h4 {
	color:red;
}

.horarios {
	margin:0 0 20px 0;
}

.horarios .col1 {
	float:left;
	width:48%;
}

.horarios .col2 {
	float:right;
	width:48%;
}

.odd {
	background:#f0f0f0;
}

h2 {
	color:red;
}

.opcion_sala {
	margin:35px 0 0;
}

.radio_wrap {
	border:solid #dedede;
	border-width:1px 0;
	padding:5px;
}

.mensaje {
	color:#c7254e;
	background:#f2dede;
	display:none;
	padding:3px 8px;
	text-transform:uppercase;
	font-size:.8em;
}

.txt_dias_jornadas,
.txt_noche_feria
{
    display: none;
    margin-top: 8px;
    color: white;
    background: #2569d9;
    padding: 7px;
    border-radius:5px;
}

    .txt_dias_jornadas span,
    .txt_noche_feria span
    {
        font-weight: bold;
        display: block;
    }

    .txt_dias_jornadas span i,
    .txt_noche_feria span i
    {
        margin-right: 10px;
    }

    .txt_dias_jornadas.visible,
    .txt_noche_feria.visible
    {
        display: inline-block;
    }

.group_campo_cual {
    display: none;
}

    .group_campo_cual.visible {
        display: block;
    }

.charNum {
    margin: 10px 0 15px 0;
    text-align: right;
}

    .charNum .current {

    }