@charset "utf-8";
/* CSS Document */

body {
	background-image: url(imagenes_10/background.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #372713;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

body, html {
	height: 100%;
}

a:link {
	text-decoration: none;
	color: #1f160f;
}
a:visited {
	text-decoration: none;
	color: #1f160f;
}
a:hover {
	text-decoration: underline;
	color: #1f160f;
}
a:active {
	text-decoration: none;
	color: #1f160f;
}

.beige {
color: #d6bf9f;
font-size: 12px;
}

.titulos {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: none;
	font-size: 16px;
	color: #ffffff;
}

.countdown {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 22px;
	color: #ffffff;
}

.fechas {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #874b02;
}



.tituloslista {
	font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
	color: #1f160f;
}
.textos_tablas{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #874b02;
}

.titulos_tablas{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}


#hor-minimalist-b
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	/* margin: 5px; */
	width: 152px; 
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-b th
{
	font-size: 14px;
	font-weight: normal;
	color: #874b02;
	 /* padding: 5px 5px; */
	border-bottom: 2px solid #1F160F;
}
#hor-minimalist-b td
{
	border-bottom: 1px solid #E3A954;
	color: #874b02;
	padding: 5px 5px;
}
#hor-minimalist-b tbody tr:hover td
{
	color: #874b02;
}






/* menu */

#wrap {
	width:180px;
	margin:1em auto;
	}
	
/* Disable properties specified in the imported CSS file */
	.menu a {
	border:0;
	font-size: 14px;
		
	}

/* Actual menu CSS starts here */
	.menu,
	.menu ul {
		margin:0;
		padding:0;
		list-style:none;
	}
	.menu {width:180px;}
	.menu li {
		display:block;
		margin:0;
		padding:0;
		margin-bottom:1px;
	}
	.menu a {
	display:block;
	/*padding:2px 5px; */
	color:#ffffff;
	background:#000000;
	text-decoration:none;
	
	}
	.menu a:hover,
	.menu a:focus,
	.menu a:active {
	background:#636363;
}
	.menu ul li {padding-left:15px; }
	.menu ul a {
	background:#1F160F;
}
	.hidden {display:none;}
	
	
	
/* fin menu */



