#fondo{
	width:310px;
	height:296px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bolder;
	position:absolute;
}

.atras{
	background:url(../img/calendario/atras.png) no-repeat;
	width:20px;
	height:30px;
	margin-left:2%;
	float:left;		
}

.atras:hover{
	background:url(../img/calendario/atras2.png) no-repeat;
}
.adelante{
	background:url(../img/calendario/adelante.png) no-repeat;
	width:20px;
	height:30px;
	margin-right:2%;
	float:right;		
}

.adelante:hover{
	background:url(../img/calendario/adelante2.png) no-repeat;	
}

.caja {
	width:100%;
	height:80%;
	
}

.cajainterior {
	width:100%;
	height:100%;
}

.cubrecaja {
	position:absolute;
	top:0px;
	width:100%;
	height:100%;
}

.c2 {
	height:16%;
	padding-top:3%;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	background-color:#003e83;
	font-size:14px;
	font-weight:bolder;
}

.semanas{
	height:10%;
	padding-left:4%;
	padding-top:10px;
	height:4px;
	color:#989898;
	font-size:12px;
	font-weight:bold;
	background-color:#d1d1d1;
	border:#CCC 1px solid;
}


.cajnum {
	height:31px;
	width:14%;
	color:#989898;
	font-size:12px;
	font-weight:bold;
	background-color:#fcfcfc;
	border:#CCC 1px solid;
}

.cajnum:hover {
	background:url(../img/calendario/cuadrado.png) no-repeat;
}

@media screen and (max-width:600px){

}

#fondo{
	width:100%;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bolder;
	position:relative;
}

.atras{
	background:url(../img/calendario/atras.png) no-repeat;
	width:20px;
	height:30px;
	margin-left:2%;
	float:left;		
}

.atras:hover{
	background:url(../img/calendario/atras2.png) no-repeat;
}
.adelante{
	background:url(../img/calendario/adelante.png) no-repeat;
	width:20px;
	height:30px;
	margin-right:2%;
	float:right;		
}

.adelante:hover{
	background:url(../img/calendario/adelante2.png) no-repeat;	
}

.caja {
	width:100%;
	height:100%;
	
}

.cajainterior {
	width:100%;
	height:100%;
}

.c2 {
	height:16%;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	background-color:#003e83;
	font-size:14px;
	font-weight:bolder;
}

.semanas{
	height:10%;
	padding-top:2px;
	height:4px;
	color:#989898;
	font-size:12px;
	font-weight:bold;
	background-color:#d1d1d1;
	border:#CCC 1px solid;
}


.cajnum {
	height:50px;
	/*padding-left:5%;
	padding-top:4%;*/
	text-align:center;
	vertical-align: middle;
	color:#989898;
	font-size:12px;
	font-weight:bold;
	background-color:#fcfcfc;
	border:#CCC 1px solid;
}

.cajnum:hover {
	background-image:url(../img/calendario/cuadrado.png);
}

@media screen and (max-width:300px){

#fondo{
	width:100%;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bolder;
	position:absolute;
}

.atras{
	background:url(../img/calendario/atras.png) no-repeat;
	width:20px;
	height:30px;
	float:left;		
}

.atras:hover{
	background:url(../img/calendario/atras2.png) no-repeat;
}
.adelante{
	background:url(../img/calendario/adelante.png) no-repeat;
	width:20px;
	height:30px;

	float:right;		
}

.adelante:hover{
	background:url(../img/calendario/adelante2.png) no-repeat;	
}

.caja {
	width:100%;
	height:100%;
	
}

.cajainterior {
	width:100%;
	height:100%;
}

.c2 {
	height:16%;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	background-color:#003e83;
	font-size:14px;
	font-size:12px;
	font-weight:bolder;
}

.semanas{
	height:10%;
	padding-top:2px;
	height:4px;
	color:#989898;
	font-size:12px;
	font-weight:bold;
	background-color:#d1d1d1;
	border:#CCC 1px solid;
}


.cajnum {
	height:auto;
	width:auto;
	padding-top:5px;
	color:#989898;
	font-size:10px;
	font-weight:bold;
	background-color:#fcfcfc;
	border:#CCC 1px solid;
}

.cajnum:hover {
	background-image:url(../img/calendario/cuadrado.png);
}

}