@charset "utf-8";











body {
	margin-left					:0px;
	margin-top					:0px;
	margin-right				:0px;
	margin-bottom				:0px;
	text-align					:center;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	background-color:#f7f7f7;
}




#preload {
	display: none;
}























#d_cortina{
	width:100%;
	height:100%;
	background-color:#000;
	position:absolute;
	opacity:0.7;
	display: none;
	z-index: 7000;
}
#d_cortina_loading{
	width:100%;
	height:100%;
	background-color:#000;
	position:absolute;
	opacity:0.8;
	display: none;
	z-index: 9900;
  justify-content: center;
  align-items: center;
  overflow: auto;

}
#d_cortina_loading_img{
  width: 200px;
	height:200px;
	position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-image:url(../images/loading.gif);
	background-repeat:no-repeat;
	background-size:contain;
}








/*login*/
#h_loginback{
	width:100%;
	height:750px;
	display:flex;


	float:left;
	width:100%;
	height:100%;
	/*
	background-image:url(../images/backlogin.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	*/
	overflow: hidden;
	z-index:1000;







}
#d_loginback{
	width:350px;
	height:auto;
	background-color:rgba(255,255,255,0.44);
	margin: auto;
	padding-top:20px;
	padding-bottom:20px;
	border-radius:10px;
}
#d_loginback_title{
	width:100%;
	height:auto;
	font-family: 'Open Sans', sans-serif;
	font-size:1.3rem;
	color:#666;
	text-align:center;
	font-weight:bold;
	padding-bottom:10px;
	text-transform: uppercase;
}
#d_loginback_form{
	margin:0 auto;
	padding: 0;
	width:90%;
	height:auto;
	font-family: 'Open Sans', sans-serif;
	font-size:1.5em;
	color:#666;
	text-align:center;
}
#d_loginback_form1{
	margin:0 auto;
	padding: 0;
	width:100%;
	height:auto;
	padding-top:10px;
	padding-bottom:10px;
}
/*login fin*/
















/*user menu*/
#h_usermenu{
	margin:0 auto;
	padding: 0;
	position:fixed;
	width:250px;
	max-height:60px;/*menos el padding-bt*/
	z-index:4400;
	text-align:center;
	overflow:hidden;
	right:20px;
	padding-bottom:10px;
	-webkit-transition: max-height 0.3s linear;
}/*user menu*/

.usermenuopen{
	/*max-height:1000px !important;*/
	width: auto !important;
	height: auto !important;
	transition: height 1s ease-out;
}


#d_topbar_user{
	float:right;
	width:auto;
	height:40px;
	margin-right:20px;
	/*margin-top:5px;*/
	display: flex;
	align-items: center;
	justify-content: center;
	cursor:pointer;
}/*d_topbar_user*/





#d_topbar_user_circle{
	float:right;
	width:40px;
	height:40px;
	background-color:#454545;
	border-radius:30px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow:hidden;
	font-family: 'Open Sans', sans-serif;
	font-size:0.8em;
	color:#FFF;
	text-transform: uppercase;
}
#d_topbar_user_txt{
	float:right;
	width:140px;
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow:hidden;
	font-family: 'Open Sans', sans-serif;
	font-size:0.9em;
	color:#000;
}
#d_topbar_user_iconmenu{
	float:right;
	width:50px;
	height:40px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow:hidden;
	font-family: 'Open Sans', sans-serif;
	font-size:0.6em;
	color:#FFF;
	background-image:url(../images/icon_menuuser.png);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
	border-radius:10px;
	background-size:90%;
}
#d_topbar_user_iconmenu:hover{
	background-color:#5B51AD;
}






#d_topbar_user2{
	position: fixed;
	width:0px;
	height:0px;
	background-color:#364150;
	padding-bottom:10px;
	padding-top:10px;
	top:60px;
	right: 0px;
	z-index: 6000;
}
#d_topbar_user2_d1{
	float:left;
	width:100%;
	height:auto;
	font-family: 'Open Sans', sans-serif;
	font-size:0.8em;
	color:#b4bcc8;
	text-align:center;
}

#d_topbar_user2_d2{
	float:left;
	width:100%;
	height:auto;
	cursor:pointer;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #3d4957;
}
#d_topbar_user2_d2:hover{
	background-color:#3e4b5c;
}
#d_topbar_user2_d1 a:link,#d_topbar_user2_d1 a:visited, #d_topbar_user2_d1 a:active{
	text-decoration	:none;
	color:#b4bcc8;
}





















