@charset "utf-8";
/* Css Programación Teatro Matacandelas pagina index*/
#programacion {
	float: right;
	background-color: #FFF;
	width: 50%;
	height: 620px;
	overflow: auto;
	position: relative;
	font-family: Verdana, Arial, Geneva, sans-serif;
	border-bottom: solid 1px #006;
	margin-bottom: 30px;
}

#programacion h2.programacion {
	width: 100%;
	height:35px;
	line-height:35px;
	font-size: 17px;
	background: #D5F1FF;
	color: #069;
	border-top: double 2px #8895a6;
	letter-spacing: 5px;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
}


#programacion h2.fecha, #programacion h4 {
	width: 100%;
	font-size: 15px;
	background: #FFF9FF;
	color: #069;
	border-top: solid 2px #8895a6;
	border-bottom: solid 2px #8895a6;
	margin: 0;
	font-weight: bold;
	letter-spacing: 2px;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
}

#programacion .noticiasfuncion {
	width: 95%;
	height: auto;
	margin: 0 auto 0 auto;
	border-bottom: solid 1px #C5DAFE;
	padding-bottom: 6px;
	overflow: hidden;
	position: relative;
	padding: 8px 0 8px 0;
}
#programacion .noticiasfuncion:hover h5 {color:#933;}
#programacion .noticiasfuncion:hover {background: #F4FFF8;}


#programacion .noticiasfuncion .dia {width:70px; height:55px; border: dashed 1px #999; float:right; background:#FFF;} 
#programacion .noticiasfuncion .dia:hover {border: dashed 1px #930;}

#programacion .noticiasfuncion h5 {
	width: 100%;
	font-size: 9px;
	color: #069;
	border-bottom: dashed 1px #CCC;
	margin-bottom: 4px;
	letter-spacing: 1px;
	text-align: center;
}

#programacion .noticiasfuncion h3 {
	width:35px;
	height:35px;
	margin:0 auto 0 auto;
	background-image: url(img/botonfecha.png);
	text-align:center; 
	line-height: 35px;
	color: #F9F9FF;
	font-size: 17px;
}
#programacion .noticiasfuncion h3.rojo {background-image: url(img/botonfechar.png);}

#programacion .noticiasfuncion span.flecha {
	height: 7px;
	width: 4px;
	background: url(../img/img_flecha.gif);
	float: right;
	display: block;
	margin: 6px 3px 0 0;
}
#programacion .noticiasfuncion a.vermas {
	margin: 3px 5px 0 0;
	text-decoration: none;
	font-size: 10px;
	float: right;
	color:#666;
}

#programacion .noticiasfuncion img {
	float: left;
	height: 52px;
	width: 52px;
	margin: 3px 13px 0 0;
	border: 2px solid;
	border-color: #000 #999 #ccc #000;
}
#programacion .noticiasfuncion img.imggrande {display:none;}
#programacion .noticiasfuncion img.sobre {
	width:300px;
	height:200px;
	position: absolute;
	left: 30px;
	top: 0px;
	border: 0;
}

#programacion .ciudad {border:2px solid #033;}
#programacion .sexta {border:2px solid #033; background-color:#FFF2F2;}

/* cambiar imagenes al pasar el mause */
#programacion .noticiasfuncion.logo img.imgo {display: none;}
#programacion .noticiasfuncion.logo:hover img {display:none;}
#programacion .noticiasfuncion.logo:hover img.imgo {display:block;}
#programacion .noticiasfuncion.logo:hover img.imagenextra {display:block;}
#programacion .noticiasfuncion p {
	color: #666;
	margin-bottom: 13px;
	font-size: 11px;
}	


.grande {font-size:13px; font-weight: bold;}

#programacion #nuevosdocs {
	background-color: #F9FCFF;
	margin-top: 10px;
	margin: 20px auto 0 auto;
}
#programacion #nuevosdocs ul {
	font-size: 10px;
	text-align: left;
	margin: 6px;
	list-style: none;
}




