/*Teatro VENTANA */

#window_teatre{
	width:300px;
}

#window_teatre_contents{
  background-color: #FFF;
  border: 1px solid  #000000;
  padding: 8px;  
}
#window_teatre_beak{
  width: 28px;
  height: 38px;
  background: url('corners/simple_beak.png') top left no-repeat transparent;
}

#window_teatre_tl, #window_teatre_tr, #window_teatre_bl, #window_teatre_br,
#window_teatre_t, #window_teatre_l, #window_teatre_r,#window_teatre_b{
  height: 0px;
  width: 0px;
}

/* teatre CONTENIDO*/

#TeatroInfo .TeatroNombre{
	font-weight:900;
	font-size:14px;
	padding:8px 0;
	width:300px;
}

#TeatroInfo .TeatroEspacio{
	width:300px;
	font-size:12px;
	padding-bottom:4px;
}


#TeatroInfo .TeatroTipo{
	width:300px;
	font-size:11px;
	padding-bottom:4px;
}
#TeatroInfo .TeatroDescripcion{
	
	width:300px;
	font-size:11px;
	padding-bottom:4px;
}


#TeatroInfo .TeatroDireccion{
clear:both;
padding-top:5px;
padding-bottom:5px;
font-size:8px;
}

#TeatroInfo .TeatroWeb{
text-align:center;
height: 20px;
	margin-top: 8px;
}