/*doscolumnas inicio*/
.h_2c_contenidoppal{
	margin:0 auto;
	padding: 0;
	position:fixed;
	width:100%;
	height:560px;
	z-index:4200;
	text-align:center;
	overflow:hidden;
	background-color:#fff84a;
	position: absolute;
}
.h_2c_contenidoppal_right{
	overflow: hidden;
	min-height: 50px;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(186,186,186,0.5);
	-moz-box-shadow: 0px 5px 5px 0px rgba(186,186,186,0.5);
	box-shadow: 0px 5px 5px 0px rgba(186,186,186,0.5);
}

.h_2c_contenidoppal_left{
	float: left;
	width: 250px;
	min-height: 700px;
	margin-right: 0px;
	background-color: #2b3643;
	box-sizing: border-box;
	-webkit-transition: width 0.3s ease-out; /* Saf3.2+, Chrome */
	-moz-transition: width 0.3s ease-out; /* Firefox 4+ */
	-ms-transition: width 0.3s ease-out; /* IE10+ */
	-o-transition: width 0.3s ease-out; /* Opera 10.5+ */
	transition: width 0.3s ease-out;
	padding-bottom: 80px;
}
.h_2c_contenidoppal_right_barraTop{
	position: relative;
	width: 100%;
	height: auto;
	background-color: rgb(255, 255, 255);
	padding: 5px;
}
.h_2c_contenidoppal_right_barraTop_i1{
	position: relative;
	width: 100%;
	margin: 10px;
	height: 40px;
}
.h_2c_contenidoppal_right_barraTop_j1{
	float: left;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
/*
.h_2c_contenidoppal_right_contenido{
	position: relative;
	width: 100%;
	height: 150px;
	background-color: rgb(221, 87, 100);
}
*/
.h_2c_contenidoppal_right_holder{
	overflow: hidden;
	min-height: auto;
	box-sizing: border-box;
	padding-bottom: 100px;
}
/*doscolumnas fin*/


/*nav bar*/
.d_navbar_holder{
	position: relative;
	width: 100%;
	height: auto;
	padding: 15px 25px 15px 25px;
	font-family: 'Open Sans', sans-serif;
	font-size:0.8em;
	color:#767676;
	text-align: left;
	box-sizing: border-box;
}
.d_navbar_holder>a{
	color:#767676;
	text-decoration: none;
}
.d_navbar_holder>a:hover{
	color:#000000;
}
/*nav bar*/


/*nav title*/
.d_navtitle_holder{
	position: relative;
	width: 100%;
	height: auto;
	padding: 15px 25px 15px 25px;
	font-family: 'Open Sans', sans-serif;
	font-size:2.0rem;
	color:#000000;
	font-weight: bold;
	text-align: left;
	box-sizing: border-box;
}
/*nav title*/

/*nav box*/
.d_navbox_holder{
	position: relative;
	width: 100%;
	height: auto;
	padding: 15px 25px 15px 25px;
	font-family: 'Open Sans', sans-serif;
	font-size:0.8em;
	color:#767676;
	text-align: left;
	box-sizing: border-box;
	overflow: auto;
}
.d_navbox_e0{
	float: left;
	width: 150px;
	height: auto;
	background-color: rgb(255, 255, 255);
	border: 1px solid #c1c1c1;
	box-sizing: border-box;
	padding: 10px;
	border-radius: 5px;
	cursor: pointer;
	margin: 20px 10px 20px 10px;
	box-shadow: 0px 5px 5px 0px rgba(186,186,186,0.5);
	color: #767676;
}
.d_navbox_e0:hover{
	border-color: #d9d9d9;
	border-color: #3b3b3b;
	color:#006488 !important;
	box-shadow: 0px 5px 5px 0px rgba(186,186,186,1);
}
.d_navbox_e1{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.d_navbox_e2{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Open Sans', sans-serif;
	font-size:1.0em;
	text-align: center;
	min-height: 50px;
}
/*nav box*/

/*galimg*/
.d_gimg1_holder{
	position: relative;
	width: 100%;
	height: auto;
	padding: 0px 25px 0px 25px;
	box-sizing: border-box;
	overflow: auto;
	max-width: 1200px;
}
.d_gimg1_holder_inner{
	position: relative;
	width: 100%;
	height: auto;
	padding: 0px 25px 0px 25px;
	box-sizing: border-box;
	/*background-color: rgb(180, 255, 140);*/
	overflow: auto;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size:1.0em;
	text-align: center;
}
.d_gimg1_g0{
	margin: 0 auto;
	display: inline-block;
	width: 150px;
	height: auto;
	background-color: rgb(255, 255, 255);
	border: 1px solid #c1c1c1;
	box-sizing: border-box;
	padding: 5px;
	border-radius: 5px;
	margin: 20px 6px 20px 6px;
	box-shadow: 0px 5px 5px 0px rgba(186,186,186,0.5);
	color: #767676;
}
.d_gimg1_g1{
	margin: 0 auto;
	display: inline-block;
	width: 100%;
	height: 100px;
	box-sizing: border-box;
	cursor: pointer;
}
.d_gimg1_g1:hover{
	opacity:0.5;
	transition: all 0.3s ease;
}
.d_gimg1_g2{
	margin: 0 auto;
	display: inline-block;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	color: #767676;
	font-family: 'Open Sans', sans-serif;
	font-size:0.8em;
	text-align: center;
	margin-top: 10px;
	padding: 5px 0px 5px 0px;
	cursor: pointer;
	border-radius: 4px;
}
.d_gimg1_g2:hover{
	background-color: rgba(255, 0, 0, 0.25)
}



.d_gimg1_ins_holder{
	position: relative;
	width: 100%;
	height: auto;
	padding: 0px 25px 0px 25px;
	box-sizing: border-box;
	overflow: auto;
	max-width: 1200px;
}
.d_gimg1_ins_holder_inner{
	position: relative;
	width: 100%;
	height: auto;
	/*padding: 0px 25px 0px 25px;*/
	box-sizing: border-box;

	overflow: auto;
	text-align: center;

}
.d_gimg1_ins_btn0{
	margin: 0 auto;
	display: inline-block;
	background-color: rgb(255, 255, 255);
	box-sizing: border-box;
	cursor: pointer;
	box-shadow: 0px 0px 5px 0px rgba(186,186,186,0.5);
	color: #767676;
	font-family: 'Open Sans', sans-serif;
	font-size:1.0em;
	text-align: center;
	width: 100%;
	height: 100%;
}
.d_gimg1_ins_btn1{
	width: 100%;
	height: 100%;
	background-color: rgb(255, 255, 255);
	box-sizing: border-box;
	cursor: pointer;
	box-shadow: 0px 5px 5px 0px rgba(186,186,186,0.5);
	color: #767676;
	font-family: 'Open Sans', sans-serif;
	font-size:1.0em;
	text-align: center;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 20px;
}
input[type="file"] {
    display: none;
}
.d_gimg1_ins_btn1_label{
	width: 100%;
	height: 100%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100px;
	font-weight: bold;
	background-color: rgba(0, 79, 255, 0.1)
}
.d_gimg1_ins_listado1{
	margin: 0 auto;
	display: inline-block;
	box-sizing: border-box;
	cursor: pointer;
	text-align: center;
	width: 100%;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.d_gimg1_upload_g0{
	margin: 0 auto;
	display: inline-block;
	width: 80px;
	height: auto;
	background-color: rgb(255, 255, 255);
	border: 1px solid #c1c1c1;
	box-sizing: border-box;
	padding: 3px;
	border-radius: 5px;
	cursor: pointer;
	margin: 20px 10px 20px 10px;
	box-shadow: 0px 5px 5px 0px rgba(186,186,186,0.5);
	color: #767676;
}
.d_gimg1_upload_g1{
	margin: 0 auto;
	width: 100%;
	height: 60px;
	background-color: rgb(235, 235, 235);
	background-size: cover;
}
.d_gimg1_upload_g2{
	margin: 0 auto;
	width: 100%;
	height: 14px;
	background-color: rgb(255, 255, 255);
	position: relative;
	margin-top: 2px;
}
.d_gimg1_upload_g3{
	margin: 0 auto;
	width: 100%;
	height: 14px;
	background-color: rgb(0, 255, 171);
	position: absolute;
	z-index: 2300;
}
.d_gimg1_upload_g4{
	margin: 0 auto;
	width: 100%;
	height: auto;
	position: absolute;
	z-index: 2310;
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-size:0.6em;
	text-align: center;
}
.d_gimg1_upload_g5{
	margin: 0 auto;
	width: 100%;
	height: auto;
	z-index: 2310;
	color: #000000;
	background-color: rgba(255, 0, 0, 0.29);
	font-family: 'Open Sans', sans-serif;
	font-size:0.6em;
	text-align: center;
	text-transform: uppercase;
}












/*galimg*/

/*filtros inicio*/
.d_filtros_holder{
	position: relative;
	width: 100%;
	height: auto;
	padding: 0px 25px 0px 25px;
	font-family: 'Open Sans', sans-serif;
	font-size:1.0rem;
	color:#000000;
	text-align: left;
	box-sizing: border-box;
	/*background-color: rgb(180, 255, 140);*/
	margin-bottom: 15px;
	overflow: auto;
}

.d_filtros_holder_titulo{
	position: relative;
	width: 100%;
	height: auto;
	padding: 0px 25px 0px 25px;
	box-sizing: border-box;
	margin-bottom: 15px;
	overflow: auto;
	max-width: 1200px;
}
.d_filtros_holder_titulo_inner{
	position: relative;
	width: 100%;
	height: auto;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.0rem;
	color:#FFFFFF;
	text-align: left;
	box-sizing: border-box;
	background-color: #2b3643;
	padding: 5px;
  padding-left: 10px;
  box-sizing: border-box;
}

.d_filtros_holder_titulo_inner_v2{
	position: relative;
	width: 100%;
	height: auto;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2rem;
	color:#000000;
	text-align: center;
	box-sizing: border-box;
		padding: 5px;
  padding-left: 10px;
  box-sizing: border-box;
}




.d_filtro_holder_link a:link,.d_filtro_holder_link a:visited, .d_filtro_holder_link a:active{
	text-decoration	:none;
	color:#000000;
}
.d_filtro_holder_link a:hover{
	text-decoration	:none;
	color:rgb(149, 149, 149);
}

.btnLimpiar{
	max-width: 95px;
	text-align: center;
}
.d_filtros_f0{
	float: left;
	width: 200px;
	height: 60px;
	margin-left: 10px;
}
.d_filtros_f0_book{
	float: left;
	width: 200px;
	height: 100px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.d_filtros_f0_book_v2{
	float: left;
	width: 100%;
	height: 180px;

}
.filtromovil{
	/*display: none;*/
	max-width: 1200px;
}
.filtropc{
	display: none;
}
.sel_movil{
	text-align-last:center;
	margin-bottom: 5px;
}
.d_filtros_f0_x1{
	float: left;
	width: 100px;
	height: 60px;
	margin-left: 10px;
}
.d_filtros_f0_btn{
	float: left;
	width: auto;
	height: 60px;
	margin-left: 10px;
}
.d_filtros_f1{
	width: 100%;
	height: 20px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-size:0.8rem;
	color:#6e6e6e;
	text-align: center;
	font-weight: bold;
}
.d_filtros_f2{
	width: 100%;
	height: 40px;
	text-align: center;
}
.d_filtros_f2_book{
	width: 100%;
	height: 40px;
	text-align: center;
}
.d_filtros_f2 a:link,.d_filtros_f2 a:visited, .d_filtros_f2 a:active{
	text-decoration	:none;
}
/*filtros fin*/

/*resultados inicio*/
.d_resultados_holder{
	position: relative;
	width: 100%;
	height: auto;
	padding: 0px 25px 0px 25px;
	font-family: 'Open Sans', sans-serif;
	font-size:1.0rem;
	color:#000000;
	text-align: left;
	box-sizing: border-box;
	/*background-color: rgb(180, 255, 140);*/
	margin-bottom: 15px;
	overflow: auto;
}
/*resultados fin*/


.holder_matricula{
	margin-top: 5px;
}








/*icons font inicio*/
.icon_f1{
	font-size: 1.8rem;
	color:#6e6e6e;
	cursor: pointer;
}
.icon_f1:hover{
	color:#000000;
}
.icon_contentMenu{
	font-size: 4rem;
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	/*color: #767676;*/
}
.iconaccion{
	color:#2b3643;
	font-size: 1.1rem;
	padding: 8px;
	cursor: pointer;
}
.iconaccion:hover{
	color:#48b2d7;
}
.iconEstado{
	font-size: 1.1rem;
}
.iconRojo{
	color: rgb(255, 0, 0);
}
.iconVerde{
	color: rgb(0, 255, 0);
}
.icon_filtro1{
	padding-right: 5px;
}


.icon_f2{
	font-size: 1.9rem;
	color:#000000;
	cursor: pointer;
	margin-left: 10px;
	margin-right: 10px;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.icon_f2:hover{
	color:#6e6e6e;
}
.icon_f3{
	font-size: 2rem;
	color:#FFFFFF;
	cursor: pointer;
	padding-left: 10px;
	padding-right: 10px;
}
.icon_f3:hover{
	color:#6e6e6e;
}

.icon_f4{
	font-size: 2.0rem;
	color:#000000;
	cursor: pointer;
	margin-top: 10px;
}
.icon_f4:hover{
	color:#6e6e6e;
}
.icon_f5{
	font-size: 2.0rem;
	color:#000000;
	cursor: pointer;
}
.icon_f5:hover{
	color:#6e6e6e;
}
/*icons font fin*/
.cbrojo{
	color:rgb(204, 0, 0);
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.0rem;
}
.cbrojo2{
	color:rgb(204, 0, 0);
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.8rem;
}





/*top bar*/
#h_topbar{
	margin:0 auto;
	padding: 0;
	position:fixed;
	width:100%;
	height:60px;
	z-index:4200;
	text-align:center;
	overflow:hidden;
	background-color:#2b3643;
	padding-top:5px;
	padding-bottom:5px;
}

#h_topbar_left{
	float:left;
	height:100%;
	width:auto;
	display: flex;
  align-items: center;
  justify-content: center;
}

#d_topbar_icmenu{
	float:left;
	width:50px;
	height:50px;
	background-image:url(../images/icon_menu.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	margin-left:20px;
	cursor:pointer;
	border-radius:10px;
	background-size:80%;
}/*topbar_logo*/
#d_topbar_icmenu:hover{
	background-color:#5B51AD;
}



#d_topbar_logo{
	margin: 0 auto;
	width:100%;
	height:100px;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	box-sizing: border-box;
	padding: 5px;
	margin-bottom: 40px;
}/*topbar_logo*/

.d_topbar_logo_close{
	margin: 0 auto;
	width:auto%;
	height:40px;
	text-align: right;
	font-family: "Font Awesome 5 Free";
	font-size: 1.0rem;
	color: #FFFFFF;
	font-weight: bold;
	padding-right: 20px;
	box-sizing: border-box;
	z-index: 7900;
	position: relative;
	display: none;
}/*topbar_logo*/






#h_topbar_gap{
	margin:0 auto;
	padding: 0;
	position:relative;
	width:100%;
	height:60px;
	z-index:2200;
	text-align:center;
	overflow:hidden;
	padding-top:5px;
	padding-bottom:5px;
}















