div#portada_eventos
{
	/**/
}

div#portada_eventos h3 a, div#portada_eventos h3 a:visited, div#portada_eventos h3 a:link
{
	color: #473408;
}

div#portada_eventos h3 a:hover, div#portada_eventos h3 a:active
{
	color: #e5a91c;
	text-decoration: underline;
}

div#portada_calendario
{
	margin: 0 0 20px 0;
}

div#portada_calendario table
{
	width: 100%;
}

/*****************************************************/

div#calendario
{
	border: 1px solid #b5b933;
 	box-shadow: 0px 0px 6px #b5b933;
	border-radius: 5px;
	background-color: #e4e6a3;
	overflow: hidden;
}

div#calendario_cabecera
{
	margin: 5px 5px 5px 5px;
	border: 1px solid #b5b933;
	border-radius: 5px;
	background-color: white;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 32px;
}

a.calendario_btn_ant
{
	display: block;
	float: left;
	width: 32px;
	height: 32px;
	background-image: url(../img/css_calendario_btn_ant.png);
	background-position: center center;
	background-repeat: no-repeat;
	color: transparent;
}

a.calendario_btn_sig
{
	display: block;
	float: right;
	width: 32px;
	height: 32px;
	background-image: url(../img/css_calendario_btn_sig.png);
	background-position: center center;
	background-repeat: no-repeat;
	color: transparent;
}

div#calendario_dias
{
	margin: 5px 5px 5px 5px;
	border-radius: 5px;
}

div#calendario_dias table
{
	width: 100%;
	border-spacing: 1px;
	border-collapse: separate;
}

div#calendario_dias table th
{
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	line-height: 40px;
}

div#calendario_dias table td
{
	text-align: center;
	font-size: 15px;
	font-weight: normal;
	line-height: 40px;
	color: #696969;
}

div#calendario_dias table td.m_calendario_evento
{
	background-color: #ffef93;
	font-weight: bold;
}

div#calendario_dias table td.m_calendario_dia
{
	background-color: white;
}
		
div#calendario_dias table td.actual
{
	border: 1px solid red;
}

/*///////////////////////////////////////// EVENTOS LISTADO */

div.evento_listado
{
	border: 1px solid #dbde85;
 	box-shadow: 0px 0px 6px #e3e5a0;
	border-radius: 5px;
	background-color: white;
	overflow: hidden;
	margin: 10px 0 10px 0;
}

div.evento_listado_contenidos
{
	margin: 20px 20px 20px 20px;
}