@charset "utf-8";

.both{ font-family:Verdana, Arial, Helvetica, sans-serif;}

.both h4{ margin:0px; font-size:14px;}

.both{ float:left; margin:0 15px 0 0; padding:0px;}

/***********************************************************************************************************************************************************/
body {
	margin:0;
}

@font-face
{
font-family: freestylescriptfont;
src: url('freestyle_script.ttf')
    ,url('freestyle_script.eot'); /* IE9 */
}
@font-face
{
font-family: walkwaycondensedfont;
src: url('walkway_condensed_bold1.ttf')
    ,url('walkway_condensed_bold1.eot'); /* IE9 */
}

/***********************************************************************************************************************************************************/

/* FORMULARIOS */
.titulos_formularios {
	font-family:tahoma;
	font-size:15px;
	font-weight:bold;
}
.campos_formularios {
	font-family:tahoma;
	font-size:12px;
}

/***********************************************************************************************************************************************************/


#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('inc/img/fancybox.png');
}

#fancybox-overlay {
	/*position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;*/
	position: fixed;
       top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index:1100;
        background: #000;
		opacity:.75;
        -moz-opacity: 0.75;
        filter: alpha(opacity=50);
	display: none;
}

	.topNav2{z-index:130;right:120px;top:8px;padding-left:50px}
	
	.topLink2{position:relative;display:-moz-inline-box;display:inline-block;zoom:1;*display:inline;vertical-align:top;white-space:nowrap;font-size:12px;}
	.topLink2 .mlink {cursor:pointer;margin:1px 0 0 8px;font-family:Arial,Helvetica,sans-serif;text-shadow:#fff 0 1px 1px;color:#000;padding:0 6px;border-radius:4px;display:-moz-inline-box;display:inline-block;zoom:1;*display:inline;height:20px;vertical-align:top;line-height:20px}
	.topLink2 a.mlink,.topLink2 a.slink{text-decoration:none}
	.topLink2 a.mlink:active{color:#FF9}
	.topLink2 .sub{line-height:16px;display:none;position:absolute;left:0px;box-shadow:rgba(0,0,0,0.7) 0px 1px 3px;border-radius:4px;background-color:#fff;padding:3px;z-index:101;font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;top:40px;} /*cambiar right por left o viceversa*/
	.topLink2 .sub a.slink{color:#00833b;display:block;padding:2px 10px;text-align:left;}
	.topLink2 .sub a.slink[current="1"]{background-color:#c5e4fc;font-weight:bold}
	.topLink2 .sub a.slink:hover{background-color:#edffdd}
	.topLink2 .sub .sepa{border-top:1px solid #A9D8FB;margin: 3px 0}
	.topLink2:hover .sub{display:-moz-inline-box;display:inline-block;zoom:1;*display:inline}
	/* .topLink2[hasub="1"]:hover .mlink{border-radius:4px} */
	.topLink2 .sub_der{line-height:16px;display:none;position:absolute;right:0px;box-shadow:rgba(0,0,0,0.7) 0px 1px 3px;border-radius:4px;background-color:#fff;padding:3px;z-index:101;font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;top:40px;} /*cambiar right por left o viceversa*/
	.topLink2 .sub_der a.slink{color:#00833b;display:block;padding:2px 10px;text-align:left;}
	.topLink2 .sub_der a.slink[current="1"]{background-color:#c5e4fc;font-weight:bold}
	.topLink2 .sub_der a.slink:hover{background-color:#edffdd}
	.topLink2 .sub_der .sepa{border-top:1px solid #A9D8FB;margin: 3px 0}
	.topLink2:hover .sub_der{display:-moz-inline-box;display:inline-block;zoom:1;*display:inline}
	

#Error{

	background-image:url('/media/imagenes/no.jpg');

	background-repeat:no-repeat;

	background-position:left; 

	color:#FF0000; 

	padding-left:33px; 

	height:19px; 

	padding-top:6px;

	padding-right:10px;

	}

#Success{

	background-image:url('/media/imagenes/yes.jpg');

	background-repeat:no-repeat;

	background-position:left; 

	color:#669933; 

	padding-left:33px; 

	height:19px; 

	padding-top:6px;

	padding-right:10px;

	}



#customForm input{

	width: 220px;

	padding: 3px;

	float:left;

	margin-bottom:10px;

	height:20px;

	color: #000000;

	font-size: 12px;

	border: 1px solid #cecece;

}



#customForm label{

	display: block;

	color:#000000;

	/*float:left;*/

	width:140px;

	font-size:12px;

	margin-bottom:6px;

}



#customForm div{

	margin-left: 10px;

	font-size: 11px;

	float:left;

}

#customForm div span{

	margin-left: 10px;

	color: #000000;

	font-size: 11px;

	float:left;

}

#send {
background-color: #CECECE;
    border: 1px solid gray;
    color: #000000;
    cursor: pointer;
    float: left;
    font-size: 12px;
    height: 20px;
    margin-bottom: 10px;
    padding: 5px 3px 3px;
    text-align: center;
    width: 220px;
}

.tr_onmouse_blanco {
	background-color: #ffffff;
}
.tr_onmouse_gris {
	background-color: #eeeeee;
}
.tr_onmouse_blanco:hover {
	background-color: #BFDFFF;
}
.tr_onmouse_gris:hover {
	background-color: #BFDFFF;
}


.txt_links {
	font-family: 'Carrois Gothic', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #777;
	text-decoration: none;
}
.txt_links:hover {
	text-decoration: underline;
	cursor: pointer;
}


.txt_links2 {
	font-family: 'Carrois Gothic', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #957528;
	text-decoration: none;
}
.txt_links2:hover {
	text-decoration: underline;
	cursor: pointer;
}

.txt_links_menu_lateral {
	font-family: 'Carrois Gothic', sans-serif;
	font-weight: bold;
	color: #666666 !important;
	text-decoration: none;
}
.txt_links_menu_lateral:hover {
	color: #d076bb !important;
	text-decoration: underline;
	cursor: pointer;
}

.boton_menu {
	/* color: #ffffff; */
	padding: 10px 4px 1px 4px;
	cursor: pointer;
	border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	font-family: 'Carrois Gothic', sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
.boton_menu:hover {
	/* background-color:#EFB0C5; */
	text-decoration:none;
}

.boton_menu2 {
	padding: 5px;
	/* cursor: pointer; */
	-webkit-border-radius: 4px;
	font-family: 'Carrois Gothic', sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	/* text-align: center; */
}
.boton_menu2:hover {
	/* background-color:#EFB0C5; */
	text-decoration:none;
}

.btn_menu {
	color: #777777;
	text-decoration: none;
	height: 40px;
	padding: 11px 0;
}

.btn_menu:hover {
	border-bottom: 2px solid #7fc241;
}

.btn_menu[btnunder="1"]:hover {border-bottom: 0px solid #7fc241;}

.btn_menu_ss {
	color: #777777;
	text-decoration: none;
	/* padding: 11px 0; */
}

.btn_menu_ss:hover {
	border-bottom: 2px solid #ED1D24;
}

.btn_menu_ss[btnunder="1"]:hover {border-bottom: 0px solid #ED1D24;}

.link_menu_izquierdo {
	text-decoration: none;
	color: #777;
	font-weight: 500;
}

.btn_menu_izquierdo {
	padding: 10px;
	margin-bottom: 5px;
}

.btn_menu_izquierdo:hover {
	color: #FEB52C;
	border-left: 2px solid #FEB52C !important;
	background: linear-gradient(90deg, rgba(253, 181, 44, 0.2) 0%, rgb(254, 254, 254) 75%) !important;
}

.btn_menu_idioma {
	padding: 10px;
	margin-bottom: 5px;
}

.boton_registro:hover {
    background-color: #EFB0C5;
    color: #B1518E;
    text-decoration: none;
}

.boton_registro {
    background-color: #B1518E;
    color: #ffffff;
    /* padding: 1px 4px 1px 4px; */
    cursor: pointer;
    border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    font-family: 'Carrois Gothic', sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    border: 0px;
    padding: 10px;
}

.boton_form {
    background-color: #161714;
    color: #ffffff;
    padding: 8px 10px 8px 10px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    border: 0px;
    -webkit-border-radius: 5px;
}

.boton_form:hover {
    background-color: #FDB62B;
    font-weight: bold;
    color: #161714;
    font-weight: bold;
}

.boton_rojo {
	background-color:#990000;
	color:#ffffff;
	padding:8px 10px 8px 10px;
	text-align:center;
	cursor:pointer;
	border: 0px;
	border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
.boton_rojo:hover {
	background-color:#ffbfbf;
	font-weight:bold;
	color:#990000;
}

.boton_gris {
	background-color:#333333;
	color:#ffffff;
	padding:5px 7px 5px 7px;
	text-align:center;
	cursor:pointer;
	border: 0px;
	border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
.boton_gris:hover {
	background-color:#ffffff;
	color:#333333;
}

.boton_verde {
	background-color:#003300;
	color:#ffffff;
	padding:5px 7px 5px 7px;
	text-align:center;
	cursor:pointer;
	border: 0px;
	border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
.boton_verde:hover {
	background-color:#ffffff;
	color:#333333;
}

.btn_naranja {
	background-color: #E05206;
	color:#fff;
	padding:5px 7px 5px 7px;
	text-align:center;
	cursor:pointer;
	border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
.btn_naranja:hover {
	background-color:#666;
}

/***********************************************************************************/
/***********************************************************************************/
/***********************************************************************************/
/*                                                                                 */
/*	SISTEMAS 																	   */

.insc_adm_proc {
	text-decoration: none;
}

.insc_adm_proc:hover {
	text-decoration: underline;
	cursor:pointer;
}

.tbl_formulario {
    display: table;
    border-collapse: collapse;
    width: 100%;
    /* border: 1px solid #0000B3; */
}

.tbl_row {
    display: table-row;
    /* border: 1px solid #0000B3; */
}

.tbl_cell_10 {
    display: table-cell;
    width: 10%;
    vertical-align: top;
    /* border: 1px solid #0000B3; */
}

.tbl_cell_20 {
    display: table-cell;
    width: 20%;
    vertical-align: top;
    /* border: 1px solid #0000B3; */
}

.tbl_cell_25 {
    display: table-cell;
    width: 25%;
    vertical-align: top;
    /* border: 1px solid #0000B3; */
}

.tbl_cell_30 {
    display: table-cell;
    width: 30%;
    vertical-align: top;
    /* border: 1px solid #0000B3; */
}

.tbl_cell_33 {
    display: table-cell;
    width: 33%;
    vertical-align: top;
    /* border: 1px solid #0000B3; */
}

.tbl_cell_40 {
    display: table-cell;
    width: 40%;
    vertical-align: top;
    /* border: 1px solid #0000B3; */
}

.tbl_cell_45 {
    display: table-cell;
    width: 45%;
    vertical-align: top;
    /* border: 1px solid #0000B3; */
}

.tbl_cell_50 {
    display: table-cell;
    width: 50%;
    vertical-align: top;
    /* border: 1px solid #0000B3; */
}

.tbl_cell_60 {
    display: table-cell;
    width: 60%;
    vertical-align: top;
    /* border: 1px solid #0000B3; */
}

.tbl_cell_75 {
    display: table-cell;
    width: 75%;
    vertical-align: top;
    /* border: 1px solid #0000B3; */
}

.tbl_cell_80 {
    display: table-cell;
    width: 80%;
    vertical-align: top;
    /* border: 1px solid #0000B3; */
}

.tbl_cell_100 {
    display: table-cell;
    width: 100%;
    vertical-align: top;
    /* border: 1px solid #0000B3; */
}

.tbl_cell_2col {
    display: table-cell;
    border: 0px solid #FF8000;
    text-align: left;
    padding: 5px 0 5px 5px;
    font-size: 14px;
    width: 50%;
    vertical-align: top;
    /* border: 1px solid #0000B3; */
}

.tbl_text {
    z-index: 15;
    min-height: 18px;
    background-color: transparent;
    color: #545454;
    line-height: 14px;
    text-align: left;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 700;
    position: relative;
    padding: 5px 5px 5px 0px;
}

.text_form_2col {
    z-index: 15;
    width: 94%;
    height: 27px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    position: relative;
    padding-left: 5px;
    margin-bottom: 10px;
}

.li_menu_opcion {
    margin: 5px;
    list-style-type: none;
	padding: 5px;
}

.li_menu_opcion:hover {
    background-color: #eee;
	cursor: pointer;
}

/* CSS Document */

.div_tbl {
	display: table;
}

.div_tbl_100 {
	display: table;
	width: 100%;
}

.div_tbl_90 {
	display: table;
	width: 90%;
}

.div_tbl_80 {
	display: table;
	width: 80%;
}

.div_tbl_75 {
	display: table;
	width: 80%;
}

.div_tbl_70 {
	display: table;
	width: 70%;
}

.div_tbl_66 {
	display: table;
	width: 66%;
}

.div_tbl_60 {
	display: table;
	width: 60%;
}

.div_tbl_50 {
	display: table;
	width: 50%;
}

.div_tbl_40 {
	display: table;
	width: 50%;
}

.div_tbl_33 {
	display: table;
	width: 33%;
}

.div_tbl_30 {
	display: table;
	width: 30%;
}

.div_tbl_25 {
	display: table;
	width: 25%;
}

.div_tbl_20 {
	display: table;
	width: 20%;
}

.div_tbl_10 {
	display: table;
	width: 10%;
}

.div_tbl_row {
	display: table-row;
}

.div_tbl_cell {
	display: table-cell;
	padding: 2px;
}

.div_tbl_cell_100 {
	display: table-cell;
	padding: 2px;
	width: 100%;
}

.div_tbl_cell_75 {
	display: table-cell;
	padding: 2px;
	width: 75%;
}

.div_tbl_cell_50 {
	display: table-cell;
	padding: 2px;
	width: 50%;
}

.div_tbl_cell_33 {
	display: table-cell;
	padding: 2px;
	width: 33%;
}

.div_tbl_cell_25 {
	display: table-cell;
	padding: 2px;
	width: 25%;
}

.div_tbl_cell_20 {
	display: table-cell;
	padding: 2px;
	width: 20%;
}

.div_tbl_cell_10 {
	display: table-cell;
	padding: 2px;
	width: 10%;
}

.divcheckboxoffrojo {
	background-color: #FFBFBF;
	color: #D90000;
	text-align: center;
	display: inline-block;
}
.divcheckboxoffrojo:hover {
	background-color: #FF9999;
	color: #660000;
	cursor: pointer;
	display: inline-block;
}
.divcheckboxonverde {
	background-color: #BFFFBF;
	color: #00B32D;
	text-align: center;
	display: inline-block;
}
.divcheckboxonverde:hover {
	background-color: #99FF99;
	color: #2DB300;
	cursor: pointer;
	display: inline-block;
}

.linkamarillo {
	color: #FFFFFF;
	text-decoration: none;
}

.linkamarillo:hover {
	color: #FFFF73;
	text-decoration: underline;
}

.onoffswitch {
	position: relative; width: 45px;
	-webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
	display: none;
}
.onoffswitch-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	height: 20px;
	padding: 0;
	line-height: 20px;
	border: 2px solid #CCCCCC;
	border-radius: 20px;
	background-color: #CCCCCC;
	transition: background-color 0.3s ease-in;
}
.onoffswitch-label:before {
	content: "";
	display: block; width: 20px; margin: 0px;
	background: #FFFFFF;
	position: absolute; top: 0; bottom: 0;
	right: 22px;
	border: 2px solid #CCCCCC; border-radius: 20px;
	transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label {
	background-color: #456925;
}
.onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch-checkbox:checked + .onoffswitch-label:before {
	border-color: #456925;
}
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
	right: 0px; 
}
	
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/

@media (min-width: 1281px) {
	
	
}

/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/

@media (max-width: 1380px) {
	
	.overflow {
		overflow-x: scroll;
	}
	
	.tablaancho {
		width: 230%;
	}
	
	.tablafixed {
		table-layout: fixed;
	}
	
	.colcero {
		width: 110px !important;
	}
	
	.colcero_egresos {
		width: 140px !important;
	}
	
}

/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/

@media (min-width: 1024px) and (max-width: 1280px) {
	
	
}