#h_contenido{
	margin:0 auto;
	padding: 0;
	position:relative;
	width:100%;
	height:auto;
	z-index:2200;
	text-align:center;
	overflow:hidden;
	background-color:#E7E7E7;
}

#d_contenido_menu{
	float:left;
	width:100%;
	height:auto;
	/*min-height: 500px;*/
	background-color:#364150;
	background-color:#2b3643;
	text-align:left;
	padding:0;
	display: block!important;
  position: relative;
	overflow:hidden;
	-webkit-transition: width 0.3s ease-out; /* Saf3.2+, Chrome */
	-moz-transition: width 0.3s ease-out; /* Firefox 4+ */
	-ms-transition: width 0.3s ease-out; /* IE10+ */
	-o-transition: width 0.3s ease-out; /* Opera 10.5+ */
	transition: width 0.3s ease-out;
}
.d_contenido_menu_close{
	width:50px !important;
	-webkit-transition: width 0.3s ease-out; /* Saf3.2+, Chrome */
	-moz-transition: width 0.3s ease-out; /* Firefox 4+ */
	-ms-transition: width 0.3s ease-out; /* IE10+ */
	-o-transition: width 0.3s ease-out; /* Opera 10.5+ */
	transition: width 0.3s ease-out;
}

.title_null{
	display: none !important;
}
.logo_null{
	background-image:url(../images/logo_icon.png) !important;
	width: 50px !important;
}
.noselect {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Old versions of Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently
	                    supported by Chrome, Opera and Firefox */
}
.menuAdmin_hover_1{
	color: #b4bcc8 !important;
	transition: color 0.1s linear;
}







