@charset "utf-8";
/* CSS Document */

.titugrande {
	color: #3333CC;
	text-align: center;
	height: 50px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #004DFF;
	font: bold 20px "Trebuchet MS", Arial;
	background-color: #FFFFFF;
}
#contereun {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#bloque {
	width: 66%;
	float: right;
}
					/*Reglas barra de menú*/
#menu5 {
	width: 100%;
	margin-top: 6px;
	background-color: #FFFFFF;
}
#tres {
	float: left;
	width: 10px;
}

#menu5 ul{
	font: 13px Arial, Helvetica, sans-serif;
	margin:0;
	list-style:none;
}

#menu5 li{
	display:inline;
	margin:0 2px;
	padding:0;
}

#menu5 a{
	float:left;
	color: white;
	background: #CC6600 url(imagenes/iz.gif) no-repeat left top;
	margin:0 2px;
	padding:0 0 1px 3px;
	text-decoration:none;
	letter-spacing: 1px;
}

#menu5 a span{
	float:left;
	display:block;
	background: transparent url(imagenes/dcha.gif) no-repeat right top;
	padding:4px 10px 2px 8px;
}

#menu5 a span{
float:none;
}

#menu5 a:hover{
	background-color: #990000;
}

#menu5 a:hover span{
	background-color: #990000;
}

#menu5 #current a, #menu5 #current span{ /*currently selected tab*/
	background-color: #004DFF;
}

#menuline{
	clear: both;
	padding: 0;
	width: 788px;
	height: 5px;
	background: #CC6600;
	border-top: 1px solid #FFFFFF; /*Remove this to remove border between bar and tabs*/
	font-size: 5px;
	margin-left: 12px;
}
/*fin barra de menú 5*/

#afiche {
	width: 272px;
	float: left;
	padding: 30px 0px;
}
.volver {
	text-align: center;
	font: bold 10px Arial, Helvetica, sans-serif;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 10px;
	border: 1px solid #3333CC;
}

.volver a{
	text-decoration: none;
	color: #3333FF;
}
.volver a:hover{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

/*Reglas etiquetas Programa*/
.dias{
	width:90%;
	height:360px;
	border:1px solid;
	clear: both;
	padding-right: 15px;
	padding-left: 10px;
	color: #990000;
	margin-left: 15px;
}
#tabs{
	background-color: #FFFFFF;
	margin-top: 15px;
	margin-left: 15px;
}

#tabs ul{	
	list-style-type: none;
	padding: 0;
	
}
#tabs li{		
	display: inline;
}
#tabs a{
	float: left;
	text-decoration:none;
	color: #FFFFFF;
	background-color: #3333CC;
	margin: 0px 30px 0px 0px;
	padding: 3px 20px;
	font-weight: bold;
	border: 1px solid #3333CC;
}

#tabs a:hover{
	color: #3333CC;
	background-color: #FFFFFF;
	border: 1px solid #3333CC;
}
/*Fin etiquetas programa*/
#plantila {
	width: 50px;
	position: absolute;
	top: 691px;
	right: 237px;
}
#boton1 a {
	height: 30px;
	width: 200px;
	display: block;
	text-align: center;
	text-decoration: none;
	font: bold 13px/28px Verdana, Arial, Helvetica, sans-serif;
	background-color: #FF6633;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	border: 6px outset #999999;
}
#boton1 a:hover {
	background-color: #66CCFF;
	color: #000000;
}
