/*
carey hexa #00a0af    RGB 0, 160, 175	
*/
.dCAL {
	border: 1px solid #dddddd !important;
	background: #FFF !important;
	background-image: none !important;
	margin-top: 10px;
	-webkit-box-shadow: 0px 9px 10px 0px rgba(30, 30, 30, 0.32);
	-moz-box-shadow:    0px 9px 10px 0px rgba(30, 30, 30, 0.32);
	box-shadow:         0px 9px 10px 0px rgba(30, 30, 30, 0.32);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}


/*Flecha top*/
.dCAL:before {
	content: "";
	position: absolute;
	top: -20px;
	left: 16px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid #CCC;
}
.dCAL:after {
	content: "";
	position: absolute;
	top: -18px;
	left: 17px;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 18px solid #FFF;
}
/**/

.dCAL_div {
	background-color: none !important; 
}
.dCAL_multiple {
	border: none !important;
}
.dCAL_header {
	height: 43px !important;
	background: none !important;
	border: none !important;
}
.dCAL a {
	background-color: #2CA5D7;
	color: #FFF;
}
.dCAL th, .dCAL a, .dCAL tbody span {
	line-height: 30px;
	height: 30px;
}
.dCAL_hoy, .dCAL a:hover {
		background-color: #555555!important;
		color: #FFF !important;
}
.dCAL_rango {
	background-color: #333333 !important;
	color: #FFF !important;
}

#dCAL_btn_s,
#dCAL_btn_a {
	width: 34px;
	height: 34px;
	background-color: #2CA5D7;
	line-height: 35px;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	border-radius: 0 !important;
	border: none !important;

	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;

	-webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}


#dCAL_btn_s:before,
#dCAL_btn_a:before {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-family: "rss";
    font-style: normal;
    font-weight: normal;
    speak: none;
    position: absolute;
    top: 0;
    left: 0;

    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* Uncomment for 3D effect */
	/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
	
	-webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

#dCAL_btn_s:before {
	content: '\e898';
	margin-left: 2px;
}

#dCAL_btn_a:before {
	content: '\e89a';
	margin-left: -2px;
}

	#dCAL_btn_s:hover,
	#dCAL_btn_a:hover {
		background-color: #2CA5D7;
	}

#dCAL_ftitulo_a, #dCAL_ftitulo_s {
	font: bold 14px/35px Arial, Helvetica, sans-serif !important;
	width: auto !important;
}
#dCAL_combo_mes, #dCAL_ftitulo_a {
	left: 50px !important;
}
#dCAL_combo_anio, #dCAL_ftitulo_s {
	right: 50px !important;
}

/*Nuevo ancho Calendario simple*/
.dCAL table {
	width: 240px;
}
.dCAL_header select {
	padding: 0 4px 0 0;
}
.dCAL_header select {
	top: 12px;
}

.thead-tabla-mes {
    display: none;
    text-align: center;
}