#d_contenido_panel{
	float:left;
	width:calc(100% - 250px);
	height:auto;
	background-color:#eef1f5;
	text-align:center;
}

#d_contenido_panel_inner{
	margin:0 auto;
	margin-left:10px;
	margin-bottom:20px;
	padding: 0;
	position:relative;
	float:left;
	width:calc(100% - 20px);
	height:auto;
}
#dcp_titulo{
	float:left;
	width:100%;
	height:auto;
	font-family: 'Open Sans', sans-serif;
	font-size:1.8em;
	color:#666;
	text-align:left;
	padding-top:10px;
	padding-bottom:10px;
}
.dcp_msg1{
	clear: both;
	margin:0 auto;
	padding: 0;
	position:relative;
	width:96%;
	height:auto;
	font-family: 'Open Sans', sans-serif;
	font-size:0.8em;
	color:#666;
	text-align:left;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
  border-left: 5px solid #eee;
	cursor: pointer;
	margin-bottom: 5px;
}
.msgok{
	background-color:rgba(36,158,0,0.10) !important;
	border-color:rgba(36,158,0,1.0) !important;
}
.msgko{
	background-color:rgba(255, 0, 4, 0.10) !important;
	border-color:rgba(255,0,4,1.0) !important;
}




#dcp_d1{
	/*margin:0 auto;*/
	padding: 0;
	position:relative;
	width:96%;
	height:auto;
	padding-top:0px;
	padding-bottom:10px;
	max-width: 1200px;
	padding: 0px 25px 0px 25px;
}


