table {
        font: 13px Arial, Helvetica, sans-serif;
}
.f_titulo {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #000000;
}
.f_subtitulo {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-style: italic;
        color: #000000;
}
.f_sinopsis {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        text-align: justify;
}
.f_agotado {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #FF0000;
}
.f_categoria {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 20px;
        font-weight: bold;
        color: #003366;
}
input { font-family: Arial, Helvetica, sans-serif;font-size: 11px; }
option { font-family: Arial, Helvetica, sans-serif;font-size: 11px; }
select { font-family: Arial, Helvetica, sans-serif;font-size: 11px; }
textarea { font-family: Arial, Helvetica, sans-serif;font-size: 11px; }
.inactivo { background-color: #CCCCCC; }
.font_sess { font-family: Arial, Helvetica, sans-serif;font-size: 11px; }
.table_table { font: 12px Arial, Helvetica, sans-serif; }
.th_h { font: 12px Arial, Helvetica, sans-serif;color: #FFFFFF;font-weight: bold; }
.th_t {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.th_d {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006699;
}

.th_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #25618D;
	background-position: center center;
	text-align: center;
}
.td_fondo {
	background-color: #E4E4E4;
}
.td_fondof {
        background-color: #C3C3C3;
}

.th_titulo {
	background-color: #BCBCBC;
	color: #005B88;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	height: 5px;
}

.let_categoria {
	color: #005B88;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}


.th_subtitulo {
        background-color: #D1D1D1;
        color: #000000;
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        height: 3px;
}
.th_menust {
	background-color: #BCBCBC;
	color: #005984;
	font-size: 10px;
	font-weight: normal;
}
.th_menutt {
        background-color: #666666;
        color: #FFFFFF;
        text-align: center;
        font-size: 13px;
}
.th_menut {
	background-color: #006699;
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
}
.table_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.a_menu:link {
        text-decoration: none;
        color: #005984;
}
.a_menu:hover {
        color: #FFFFFF;
        text-decoration: none;
}
.a_menu:active {
        color: #005984;
        text-decoration: none;
}
.a_menu:visited {
        text-decoration: none;
}
.input_bt {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #FFFFFF;
        background-color: #006699;
        border: 0px;
        font-weight: bold;
}
.input_bf {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #FF0000;
	border: 0px;
	font-weight: bold;
}
.input_btd {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #FFFFFF;
        background-color: #666666;
        border: 0px;
        font-weight: bold;
}
.input_ro_bt {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #006699;
        background-color: #FFFFFF;
        border: 0px;
        font-weight: bold;
}
.textarea_envio { font-family: Arial, Helvetica, sans-serif;font-size: 10px; }
.redlTituloCate {
	cursor: pointer;
	background: #003399;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	padding: 10px;
	border-radius: 0px 20px 20px 0px;
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
}
.redlTituloCate:hover {
        background: #FFCC00;
        color: #003399;
        border-radius: 20px 20px 0px 0px;
}
.redlDespCateOcultar {
	display: none;
}
.redlDespCateMostrar {
	display: block;
	background: #FFFFFF;
	padding: 5px;
	margin: 5px 0px 5px 10px;
	border-radius: 20px 20px 20px 20px;
	box-shadow: 5px 8px 10px rgba(0, 0, 0, 0.5);
	overflow: auto;
	height: 300px;
	cursor: text;
}

