﻿
/* ENVIAR A UN AMIGO | IMPRIMIR */ 
.botones {
	text-align: right;
	margin: 10px auto;
	width: 94%;
	font-family: Arial, Helvetica, Geneva, sans-serif;
/*	font-size: 85%; */
	
	border-bottom: 1px solid #CCC;
/*	background-color: #f3f3f3; */
	padding: 1px;
	padding-right: 10px;
	clear:both;
}
.botones a {
	color: #29952B;
}

.botones a:hover {
	text-decoration: none;
}

/*referentes de búsquedas*/

.hilite1 { background-color: #ff0; }
.hilite2 { background-color: #f0f; }
.hilite3 { background-color: #0ff; }
.hilite4 { background-color: #0f0; }
.hilite5 { background-color: #f00; }
.hilite6 { background-color: #00f; }

.aviso {
	margin:1em 20px;
	border:1px solid red;
	padding: 0.8em;
}

/* @group estructura */

#cabecera {
	width: 800px;
	height: 98px;
	position: relative;
	margin: 0 auto;
	border: none;
}

#menu {
	width: 800px;
	height: 44px;
	position: relative;
	margin: 0 auto;
}
/* hack */
.clearFix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearFix { display:inline-block; } /*this trips hasLayout for ie7*/
.clearFix { display:block; } /*this returns it back to normal*/



table.estructura{
	border: none;
	width: 800px;
	margin: 0 auto;
}

.lateralIzda {
	width: 190px;
	background-color: #e6e6e6;
	text-align: center;
/*	padding: 10px 0 0 0;*/
	padding:0;
	vertical-align: top;
	padding-bottom:1em;
}
#imgProgramacion {
	margin-bottom:0.4em;
}
.parrafo {
	width: 610px;
	background-color: white;
	vertical-align: top;
	padding-bottom: 15px;
}

#navegador {
	margin: 10px 20px 5px 20px;
	border-bottom: 1px dotted gray;
	font-size: 85%;
}
.creditos {
	background-color: black;
}

/* @end */


/* @group menú horizontal */

#tickets {
	position: absolute;
	left: 0;
	top: 22px;
}

#fondoMenu {
	position: absolute;
	left: 0;
	top: 0;
}
#menu {
	font-size: 13px;
}
#menuHrz1 {
	position: absolute;
	left: 139px;
/*
	left: 178px;*/
	top: 3px;
	z-index:5;
}
#menuHrz1 ul {
	background-color: #660000;
}
#menuHrz1 ul ul {
	background-color: #FFFFFF;
}
#menuHrz2 {
	position: absolute;
	left: 175px;
	top: 25px;
}
#menuHrz2 ul {
	background-color: #1E1A19;
}
#menuHrz2 ul ul {
	background-color: #FFFFFF;
}

#menu ul {	
	color: white;
	list-style-type:none;	margin:0;	padding: 1px;
}
	
#menu li { margin: 0 1px;}

#menuHrz1 li {
	border: 1px solid #760000;
}

#menuHrz2 li {
	border: 1px solid #25201e;
}
	
#menu li a:link, #menu li a:visited {
	color: white;	text-decoration:none;	
}

#menuHrz1 li a:hover{	background-color: white; color: #660000;}

#menuHrz2 li a:hover{	background-color:white;	color: #1E1A19;}

#menu a {
	margin: 0;	
	padding: 0px 8px 0px 7px;
}
/* @end */


#menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
/*	line-height: 1;*/
}

#menu a {
	display: block;
/*	width: 10em;*/
}

#menu li {
	float: left;
/*	width: 10em;*/
}
#menu ul ul li {
	width: 10em;
	margin: 0;
}

/*efecto*/
#menu ul ul {
	position: absolute;
	width: 10em;
	left: -999em;
	z-index: 10;
}

#menu li:hover ul, #menu li.sfhover ul {
	left: auto;
	margin-left:-1px;
}


/*colores*/
#nav li:hover, #nav li.sfhover {
	background: white;
}

#nav li:hover a, #nav li.sfhover a{
	color: #660000;
}

#nav li li a:hover {
	color: white; 
	background-color: #660000;
}


#nav2 li:hover, #nav2 li.sfhover {
	background: white;
}

#nav2 li:hover a, #nav2 li.sfhover a{
	color: #1E1A19;
}

#nav2 li li a:hover {
	color: white; 
	background-color: #1E1A19;
}



/* SUBMENU HORIZONTAL */
#nav ul {
	border:1px solid #760000;
	border-top: none;
	padding:0;
}

#nav ul a {
	color:#333;
	padding: 3px 0.4em;
}

#nav2 ul {
	border:1px solid #25201e;
	border-top: none;
	padding:0;
}

#nav2 ul a {
	color:#333;
	padding: 3px 0.4em;
}

#menu ul li li {
	border: none;
}