.dcp_d1_l1{
	position:relative;
	width:auto;
	height:auto;
	vertical-align:top;
	text-align:left;
	font-family: 'Open Sans', sans-serif;
	font-size:1.0rem;
	color:#666;
}
.dcp_d1_l0{
	position:relative;
	width:auto;
	height:auto;
	vertical-align:top;
	text-align:left;
	font-family: 'Open Sans', sans-serif;
	font-size:1.0rem;
	color:#666;
	margin-top:10px;
	margin-bottom:0px;
	font-weight: bold;
}
.dcp_d1_l0_infoicon{
	padding-right: 5px;
}
.dcp_d1_l2{
	position:relative;
	width:auto;
	height:auto;
	vertical-align:top;
	text-align:left;
	font-family: 'Open Sans', sans-serif;
	font-size:0.8rem;
	color:#5f7a9b;
}
.dcp_d1_ltextarea{
	position:relative;
	width:auto;
	height:auto;
	vertical-align:top;
	text-align:left;
	font-family: 'Open Sans', sans-serif;
	font-size:1.0rem;
	color:#666;
	max-width: 700px;
}
.ck-editor__editable {
	min-height: 100px;
	max-height: 100px;
}
.dcp_d1_lborrar{
	position:relative;
	width:auto;
	height:auto;
	vertical-align:top;
	text-align:left;
	font-family: 'Open Sans', sans-serif;
	font-size:1.0rem;
	color:#bf0000;
	margin-top:0px;
	margin-bottom:20px;
	font-weight: bold;
}
.dcp_d1_lbtn{
	position:relative;
	width:auto;
	height:auto;
	vertical-align:top;
	text-align:left;
	font-family: 'Open Sans', sans-serif;
	font-size:1.0rem;
	color:#666;
	margin-top:25px;
	margin-bottom:0px;
	font-weight: bold;
}
.dcp_d1_lbtn2{
	position:relative;
	width:auto;
	height:auto;
	vertical-align:top;
	text-align:left;
	font-family: 'Open Sans', sans-serif;
	font-size:1.0rem;
	color:#666;
	margin-top:0px;
	margin-bottom:20px;
	font-weight: bold;
}
.dcp_d1_lmsg1{
	position:relative;
	width:auto;
	height:auto;
	vertical-align:top;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	font-size:1.0rem;
	color:#000000;
	margin-top:25px;
	margin-bottom:0px;
	font-weight: bold;
	padding: 10px;
	box-sizing: border-box;
	display: none;
	cursor: pointer;
}
.dcp_d1_lmsglogin{
	position:relative;
	width:auto;
	height:auto;
	vertical-align:top;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	font-size:1.0rem;
	color:#ff0000;
	margin-top:0px;
	margin-bottom:0px;
	font-weight: bold;
	box-sizing: border-box;
}






