.calendario-content{
	background-color: white;	
	margin-top: 35px;
	margin-left:220.5px;
	margin-bottom: 25px;
	width: 840px;
	font-family: gothamBold;
	font-size: 14px;
	text-align: center;
}

.calendario-title {
	color: white;
	background: #2a328c;
	height: 45px;
	font-family: gothamBold;
	font-size: 25px;
	text-align: center;
}

.calendario-semanas {
	width: 140px;
	height: 35px;
	font-family: gothamBold;
	font-size: 14px;
	color: #7f7f7f;
	text-align: center;
}

.calendario-mes {
	border: 1px solid #ccc;
	width: 140px;
	height: 140px;
	font-family: gothamBold;
	font-size: 14px;
	text-align: center;
	vertical-align: middle !important;
}

.calendario-acciones {
	border: 1px solid #ccc;
	width: 140px;
	height: 140px;
	font-family: gothamBook;
	font-size: 14px;
	text-align: center;
	color: white;
	vertical-align: middle !important;
}

.calendario-acciones img {
	width: 110px;
	height: 110px;
}

.mes-1 {
	color: #c227b9;	/*morado*/
}

.mes-2 {
	color: #95d600;	/*verde*/
}

.mes-3 {
	color: #16c0dd;	/*azulc*/
}

.mes-4 {
	color: #2a328c;	/*azulf*/
}

.selected-1 { 
	background-color: #c227b9;	/*morado*/
}

.selected-2 {
	background-color: #95d600;	/*verde*/
}

.selected-3 {
	background-color: #16c0dd;	/*azulc*/
}

.selected-4 {
	background-color: #2a328c;	/*azulf*/
}

.down-arrow{
	margin: 0px;
	height: 25px;
	margin-bottom: 25px;
}
.left-arrow{
	margin: 0px;
	height: 25px;
	width: 40px;
	margin-right: 36px;	
	position: absolute;
	margin-top: 456px;
	margin-left: 76px;
	vertical-align: center;	
}
.right-arrow{
	margin: 0px;
	height: 25px;
	width: 40px;
	position: absolute;
	margin-top: 456px;
	margin-left: 1180px;
	vertical-align: center;	
	
}
.up-arrow{
	margin: 0px;
	height: 25px;
	margin-top: 25px;	
}

.calendario-content-month{
	background-color: white;	
	margin-top: 35px;
	margin-left: 137px;
	margin-bottom: 25px;
	width: 1007px;
	font-family: gothamBold;
	font-size: 14px;
	text-align: center;
}

.calendario-dias {
	width: 143px;
	height: 24px;
	font-family: gothamBold;
	font-size: 14px;
	color: #c227b9;
	text-align: center;
}
.gray-text{
	color: #7f7f7f;
}

.white-text{
	color: white;
}
.dias-div{	/* div del numero y los textos */
	width: 143px;
	height: 143px;
	border: 1px solid #ccc;
	text-align: center;
	font-family: gothamBook;
	font-size: 14px;
	padding: 0px !important;	
}
.number-div{ 
	width: 143px;
	height: 21px;
	margin: 0px;
	padding: 0px;
}
.box-div{	
	width: 21px;	
	border: 1px solid #ccc;	
	border-top: 0px;
	border-left: 0px;	
}
.white-border{
	border-color: white;
}

.calendario-acciones-dias{		/* div del texto */	
	width: 143px;
	height: 121px;		
	/*border: 1px solid;*/
	font-family: gothamBook;
	font-size: 14px;
	text-align: center;
	color: white;
	top: 50%;	
	vertical-align: middle !important; 	
	padding-left: 21px;
	padding-right: 21px;
}
.calendario-acciones-dias img {
	width: 100px;
	height: 100px;
}

.otro-mes{
	color: #dbd6d6;
}