@charset "utf-8";
/* CSS Document */

#calendario_contenedor {
	float: left;
	width: 960px;

}
#calendario_tab {
	float: left;
	width: 960px;
	background-color: #333333;
	background-image: url(images/calendario_tab.jpg);
	height: 33px;
}
.calendario_tab_320 {
	float: left;
	width: 320px;
	height: 23px;
}
.calendario_tab_320_antes {
	float: left;
	width: 295px;
	height: 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #CCCCCC;
	background-image: url(images/play.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	padding-top: 10px;
	padding-left: 25px;
}
.calendario_tab_320_durante {
	float: left;
	width: 320px;
	height: 23px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #f8bb00;
	text-transform: uppercase;
	padding-top: 10px;
}

.calendario_tab_320_despues {
	float: left;
	width: 295px;
	height: 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #CCCCCC;
	background-image: url(images/play2.png);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: right;
	padding-top: 10px;
	padding-right: 25px;
}

.calendario_tab_320_antes a, .calendario_tab_320_despues a{
	color: #CCCCCC;
	text-decoration: none;

}
.calendario_tab_320_antes a:hover, .calendario_tab_320_despues a:hover{
	color: #FFCC00;

}


#calendario_videos {
	float: left;
	width: 950px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #F5F5F5;
}



.calendario_goles {
	float: left;
	width: 180px;
	height: 142px;
	margin: 5px;
	background-position: center center;
}
.calendario_link {
	float: left;
	width: 180px;
	height: 122px;
}
.calendario_link img{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.calendario_txt {
	float: left;
	width: 176px;
	height: 17px;
	background-image: url(images/calendario_txt.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 3px;
	padding-left: 4px;
	color: #CCCCCC;
}
.calendario_txt a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.calendario_txt a:hover{
	color: #FFCC00;
}

.calendario_tab_anteriores {
	background-position: center center;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	float: left;
	width: 948px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CDCDCD;
	background-image: url(images/tab_anteriores.png);
	margin-top: 5px;


}


/* calendario chico*/


#box_cal_mjr_300px {
	float: left;
	height: 185px;
	width: 298px;
	border: 1px solid #d8d8d8;
}
.cont_cal_mes_300px h1{
	padding-top:3px;
	font-size: 15px;
	
}
.cont_cal_mes_300px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	float: left;
	height: 30px;
	width: 298px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d8d8d8;
}

.cont_cal_dias_300px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	float: left;
	height: 30px;
	width: 298px;
	background-color: #ece6d4;
	font-weight: bold;
	}
	
.box_dias {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	float: left;
	height: 23px;
	width: 42px;
	text-align: center;
	padding-top: 7px;
}
.box_dias_current {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	float: left;
	height: 23px;
	width: 42px;
	text-align: center;
	padding-top: 7px;
	color: #000000;
	background-image: url(images/circulo2.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.box_dias_current a:link {
	text-decoration:none;
	color: #333333;
	font-weight: bold;
}
.box_dias_current a:hover {
	text-decoration:underline;
	color: #930000;
	
}

.box_dias_current a:visited {
	text-decoration:none;
	color: #413700;
}

.flecha_navega_der {
	float: right;
	height: 20px;
	width: 22px;
}
.flecha_navega_iz {
	float: left;
	height: 20px;
	width: 22px;
}

.flecha_navega_mes {
	float: left;
	height: 20px;
	width: 256px;
}