#dcp_d1_table1{
	position:relative;
	width:100%;
	max-width:1200px;
	height:auto;
	vertical-align:top;
	text-align:left;
	font-family: 'Open Sans', sans-serif;
	font-size:1.0em;
	color:#666;
}
.dcp_d1_table1_title1{

}




.d_tlistado{
	margin: 0 auto;
	position: relative;
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	background: #2b3643;
}
.d_tcelda_titulo{
	float: left;
	width: 25%;
	text-align: left;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	font-size:1.0rem;
	color:#FFFFFF;
	padding: 5px 2px 5px 2px;
	box-sizing: border-box;
}

.d_tlistado_datos{
	margin: 0 auto;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	background: #FFFFFF;
	overflow:auto;
	border-bottom: 1px solid rgba(142, 142, 142, 0.5);
	padding: 5px 0px 5px 0px;
}
.d_tcelda_datos{
	float: left;
	width: 25%;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	font-size:1.0rem;
	color:#000000;
	padding: 5px 5px 5px 5px;
	box-sizing: border-box;
	word-break: break-all;
}
.celda_2{
	background-color: rgba(184, 204, 255, 0.3);
}
.celda_movil{
	display: none;
}
.c_acciones{
	text-align: left;
}














table.tlistado{
	border-collapse: collapse;
	background: #fff;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
}