#menu ul ul a:hover {
	text-decoration: none;
	border: none;
}


/*holy hack*/
* #nav ul a {height:1%;}



/* dos niveles */
#menu li ul ul {
	border-top:1px solid #760000;
	margin: -1.6em 0 0 10em;
}
#menu li:hover ul ul, #menu li.sfhover ul ul {
	left: -999em;
	margin-left:10em;
}
#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul {
	left: auto;
}

#menu ul ul a.padre {
	background-position:95% 50%;
	background-repeat:no-repeat;
}
#nav ul a.padre
{
	background-image: url(../images/flechaS1.png);
}
#nav ul a.padre:hover
{
	background-image: url(../images/flechaS2.png);
}

#nav2 ul a.padre
{
	background-image: url(../images/flechaI1.png);
}
#nav2 ul a.padre:hover
{
	background-image: url(../images/flechaS2.png);
}
/************* #siteInfo styles ***************/

#siteInfo{
	clear:both;
	border-top: 1px solid #cccccc;
	font-size: 75%;
	color: #999;
	padding: 10px;
	
	background-color:white;
}

#siteInfo img{
	vertical-align: middle;
}

/* 19 junio 2006 - michel */

div.credits {
	color: #999;
}

div.credits a:link {
	
}

div.credits a:hover {
	text-decoration: none;
}

div.credits a:visited {
	color: #874c53;
}



div.webmaster {
	float: right;
	height: 20px;
	padding: 13px 10px 0 0;
}

div.webmaster a:link {
	color: #999;
	text-decoration: none;
}

div.webmaster a:hover {
	color: #c70027;
	text-decoration: underline;
}

div.webmaster a:visited {
	color: #999;
	text-decoration: none;
}

/* miniventana */
body#simple {
	background-color:#FFF;
}
#Logo {
	background-image:url(../images/MiniR.png);
}


#Calendario {
	font-size:70%;
	width:150px;
	margin:0 auto;
	border:1px solid #999;
	border-collapse: collapse;
	border-spacing:0;
}
#Calendario caption {
	margin:0 auto;
	text-align:center;
	background-color:#666;
	color:#FFF;
	padding: 3px 0;
	font-weight: bold;
}
#Calendario caption a {
	color:#FFF;
	text-decoration:none;
}

#Calendario td, #Calendario th
{
	border:1px solid white;
}

#Calendario td {
	padding:2px 1px;
	background-color: #CCC;
}
#Calendario td.vacio {
	background-color: #E6E6E6;
}


#Calendario thead tr {
	background-color:#999;
	color:#FFF;
}
#Calendario thead th {
	font-weight:normal;
}

#Calendario td a {
	display:block;
	text-align:center;
	width:100%;
	text-decoration:none;
	color:#FFF;
}
.hoy {
	font-weight:bold;
}

#flechaDcha {
	float:right;
}
#flechaIzda
{
	float:left;
}
#Calendario .futuro {
	background-color: lime;
}


#CalendarioAgenda {
	font-size:90%;
	width:150px;
	margin:0 auto;
	border:0;
	border-spacing:0;
}
#CalendarioAgenda caption {
	margin:0 auto;
	text-align:center;
	background-color:#666;
	color:#FFF;
}
#CalendarioAgenda td, #CalendarioAgenda th
{
	border:0;
}

#CalendarioAgenda td {
	padding:2px 1px;
}
#CalendarioAgenda thead tr {
	background-color:#999;
	color:#FFF;
}
#CalendarioAgenda thead th {
	font-weight:normal;
}

#CalendarioAgenda a {
	display:block;
	text-align:center;
	width:100%;
	text-decoration:none;
	color:#FFF;
}

#dAgendaLateral {
	font-size:70%;
	width:150px;
	margin:0 auto;
	text-align:left;
}
#dAgendaLateral select {
	width:150px;
}
#dAgendaLateral label{
	display:block;
	font-weight:bold;
	margin-top:0.4em;
}

#q {
	width:90px;
}
#dAgendaLateral .hr {
	margin:10px 0;
	border-top:1px solid #666;
	border-bottom:1px solid #FFF;
	line-height:2px;
	font-size:1px;
}

body#simple .parrafo {
	width:auto;
}
body#simple h2.head2 {
	display:none;
}

.bn {
	margin-top:0.8em;
}

h4.puntitos {
	text-align:center;
	border-bottom:1px dotted #333;
}

#dEnviar {
	margin:1em auto;
	text-align:center;
}

#Idiomas {
	position:absolute;
	left:0px;
	top:0px;
	padding: 4px 4px 0px 4px;
	font-size:85%;
	color:#ffffff;
}
#Idiomas a {
	display: inline;
	color:#ffffff;
	text-decoration:none;
}

#Idiomas a:hover{
	text-decoration:underline;
}
