@charset "utf-8";

/* ----------------------RESETEAMOS MARGENES Y BORDES----------------------------- */
* {margin: 0px;border: 0px;text-decoration: none; border:none; outline:0;}

/* -------------BODY--------------- */
body {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #999999;}

/* -------------ETIQUETAS H--------------- */
h1 {color: #666666;font-size: 11px;font-weight: 700;}
h2 {font-size: 11px;color: #999999;}
h4 {font-size: 11px;color: #666666;font-weight: normal;}
h1.subrayado{color: #666666;font-size: 11px;font-weight: 700; text-decoration:underline;}

/*--------------ENLACES--------------------*/
a:link {color: #666;text-decoration: none;font-weight: 700;} 

a:hover{color: #333; text-decoration:underline;}

a.foco {color:#666;} 

/* -----------------------ESTILOS DE CONTENEDORA---------------------------------- */
.contenedora {
	height: auto;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}

/* -----------------ESTILOS DE CABECERA---------------------------- */

.cabecera {
	/*height: 106px;
	width: auto;
	clear: both;
	background-image: url(../../../graphics/pc/TeatrosCanal/bandera_madrid.gif);
	background-repeat: no-repeat;
	background-position: right top;*/
}

.cabecera .logotipo_cabecera {
	margin-top: 20px;
	margin-left: 0px;
	margin-bottom:25px;
}

.cabecera2 .logotipo_cabecera {
	margin-top: 20px;
	margin-left: 0px;
}

.cabecera a.logotipo_enlace {display:inline;}

/* -----------------ESTILOS DE CONTENIDO---------------------------- */
.contenido {
	clear: both;
	height: auto;
	width: auto;
}

/* -----------------ESTILOS DE CONTENIDO (COLUMNA IZQUIERDA)---------------------------- */
.contenido .columna_izquierda {
	float: left;
	height: auto;
	width: 164px;
	padding-top: 25px;
	padding-left: 5px;
	margin-top:-20px;
}

/* -----------------ESTILOS DE BANNER L---------------------------- */
.bannerL 
{
	display:block;
	width: 120px;
	height: 240px;
	margin: 50px 0px 50px 0px;
} 

/* -----------------ESTILOS DE BANNER S---------------------------- */
.bannerS 
{
	display:block;
	width: 180px;
	height: 150px;
	margin: 50px 0px 50px 0px;
} 

.bannerLeft
{
	display:block;
	width: 120px;
	height: 120px;
	margin: 50px 0px 50px 0px;
} 


/* -----------------ESTILOS DE MENU---------------------------- */

.glossymenu a:link, a:visited {color: #262626;text-decoration: none; font-weight:normal;display:block;margin-bottom: 4px;}

.glossymenu a:hover, a:active {color: #9c9c9c;}

.glossymenu a.foco {color:#9c9c9c;}

.glossymenu{width: 164px; /*width of menu*/padding-top:10px;}

.glossymenu div.submenu ul{ list-style-type: none;margin: 0px;padding: 0;}

.glossymenu div.submenu ul li a{padding: 2px 0;padding-left: 10px; width:152px; height:14px; font-weight:normal;}

.glossymenu div.submenu2 ul{ list-style-type: none;margin: 0px;padding: 0;}

.glossymenu div.submenu2 ul li a{padding: 2px 0;padding-left: 10px; width:152px; height:14px; font-weight:normal;}

/* -----------------ESTILOS DE CONTENIDO (COLUMNA CENTRAL)---------------------------- */
.contenido .columna_central {
	float: left;
	height: auto;
	width: 570px;
	margin-top:-12px;	
}

.breadcrumbs {margin-bottom:15px;}

.breadcrumbs a.migasdepan{color: #666666;text-decoration: none; font-size:10px;display:inline;}

.espectaculos_destacados {height: 378px;width: 585px;margin-bottom:25px;margin-top:-11px;}

.espectaculos_destacados img {margin:0px 0px 15px 0px; padding:0px;}

.avisoEspecial {color:#FF0000;}

.imagen_ficha_espectaculo 
{
	margin-bottom:14px;
	text-align:center;
	
}
.datos_espectaculo {
	float:left;	
	margin-top: 14px;	
	margin-bottom: 20px;	
	width:408px;
    
}

.ComprarEntrada2
{
	float:left;
	margin-top: 14px;	
	margin-bottom: 20px; 
	width:160px;
    height:60px;
}
a.EnlaceComprarEntrada2 
{
	display:block; 
	text-align:left;
	color:#666;
	font-weight:700; 
}

ComprarEntradaFooter
{
	float:left;
	margin-top: 14px;	
	margin-bottom: 40px; 
	width:200px;
    height:50px;
}

.ComprarEntrada
{
	float:left;
	margin-top: 14px;	
	margin-bottom: 20px; 
	width:162px;
    height:50px;
    margin-right: 30px;
}
a.EnlaceComprarEntrada 
{
	display:block; 
	text-align:left;
	color:#666;
	padding-left:14px;
	font-weight:700; 
	width:130px;
	float:left;
	background:url(../../../graphics/pc/TeatrosCanal/ico_reserva_1.gif) no-repeat 0 1px; 
}

a:hover.EnlaceComprarEntrada    
{
	display:block; 
	background:url(../../../graphics/pc/TeatrosCanal/ico_reserva_2.gif) no-repeat; 
}

.TextoComprarEntrada
{
    display:block; 
	font-weight:700; 
	color:#666;
	/*background:url(../../../graphics/pc/TeatrosCanal/ico_reserva_1.gif) no-repeat 0px 2px; */
}

.content h3
{
    font-weight:700;
    font-size:11px;
    color:#666;
    margin-bottom:5px;
    margin-top:5px;
}

.content p
{
    margin-bottom:15px;
    font-weight:normal;
}

p.content
{
	margin-bottom:15px;
	    font-weight:normal;
}

p.content strong
{
	color: #262626;
	font-weight:700;
}

.columna_central h3
{
	font-size:12px;
	color: #262626;
	font-weight:700;
}

.Question 
{
	font-style:italic;
	
}
.underline
{
	text-decoration:underline;
}


/* -----------------ESTILOS DE TABLA DE ESPECTÁCULOS PORTADA---------------------------- */

td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
}
a.filas {
	color: #999999;
	font-weight: normal;
}

.tablagenda {
	margin-top: 28px;
}


.primera {
	padding: 0px;
	font-weight: 700;
}
.blanco_primera {
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.blanco {
	width: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.thumbnail {
	width: 80px;
	padding-top: 7px; 
	padding-bottom:7px;
}

.nombre {
	padding-top: 7px; 
	padding-bottom:7px; 
	vertical-align: middle; 
	width: 180px;
}
.tipo {
	width: 120px;
	padding-top: 5px; 
	padding-bottom:5px; 
	vertical-align: middle;
	text-align: center;
}
.fecha {
	padding-top: 7px; 
	padding-bottom:7px; 
	width:250px; 
	vertical-align: middle;
}
.sala {
	color: #FF0000;
	/*text-transform: uppercase;*/
	padding-top: 7px; 
	padding-bottom:7px; 
	vertical-align: middle;
	width: 60px;
	text-align: center;
}
.ver_mas_espectaculos {
	width: auto;
	margin-top: 10px;
}
a.ver_mas{color: #666; font-weight:700; margin:0px; font-size:13px;text-decoration:none;}
.ver_mas img{vertical-align:middle;}

/* -----------------TABLA SECCION ESPECTACULOS------------------ */
td.thumbnail_espectaculo1{border:none; height:14px; width:63px; padding:0px;}
td.nombre_espectaculo1{border:none; height:14px;padding:0px;}
td.blanco1{border:none; height:14px; width:10px;padding:0px;}
td.tipo_espectaculo1{border:none; height:14px;padding:0px;}
td.fecha_espectaculo1{border:none; height:14px;padding:0px;}
td.horario_espectaculo1{border:none; height:14px;padding:0px;}
td.sala_espectaculo1{border:none; height:14px; width:28px;padding:0px;}


td.nombre_espectaculo{vertical-align: bottom; padding-right:8px; width:110px;}
td.tipo_espectaculo{vertical-align: bottom;padding-right:8px;width:142px;}
td.fecha_espectaculo{vertical-align: bottom;padding-right:8px;width:95px;}
td.horario_espectaculo{vertical-align: bottom;padding-right:8px;width:91px;}
td.sala_espectaculo{vertical-align: bottom;text-transform: uppercase;color: #FF0000;}

/* -----------------VENTA DE ENTRADAS Y CONTACTO------------------ */
.taquillas_TC{width:135px;}
.taquillas_TC span{display:block;}
.bloque_informativo{margin-top:15px;}
.entradas{margin-top:10px;}
.metro{
	background-image: url(../../../graphics/pc/TeatrosCanal/ico_metro.gif);
	background-repeat: no-repeat;
	padding-left:30px;
} 
.autobus{
	background-image: url(../../../graphics/pc/TeatrosCanal/ico_autobus.gif);
	background-repeat: no-repeat;
	padding-left:30px;
}
.parking{
	background-image: url(../../../graphics/pc/TeatrosCanal/ico_parking.jpg);
	background-repeat: no-repeat;
	padding-left:30px;
}

/* -----------------ORDENAR ESPECTACULOS------------------ */
.selector_espectaculo {width:122px;height:17px;border: 1px solid #CCCCCC;margin-bottom: 28px;margin-right:15px;font-size: 11px;font-weight: 700;color: #999;}


/* -----------------AGENDA DE PRENSA------------------ */
.cabecera_agenda {
	height: 20px;
	width: 564px;
	background-color: #DDD;
	padding: 3px;
	margin-bottom: 14px;
}
.cabecera_agenda .agenda_TC {
	display: inline;
	float: left;
	margin-right: 10px;
	padding-top: 2px;
}
.cabecera_agenda .agenda_hoy {
	height: 18px;
	width: 109px;
	background-color: #FFF;
	float: left;
	text-align: center;
	margin-right: 19px;
	padding-top: 2px;
}
.cabecera_agenda .agenda_mes {
	height: 18px;
	width: 109px;
	background-color: #FFF;
	float: left;
	text-align: center;
	padding-top: 2px;
}
.seleccion_agenda {
	color: #FF0000;
}
hr {
	margin-top: 14px;
	margin-bottom: 14px;
	height: 1px;
	background-color: #DDD;
}
.titulos_prensa {
	display: inline;
}
.resumen_prensa {
	margin-top: 14px;
}
.imagen_ficha_prensa {
	margin-bottom: 14px;
}
.foto_galeria_imgs {
	margin-right: 60px;
	margin-bottom: 15px;
	width: 150px;
	float: left;
}
.pie_de_foto {
	font-size: 10px;
	background-color: #DDD;
	color: #666666;
	clear: both;
	margin-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.ampliar_img {
	text-align: right;
}
.videocontainer {
	float: left;
}
.copyright 
{
	text-align: right;
	font-size: 10px;
	margin-top: 2px;
	float: right;
}

.h1NoSalto 
{
	float:left;
	padding-right:5px;
}

.btn_descargar {
	background-color: #FFFFFF;
	height: 18px;
	width: 109px;
	border: 1px solid #DDD;
	text-align: center;
	padding-top: 2px;
	float: left;
	margin-left: 10px;	
}


.picCabeceraInfoTeatrosCanal 
{
	display:block;
	float:left;
	width:569px;
	height:358px;
	background-image: url(../../../graphics/Resources/Content_Images/CabeceraTeatroCanalInfo.jpg);
}

.picCabeceraDirectorArtistico
{
	display: block;
	float: left;
	background-image: url(../../../graphics/Resources/Content_Images/albert_boadella_madrid.jpg);
	background-repeat: no-repeat;
}


#enlaces_ficha {height: 26px;margin-top:14px;}

#enlaces_ficha  .reservaonline    {
	display: block;
	height: 20px;
	width: 122px;

	background-image: url(../../../graphics/pc/TeatrosCanal/ico_reserva_1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	padding-top: 6px;
	color: #666666;
	float: left;
	margin-right: 8px;
}
#enlaces_ficha  a:hover.reservaonline    {
	display: block;
	height: 20px;
	width: 122px;

	background-image: url(../../../graphics/pc/TeatrosCanal/ico_reserva_2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	padding-top: 6px;
	color: #666666;
	float: left;
	margin-right: 8px;
}

#enlaces_ficha .fotos {
	display: block;
	height: 20px;
	width: 84px;
	
	background-image: url(../../../graphics/pc/TeatrosCanal/ico_fotos_1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
	padding-top: 6px;
	color: #666666;
	float: left;
	margin-right: 8px;
}
#enlaces_ficha a:hover.fotos {
	display: block;
	height: 20px;
	width: 84px;

	background-image: url(../../../graphics/pc/TeatrosCanal/ico_fotos_2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
	padding-top: 6px;
	color: #666666;
	float: left;
	margin-right: 8px;
}

#enlaces_ficha .videos {
	display: block;
	height: 20px;
	width: 70px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-image: url(../imagenes/ico_videos_1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 21px;
	padding-top: 6px;
	color: #666666;
	float: left;
	margin-right: 8px;
}
#enlaces_ficha a:hover.videos {
	display: block;
	height: 20px;
	width: 70px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-image: url(../imagenes/ico_videos_2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 21px;
	padding-top: 6px;
	color: #666666;
	float: left;
	margin-right: 8px;
}

#enlaces_ficha .prensa {
	display: block;
	height: 20px;
	width: 56px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-image: url(../imagenes/ico_prensa_1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 14px;
	padding-top: 6px;
	color: #666666;
	float: left;
	margin-right: 8px;
}
#enlaces_ficha a:hover.prensa {
	display: block;
	height: 20px;
	width: 56px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-image: url(../imagenes/ico_prensa_2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 14px;
	padding-top: 6px;
	color: #666666;
	float: left;
	margin-right: 8px;
}
#enlaces_ficha .dossier {
	display: block;
	height: 20px;
	width: 75px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-image: url(../imagenes/ico_prensa_1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 14px;
	padding-top: 6px;
	color: #666666;
	float: left;
	margin-right: 8px;
}

#enlaces_ficha a:hover.dossier {
	display: block;
	height: 20px;
	width: 75px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-image: url(../imagenes/ico_prensa_2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 14px;
	padding-top: 6px;
	color: #666666;
	float: left;
	margin-right: 8px;
}





/* -----------------ESTILOS DE CONTENIDO (COLUMNA DERECHA)---------------------------- */
.contenido .columna_derecha {
	float: left;
	width: 154px;
	padding-left: 47px;
	padding-top: 30px;
	margin-top:-20px;
}
.calendario {height: 160px;margin-bottom: 38px;}
.calendario2 {height: 160px;margin-bottom: 90px;}

.selector {width: 100%;height:17px;border: 1px solid #CCCCCC;margin-bottom: 22px;font-size: 11px;font-weight: 700;color: #999;}

.buscador .campo_busqueda {height: 17px; width: 124px; margin-top: 10px; margin-bottom: 10px; border: 1px solid #CCCCCC; font-size: 11px; font-weight: 700; color: #999;}
.Buscar {height: 21px;width: 21px; vertical-align:top; background-image: url(../../../graphics/pc/Global/lupa.jpg);margin-top: 10px;font-size: 11px;font-weight: 700;cursor: pointer; background-repeat:no-repeat;margin-left:5px}

.links_externos {margin-top: 30px; width: 190px; margin-bottom: 40px;}

.crosstraffic {display: block;margin-top: 15px;margin-bottom: 15px; font-size:11px;}
a:hover.crosstraffic {color: #666;}
a:active.crosstraffic {color: #666;}
a:hover.danza {color: #666;}
a:active.danza {color: #666;}

/* -----------------SPACER------------------ */
.spacer {
	clear: both;
}
.footer 
{
	display:block;
	clear:both;
	margin-top: 30px;
	width: 971px;
	text-align:center;
	font-size:11px;	
	font-weight:normal;
    color: #262626;
    text-decoration: none; 
    font-weight:normal;    
}
.footer a:hover
{
    color:#9c9c9c;
    text-decoration:none;
}

.footer a:visited
{
	display:inline;
	clear:both;
	color: #262626;
    text-decoration: none; 
    font-weight:700;   
}

/* -----------------PAGINACIÓN------------------ */
.PageNumDiv
{
	display:block;
	width:auto;
	float:right;
	clear:left;
}
.PageNumNavigation {
	display:block;
	border:solid 1px #dcdcdc;
	padding:4px 0px 0px 0px;
	float:left;
	margin:20px 5px 0px 0px;
	width:24px;
	height:20px;
	text-align:center;
	font-size:11px;
}

.PageNumNavigationNoBorder {
	display:block;
	padding:4px 0px 0px 0px;
	float:left;
	margin:20px 5px 0px 0px;
	width:auto;
	height:20px;
	text-align:center;
	font-size:11px;
}

.PageNumNavigationFocus {
	display:block;
	border:solid 1px #dcdcdc;
	background-color:#dcdcdc;
	padding:4px 0px 0px 0px;
	float:left;
	margin:20px 5px 0px 0px;
	width:24px;
	height:20px;
	text-align:center;
	font-size:11px;
}

a.PageNumNavigationFocus 
{
	color:#666;
	display:block;
	border:solid 1px #dcdcdc;
	background-color:#dcdcdc;
	padding:4px 0px 0px 0px;
	float:left;
	margin:20px 5px 0px 0px;
	width:24px;
	height:20px;
	text-align:center;
}

/* calendario */

.YearCal 
{
	/*display:block;*/
	text-align:center;
	font-weight:700;
}

.SelectedDay a
{
	text-align:center;
	text-decoration:none;
	display:block;
	font-weight:700;
	color:#666;
}

.Days 
{
	text-align:center;
	/*display:block;*/
}

.Days a
{
	text-align:center;
	text-decoration:none;
	display:block;
	font-weight:700;
	color:#CCC;
}

.Days a:hover
{
	text-align:center;
	text-decoration:none;
	display:block;
	font-weight:700;
	color:#666;
}

.WeekEnd
{
	text-align:center;
	/*display:block;*/
}

.WeekEnd a
{
	text-align:center;
	text-decoration:none;
	display:block;
	font-weight:700;
	color:#CCC;
}

.WeekEnd a:hover
{
	text-align:center;
	text-decoration:none;
	display:block;
	font-weight:700;
	color:#666;
}




/*
Especificos Home
*/
.LeftModule
{	
	padding-top: 12px;
	padding-right: 17px;
	padding-bottom: 12px;
	width: 244px;
	float: left;
	margin-right: 14px;
	
}

.RightModule
{	
	padding-top: 12px;
	padding-right: 17px;
	padding-bottom: 12px;
	padding-left: 17px;
	width: 244px;
	float: left;
}


.datos_principal_Left
{	
	background-color: #eae7e0;
	padding-top: 12px;
	padding-right: 17px;
	padding-bottom: 12px;
	padding-left: 17px;
	width: 244px;
	/*float: left;*/
	margin-right: 14px;
	height:80px;
}

.datos_principal_Center
{	
	background-color: #eae7e0;
	padding-top: 10px;	
	padding-bottom: 10px;
	padding-left: 20px;
	width: 550px;
	/*float: left;*/
	clear:both;
	margin-bottom:25px;
	height:80px;
}

.datos_principal_Right
{
	background-color: #eae7e0;
	padding-top: 12px;
	padding-right: 17px;
	padding-bottom: 12px;
	padding-left: 17px;
	width: 244px;
	/*float: left;*/
	height:80px;
}

a.enlaceprincipal   
{
	color: #666666;
	font-size: 11px;
	font-weight: 700;
}

/* Login */

.h4
{
	float: left; 
	margin: 0px 0px 20px 0px; 
	padding-top: 5px;
	width:110px;
}
.textbox{float: left; border: solid 1px #333; width:150px; margin-right:10px;}   
.link22{display: block; float: left; padding: 10px 0px 20px 0px;}
a:hover.link22{display: block; float: left; padding: 10px 0px 20px 0px; color:#666;}
.button22{float: left; width: 100px; color: #FFF; border: solid 1px #FFF; cursor: pointer; margin-top: 20px; background:#e22015;}
.OpenText 
{
	color:Red;
	display:block;
	padding-bottom:20px;
}

.OpenTextNormal 
{
	display: block;
    height: 16px;
    margin-bottom: 20px;
    padding: 3px 0 0 10px;

}

.OpenTextNormal2 
{
	display:block;
	padding:20px 0px;
}

.Validador 
{
	display:block;
	float:left;
	padding-top:3px;
}

.TotalEspectaculos 
{
	display:block;
	padding-bottom:20px;
}

/*TABLA FICHA NOTAS DE PRENSA*/
.PressTable 
{
	width: 570px;
}
td.thumbnail_Prensa1
{
	border:none;
	height:14px;
	width:63px;
	padding:0px;
	border-bottom: solid 1px #666;	
}

td.thumbnail_prensa
{
	border-bottom: solid 1px #666;	
}

td.thumbnail_prensa img
{
	margin:10px 0px;
}

td.nombre_Titular
{
	border:none;
	height:14px;
	padding:0px;
	border-bottom: solid 1px #666;
}

h1.Titular
{
	color: #666666;
	font-size: 11px;
	font-weight: 700;
}

td.Titulares
{
	vertical-align: bottom;
	padding-right:8px;
	padding-bottom:10px;
	border-bottom: solid 1px #666;	
}

tr.FichaPrensa
{
	border-bottom: solid 1px #666;
}

a.LinkTitular {
	color: #666;
	font-weight: 700;
	text-decoration:none;
	padding:10px 0px;
	display:block;	
}

.entradilla
{
	display:block;
	margin-bottom:10px;
}
.FechaNP
{
	display:block;
	margin-bottom:15px;
}

.checkBoxBoletin
{
	float:left;
}

/*banneres*/

a.BannerSuperior
{
	display:block;
	/*width:120px;
	height:120px;*/
	margin:17px 0;
}

a.Banner1
{
	display:block;
	width:120px;
	height:120px;
	margin:20px 0;
	background:url(../../../graphics/pc/TeatrosCanal/BannerCursoDanzaClasica.jpg);
}

a.Banner2
{
	display:block;
	width:120px;
	height:120px;
	margin:17px 0;
	background:url(../../../graphics/pc/Global/boletin.gif);
}

a.Banner4
{
	display:block;
	width:120px;
	height:52px;
	margin:20px 0;
	background:url(../../../graphics/pc/TeatrosCanal/images_banner/D.jpg);
	background-repeat: no-repeat;
}

a.Banner5
{
	display:block;
	width:120px;
	height:52px;
	margin:20px 0;
	background:url(../../../graphics/pc/TeatrosCanal/images_banner/C.jpg);
	background-repeat: no-repeat;
}

a.Banner6
{
	display:block;
	width:120px;
	height:120px;
	margin:20px 0;
	background:url(../../../graphics/pc/TeatrosCanal/images_banner/01_ASISON.jpg);
	background-repeat: no-repeat;
}

.ListLinks
{
    display:block;
    list-style:none;
    padding:0px;
    margin:0px 0px 0px 50px;
}

.ListLinks li
{
    display:block;
    float:left;
    padding-right:7px;
    padding-left:7px;
    border-right:solid 1px #666;
}

.ListLinks .SinBarra
{
    border:none;
}

.ListLinks li a
{
    color: #666;
    text-decoration: none;
    font-weight: 700;
}

.ListLinks li a:hover
{
    color: #666;
    text-decoration: underline;
    font-weight: 700;
}

a.linkliso
{
    font-weight:bold;
    color:#666;
    display:inline;
}

a:hover.linkliso
{
    color:black;
    text-decoration: underline;
}

a.linkEntradas
{
    color: #666;
    text-decoration: none;
    font-weight: 700;
    display:block;
    width:200px;
    height:12px;
    padding:2px 0 0 0;
    
}

a.ConvovatoriasBtn
{
    color: #666;
    text-decoration: none;
    font-weight: 700;
    display:block;
    width:200px;
    height:12px;
    padding:2px 0 0 0;
    
}

a:hover.ConvovatoriasBtn
{
    color: #333;
    height:12px;
    text-decoration: underline;
    font-weight: 700;
}

a.Convovatorias2Btn
{
    color: #666;
    text-decoration: none; 
    font-weight: 700;
    display:block;
    width:500px;
    height:12px;
    padding:2px 0px 8px 0px;
    
}

a:hover.Convovatorias2Btn
{
    color: #333;
    height:12px;
    text-decoration: underline;
    font-weight: 700;
}

a.enlaceEntradas
{
    display:inline;
     color: #666;
    text-decoration: none; 
    font-weight: 700;
}

a:hover.enlaceEntradas
{
    display:inline;
     color: #333;
    text-decoration: underline; 
    font-weight: 700;
}

a.Convovatorias3Btn
{
    color: #666;
    text-decoration: none;
    font-weight: 700;
    width:450px;
    padding-right:10px;
    
}

a.Convovatorias3Btn
{
    color: #666;
    text-decoration: none;
    font-weight: 700;
    width:300px;
    padding-right:20px;
}


a.BtnDescargas {
	display: block;
	height: 20px;
	background-image: url(../../../graphics/pc/TeatrosCanal/ico_prensa_1.gif);
	background-repeat: no-repeat;
	padding-left:15px;
	color: #666666;
	margin-right: 8px;
}
a:hover.BtnDescargas {
	display: block;
	height: 20px;
	background-image: url(../../../graphics/pc/TeatrosCanal/ico_prensa_2.gif);
	background-repeat: no-repeat;
	padding-left:15px;
	color: #666666;
	margin-right: 8px;
	text-decoration:underline;
}


#example_3 {  
     position: relative; /* important */  
     overflow: hidden; /* important */  
     width: 470px; /* important */  
     height: 86px; /* important */  
     margin: 0 85px;  
     background: #000;  
 }  
 
.boletin
{
    text-align:right;
    color: #262626;
    text-decoration: none; 
    font-weight:700;
    display:block;
    margin-bottom: 4px;
    border:0px; border:none; outline:0;
}
 
.boletin a:hover
{
    color:#9c9c9c;
    text-decoration:none;
    border:0px; border:none; outline:0;
}


a.Banner3
{
	display:block;
	width:153px;
	height:40px;
	background:url(../../../graphics/pc/Global/boletinS.gif);
    margin-left:789px;
}

a.TarjetaRegalo	
{
    display:block;
	width:174px;
	height:178px;
	background:url(../../../graphics/pc/TeatrosCanal/sonrisa.gif);
}

.enlaceEntradas {
	display:block;
	clear:both;
	font-size:11px;	
	font-weight:normal;
    color: #262626;
    text-decoration: none; 
    width:50px;

}
.enlaceEntradas a:hover{
    color:#9c9c9c;
    text-decoration:none;
}


/*ESTILOS RECIBIR BOLETIN*/
.LabelForm1 {
	display: block;
	width: 75px;
	float: left;
}
.LabelForm2 {
	display: block;
	width: 120px;
	float: left;
}
.Legal1 {
	margin-top: 15px;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	
}
.errorEmail
{
    padding-left:0px;
    }
    
.boletin
{
    
    color: #9c9c9c;
    text-decoration: none; 
    font-weight:700;
    display:block;
    
}
 
.boletin a:hover
{
    color:#262626;
    text-decoration:none;
}

.inputLine {
	margin-bottom: 20px;
	display: block;
	padding-left:10px;

}
.borderGrey
{
    padding-top:15px;
    height:110px;
    background-color:#F7F7F7;
    }
    
.borderGrey2
{
    padding-top:15px;
    /*height:90px;*/
    width: 570px;
    float:left;
    background-color:#F7F7F7;
    }
    
.borderGrey3
{
    padding-top:15px;
    height:300px;
    background-color:#F7F7F7;
}

.cajas
{
    border: solid 1px grey;
    height:13px
}

.checkBoxBoletin2 {
	border: none;
	width: 20px;
	margin:0 5px 0 20px;
	border: 0px;
	float:left;
}

.boletin23
{
    
    color: #9c9c9c;
    text-decoration: none; 
    font-weight:700;
    display:block;
    
}
 
.boletin23 a:hover
{
    color:#262626;
    text-decoration:none;
}

.button221 {
	width: 80px;
	height: 20px;
	margin-left: 10px;
}

/*-------------CARROUSEL IMAGENES FICHA----------------------*/
.list_carousel {
	margin-top:10px;
	margin-bottom:10px;
	width:569px;
}
.list_carousel ul {
	list-style: none;
	display: block;
	margin-left:-38px;
}
.list_carousel li {
    margin-right:6px;
	float: left;
}

#prev1, #prev2 {
	float:left;
	background:url(../../../graphics/pc/Global/btn_iz.png);
    width:20px;
    height:20px;
	margin-top:25px;
}
#next1, #next2 {
	float: right;
	background:url(../../../graphics/pc/Global/btn_der.png);
	width:20px;
	height:20px;
	margin-top:-45px;
}
	
.clearfix {
	float: none;
    clear: both;
}



/********************************************************************************************************************************************/
#wrap
{
	display:block;
	width:100%;
	height:100px;
	overflow:hidden;
}
.jcarousel-skin-tango .jcarousel-container {
    -moz-border-radius: 10px;
    height:100px;
    overflow:hidden;
   /* background: #F0F6F9;
    border: 1px solid #346F97;*/
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 100px;
    padding: 10px 45px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  100px;
    height: 125px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 100px;
    height: 70px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 20px;
    
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 0px;
    margin-right: 0;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 29px;
    right: 9px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../../../graphics/pc/Global/next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(../../../graphics/pc/Global/prev-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 29px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../../../graphics/pc/Global/prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(../../../graphics/pc/Global/next-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}


.jcarousel-list-horizontal
{
	height:120px;	
}

.boton-rojo
{
    display:block; 
	background:url(../../../graphics/pc/global/fondo_rojo.jpg);
	background-repeat:no-repeat;
	color:White;
	float:left;
	text-align:center;
    width:100px;
	height:18px;
	padding-top:2px;
	font-weight:bold;
}

.boton-gris
{
    display:block; 
	background:url(../../../graphics/pc/global/fondo_gris.jpg);
	background-repeat:no-repeat;
	color:Gray;
	float:left;
	text-align:center;
	width:100px;
	height:18px;
	padding-top:2px;
	font-weight:bold;
}

.boton-comprar-gris
{
    display:block; 
    color:White;
	background:url(../../../graphics/pc/global/fondo_gris.jpg);
	float:left;
	padding-top:2px;
	text-align:center;
	width:100px;
	height:18px;
	font-weight:bold;
	cursor:default;
}

.boton-proximamente
{
    display:block; 
    color:White;
	background:url(../../../graphics/pc/global/fondo_gris.jpg);
	float:left;
	text-align:center;
	padding-top:2px;
	width:100px;
	height:18px;
	font-weight:bold;
	cursor:default;
}

.boton-escolares
{
    display:block; 
    color:White;
    padding-top:2px;
	background:url(../../../graphics/pc/global/fondo_gris.jpg);
	float:left;
	text-align:center;
	width:100px;
	height:18px;
	font-weight:bold;
	cursor:default;
}

.boton-gratuito
{
    display:block;
    color:White; 
    padding-top:2px;
	background:url(../../../graphics/pc/global/fondo_gris.jpg);
	float:left;
	text-align:center;
	width:100px;
	height:18px;
	font-weight:bold;
	cursor:default;
}

h1.Boletin {color: #666666;font-size: 11px;font-weight: 700; padding:0 0 0 20px;}
.bullet1{background:url(../../../graphics/pc/global/bullets.png) no-repeat 0 0;}
.bullet2{background:url(../../../graphics/pc/global/bullets.png) no-repeat 0 -19px;}
.bullet3{background:url(../../../graphics/pc/global/bullets.png) no-repeat 0 -38px;}
.OptionalField
{
	color:Red;
}


/* Nuevo home */

.MainModule
{
	padding-top: 12px;
	padding-right: 17px;
	padding-bottom: 12px;
	width: 166px;
	float: left;
	margin-right: 11px;
	overflow: hidden;
}

.DatosPrincipal
{
	background-color: #eae7e0;
	padding-top: 12px;
	padding-right: 17px;
	padding-bottom: 12px;
	padding-left: 17px;
	width: 147px;
	margin-top:-10px;
	margin-right: 14px;
	height:130px;

}