table.tlistado thead tr {
  background: #2b3643;
	color:#FFFFFF;
	text-align: left;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	font-size:1.0rem;
}
table.tlistado thead td{
	padding:5px;
	padding-left: 10px;
	box-sizing: border-box;
}



table.tlistado tbody tr{
  border-bottom: 1px solid #d5d5d5;
	font-family: 'Open Sans', sans-serif;
	font-size:0.9rem;
	color:#000000;
	text-align: left;
}
table.tlistado tbody tr:hover{
  background-color: rgba(255, 232, 232, 0.29);
}

table.tlistado tbody tr:nth-child(even) {
  background-color: #f9fffe;
}
table.tlistado tbody tr:nth-child(even):hover {
	background-color: rgba(255, 232, 232, 0.29);
}

table.tlistado tbody td{
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	box-sizing: border-box;
	vertical-align: top;
}
.tracciones100{
	width: 100px;
}
.tracciones150{
	width: 150px;
}
.trcenter{
	text-align: center;
}



















.page-sidebar-menu{
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size:1.2em;
	color:#b4bcc8;
}
.page-sidebar-menu>li{
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}

.page-sidebar-menu>li>a {
	border-top: 0;
	color: #b4bcc8;
	display: block;
	margin: 0;
	border: 0;
	padding: 10px 15px;
	text-decoration: none;
	font-size:0.8em;
	font-weight: 300;
	border-top: 1px solid #3d4957;
}


.page-sidebar .page-sidebar-menu>li.heading+li>a{
    border-top: 0;
}

















.page-sidebar .page-sidebar-menu>li>a{
    display: block;
    position: relative;
    margin: 0;
    border: 0;
    padding: 10px 15px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
}


.page-sidebar-menu>li>a:hover{
	background-color:#2c3542;
	background-color:#3e4b5c;
}
























.page-sidebar-menu li:hover>a>.arrow.open:before{
	color: #606C7D;
}









.page-sidebar .page-sidebar-menu>li>a>[class^=icon-]{
    margin-left: 1px;
    margin-right: 4px;
}
li [class^=icon-] {
    display: inline-block;
    width: 1.25em;
    text-align: center;
}


















.page-sidebar-menu>li>a>.icon-diamond:before{
	content: "\e043";
}

.page-sidebar-menu>li>a>.arrow:before{
	/*top: 8px;*/
	float: right;
  width: 20px;
  text-align: center;
  display: inline;
  font-size: 16px;
  font-family: "Font Awesome 5 Free";
  height: auto;
  content:"\f104";
	font-weight: 600;
  text-shadow: none;
  position: absolute;
  right: 14px;
}


.page-sidebar-menu>li>a>.arrow.open:before{

		/*top: 8px;*/
		float: right;
    width: 20px;
    text-align: center;
    display: inline;
    font-size: 16px;
    font-family: "Font Awesome 5 Free";
    height: auto;
    content:"\f104";
		font-weight: 600;
    text-shadow: none;
    position: absolute;
    right: 14px;
		transform: rotate(-90deg);
}


.arrow_user:before{
	font-size: 16px;
	font-family: "Font Awesome 5 Free";
	content: "\f0d7";
	font-weight: 600;
	margin-left: 8px;
	margin-right: 5px;
}
.arrow_user_down:before{
	font-size: 16px;
	font-family: "Font Awesome 5 Free";
	content: "\f0d8" !important;
	font-weight: 600;
	margin-left: 8px;
	margin-right: 5px;
}
.arrow_navbar{
	margin-left: 7px;
	margin-right: 7px;
}







/*submenu*/
.sub-menu{
	list-style: none;
	display: block;
	padding: 0;
	margin: 0px 0;


	max-height:1px;
	overflow:hidden;
	-webkit-transition: max-height 0.1s linear;
  transition: max-height 0.1s linear;
	/*
	margin: 8px 0;

	*/
}


.sub-menu.open{
	list-style: none;
	display:block;
	padding: 0;
	margin: 8px 0;


	/**/
	max-height:999px;
	-webkit-transition: max-height 0.6s ease-in;
  transition: max-height 0.6s linear;




}









.sub-menu li{
	background: 0 0;
	margin: 0;
	padding: 0;
	margin-top: 1px!important;
}
.sub-menu>li>a{
	color: #b4bcc8;
}
.sub-menu li>a{
	display: block;
	margin: 0;
	padding: 6px 15px 6px 33px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 300;
	background: 0 0;
}

.sub-menu>li>a:hover{
	background-color:#3e4b5c;
}









