/* HOJA DE ESTILOS GENERAL CON PROPIEDADES QUE SE APLICAN A TODAS LAS PAGINAS */

/* *************** FUENTES Y ENLACES GENERAL *************************** */

body, p, a, th, td, ul, li, label, input, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
}

em {
	font-weight: bold;
	font-style:italic;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img.izda {
	margin: 5px 5px 5px 0;
	float: left;
}

img.right {
	margin: 5px 0px 5px 5px;
	float: right;
}

/* MENU IZQUIERDA */
#menu_izda {
	font-size: 100%;
}

#menu_izda h2.menu_header {
	font-size: 80%;
	background-color:#f78704;
	color:#ffffff;
	width: 190px;
	height: auto;
	padding: 5px 2px 5px 5px;
	margin: 2px 0 0 0;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 183px;
}

html>body #menu_izda h2.menu_header {
	width: 183px;
}

#menu_izda ul.menu {
	background-color:#F7A911;
	margin:0;
	padding:0;
	list-style:none;
}

#menu_izda ul.menu li a {
	font-size: 70%;
	color:#FFFFFF;
	display:block;
	width: 190px;
	height: auto;
	padding: 5px 2px 5px 10px;
	margin: 0px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 178px;
}

html>body #menu_izda ul.menu li a {
	width: 178px;
}

#menu_izda ul.menu li a:hover {
	background-color: #f78704;
}

#menu_izda ul.menu li.menu_right_element {
	text-align:right;
}

/* BANNER IZQUIERDA */
#banner_izda {
	margin: 5px 0;
}

/* BREADCRUMB */
#breadcrumb {
	padding: 0px 5px;
	font-size: 70%;
	color: #FFFFFF;
}

#breadcrumb a {
	color: #FFFFFF;
}

#breadcrumb .breadcrumb_element_last {
	font-weight:bold;
}

/* HEADING PAGES */
h1#title {
	/*padding: 5px;*/
	margin: 5px 0;
}

h1#title span {
	font-size: 80%;
	font-weight: bold;
	color: #1d589b;
}

h1#title.hidden span {
	display: none;
}


/* PIE DE PAGINA */
#pie_de_pagina {
	font-size: 55%;
}

#pie_pagina_bloque1, #pie_pagina_bloque1 a {
	color: #FFFFFF;
}

#pie_pagina_bloque3, #pie_pagina_bloque3 a {
	color:#000000;
}

/* SEPARADORES */
td.separador_vertical {
	border-left: 2px dotted #d5d5d5;
	width: 4px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 4px;
}

html>body td.separador_vertical {
	width: 4px;
}

td.separador_vertical img {
	width: 5px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 4px;
}

html>body td.separador_vertical img {
	width: 4px;
}

td.separador_horizontal {
	border-bottom: 2px dotted #d5d5d5;
}


/* TICKETS & TIMES TABLAS */

table.ticketsTimes {
	margin-bottom: 30px;
	border: 1px solid #656565;
}

table.ticketsTimes th.genericHeader {
	background-color: #f78704;
	color: #FFFFFF;
	border-bottom: 1px solid #656565;
}

table.ticketsTimes th.placeHeader {
	background-color: #f78704;
	color: #FFFFFF;
	font-size: 80%;
	border-bottom: 1px solid #656565;
}

table.ticketsTimes th.placeHeader a {
	color: #FFFFFF;
}

table.ticketsTimes td.comentario {
	font-size:60%;
	font-style: italic;
	border-bottom: 1px solid #656565;
}

table.ticketsTimes td.enunciado {
	font-weight: bold;
	border-bottom: 1px solid #656565;
}

table.ticketsTimes td.valor {
	border-bottom: 1px solid #656565;
}

table.ticketsTimes td.pieDeTabla {
	height: 10px;
	background-color: #f78704;
}

/* BLOQUE DEVELOPED BY */

div#developedBy {
	width: 775px;
}

div#developedBy p {
	font-size: 50%;
	color: #CCCCCC;
	text-align:center;
}

div#developedBy a {
	color: #CCCCCC;
	font-weight: bold;
}

div#developedBy a:hover {
	color: #f7a911;
	font-weight: bold;
}










