/* Copyright Muchachamaca SCP, Spain - All rights reserved */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body, td, th, a, p, h1, h2, h3, h4, h5  {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

body {
	background-color: white;
	text-align: center;	/* IE way to center blocks */
	margin: auto;		/* firefox way to center blocks */
	margin-top: 0px;
	width: 820px;
	position: relative;	/* make absolutely positioned children calculate their co-ordinates from the centered body, not the window */
}

a:link		{ text-decoration: none; color: #333333; }
a:visited	{ text-decoration: none; color: #333333; }
a:hover		{ text-decoration: underline; color: #333333; }

#face {
	text-align: left;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	width: 820px;
	background-color: white;
}

.bottomads {
	width: 750px;
	background-color: white;
	margin-top: 20px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	background-color: #FDFDFD;
	width: 630px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: black;
}
#menu ul {
/*	background-color: #EEEEEE;*/
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
	padding-top: 3px;
	padding-bottom: 3px;
	cursor: default;
	width: 630px;
}
#menu li {
/*	background-color: #EEEEEE;*/
	list-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
/*	border-left: 1px solid white;*/
	display: inline;
	cursor: default;
}
#menu li:first-child {
	border: none;
}
#menu li a {
	color: black;
	padding: 3px 17px
}
#menu li a:link { text-decoration: none; }
#menu li a:visited { text-decoration: none; }
#menu li a:hover { text-decoration: none; background-color: #DDDDDD; }

#submenu_box {
	background-color: #FDFDFD;
	border: 1px solid #EEF2F5;
	width: 100%;
	margin-top: 10px;
	padding: 8px 0;
	text-align: right;
}
#submenu_box h1 {
	padding-right: 15px;
}
#submenu_box hr {
/*	background-image: url(images/dashline1.gif);*/
	height: 1px;
	margin: 5px 5px;
	color: #999999;
	background-color: #999999;
}
.submenu_rule {
	height: 1px;
	margin: 5px 5px;
	color: #999999;
	background-color: #999999;
}
.submenu_menu {
	padding-right: 15px;
	line-height: 2em;
}
	
#page {
	position: relative;
	padding: 20px 15px;
	height: 522px;
	overflow: auto;
/*	border-bottom: 1px solid #BFCDDA; */
}
#page h1 {
	font-size: 10px;
	margin-bottom: 15px;
	color: red;
}
#page h2 {
	font-weight: bold;
}
#page p {
	margin-bottom: 5px;
}

.programa_contents {
	margin-left: 20px;
	margin-top: 30px
}

.programa_item {
	margin: 5px 0 15px 15px;
}

.participante {
	color: #444444;
	height: 210px;
}

.participante h5 {
/*	font-family: Arial, Helvetica, sans-serif;*/
	font-weight: bold;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.participante h6 {
/*	font-family: Arial, Helvetica, sans-serif;*/
	font-weight: normal;
	font-size: 10px;
	font-style: italic;
	color: #888888;
	margin-top: 0px;
	margin-bottom: 10px;
}

.foto_participante {
	float: right;
	margin: 0px 0px 15px 20px;
}

.table_precios {
	width: 70%;
	border-color: #CCCCCC;
}

.table_precios tr {
	padding: 5px;
	border-color: #CCCCCC;
}

.table_precios td {
	padding: 3px 15px 3px 5px;
	border-color: #CCCCCC;
}

.program_table {
	margin-bottom: 0;
}
.program_table td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.program_ruler {
	height: 1px;
	margin: -4px 0 0 0;
	padding: 0;
	line-height: 3px;
}

#footer {
	margin-top: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	font-weight: normal;
	letter-spacing: 2px;
	background-color: white;
/*	width: 750px;*/
}
#footer a:link		{ font-family: Geneva, Arial, Helvetica, sans-serif; color: #666666; }
#footer a:visited	{ font-family: Geneva, Arial, Helvetica, sans-serif; color: #666666; }
#footer a:hover		{ font-family: Geneva, Arial, Helvetica, sans-serif; text-decoration: underline; color: #000000; }

.tableventaonline {
	margin-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #AAAAAA;
	background-color: #FAFAFA;
}
.tableventaonline th {
	font-size: 9px;
	font-weight: normal;
}

.input_entradas {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 70px;
	text-align: right;
}

.formulario_entradas {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.popup {
	position: absolute;
	visibility: hidden;
	margin-top: -1000px;
	background-color: #FFFFAA;
	border: 1px solid black;
	padding: 10px;
}