.st_eventoRojo{
	background-color: rgb(255, 161, 161);
	margin: 0px 5px 0px 5px;
  border-radius: 10px;
	padding: 2px 4px 2px 4px;
}
.st_eventoVerde{
	background-color: rgb(161, 255, 167);
	margin: 0px 5px 0px 5px;
  border-radius: 10px;
	padding: 2px 4px 2px 4px;
}
.icon_z1{
	padding-right: 3px;
}



























#h_pie{
	margin:0 auto;
	padding: 0;
	position:relative;
	width:100%;
	height:auto;
	z-index:2200;
	text-align:center;
	overflow:hidden;
	background-color:#636363;
	padding: 30px;
	font-family: 'Open Sans', sans-serif;
	font-size:0.8rem;
	color:#FFFFFF;
	box-sizing: border-box;
}





/*calendario*/
.cal_nombreMes{
	font-family:Verdana, Geneva, sans-serif;
	font-size:24px;
	text-align:center;
	color:#FFFFFF;

	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
	font-weight:bold;
	background-color:#C5C5C5;
	background-color:#03385c;
	background-color:#d4d4d4;
	height:60px;
	border-radius: 10px 10px 0px 0px;
	border-bottom:5px solid #0260a0;
	border-bottom:5px solid #d4d4d4;
}
.cal_nombreMes2{
	font-size:16px;
}
.cal_diasSemana{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align:center;
	color:#000;
	width:93px;
	font-weight:bold;
	border: 1px solid #d4d4d4;
	background-color: #efefef;
	height: 35px;
}
.cal_diasSemana2{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	text-align:center;
	color:#000;
	width:93px;
	height:95px;
	border: 1px solid #d4d4d4;
	vertical-align:top;
}
.cal_numeroDia{
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	text-align:center;
	color:#000;
	font-weight:bold;
}
.cal_infoCelda1{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	text-align:center;
	color:#000;
	vertical-align:top;
}
.cal_infoCelda2{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	text-align:center;
	color:#000;
	background-color:#FF8284;
}
.cal_infoCelda3{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	text-align:center;
	color:#000;
	vertical-align:top;
	background-color:#5BFF64;
}
.c_separaPrecios{
	height:5px;
}
/*fin calendario*/
.c_habitacion{
	background-color: #d4d4d4;
	background-color: #f7dbb0;
	color:#000000;
}



















.btnMenuAdmin2_holder{
	display: none;
}
.cimg1{
	vertical-align:middle;
	padding-right:10px;
}

@media (max-width:600px) and (min-width:0px) {
	.d_navbox_e0{
		width: 140px;
		margin: 20px 6px 20px 6px;
	}
	.celda_movil{
		display: block;
		width: 70% !important
	}



	.celda_pc{
		display: none;
	}
	.c_acciones{
		text-align: center;
		width: 30% !important;
	}
	.d_filtros_f0_book{
		width: 100%;
	}
	.d_filtros_f0_book{
		margin-left: 0px;
	}
	.icon_f2{
		margin-top: 12px;
		margin-bottom: 12px;
	}
	.d_gimg1_g0{
		width: 95px;
		margin: 10px 3px 10px 3px;
	}
}

/*solo para over slider*/
@media (max-width:800px) and (min-width:0px) {
	.btnMenuAdmin1_holder{
		display:none;
	}
	.filtromovil{
		display: block;
	}
	.filtropc{
		display: none;
	}
	.btnMenuAdmin2_holder{
		display:flex;
	}
	.h_2c_contenidoppal_left{
		display:none;
		position: fixed;
		z-index: 8000;
		height: 100% !important;
		/*width:100%;*/
	}
	.d_topbar_logo_close{
		display:block;
	}
	#d_topbar_logo{
		height: 80px;
		margin-bottom: 15px;
	}

	.dcp_d1_lbtn2, .dcp_d1_l0, .dcp_d1_l1, .dcp_d1_lbtn, .d_navtitle_holder, .dcp_d1_lborrar{
		text-align: center;
	}
	.st_eventoVerde,.st_eventoRojo{
		float: left;
		margin-top: 3px;
		margin-bottom: 3px;
	}


}/*@media (max-width:800px) and (min-width:0px)*/








.cimg{
	vertical-align:middle;
	padding-right:5px;
  padding-bottom: 10px;
}

input[type="checkbox"]{
  width: 25px;
  height: 25px;
}

.cargarmas{
	font-weight: bold;
	cursor: pointer;
	font-size: 1.5rem;
}
.cargarmas:hover{
	color:rgb(130, 0, 0)
}







