/* Generated by KompoZer */
@charset "utf-8";
body {
  background-color:#666666;
  background-image:url(../imgs/bg_1.jpg);
  background-position:center;
  background-repeat:no-repeat;
  background-attachment:fixed;
  font-family:Arial, Helvetica, sans-serif;
  color:#000000;
  font-size:small;
}
.tabPrincipal{
	width:1000px;
};
.review{
	width:250px;
	float:left;
	background-color:#EEEEEE;
	height:300px;
	color:#000000;
};
.calendario{
	float:left;
	width:250px;
	background-color:#EEEEEE;
	color:#000000;
};
.principal{
	width:710px;
	float:right;		
};
.tituloPelicula{
	font-weight:bold;
};
.tituloBloque{
	font-weight:bold;
	background-color:#000099;
	color:#FFFFFF;
};
.vacio{
	width:20px;
	height:300px;
	float:left;
};
.menu{
	text-align:center;
	color:#000000;
	background-color:#FFFFFF;
	font-size:smaller;
	};
.sidebar{
	width:250px;
	float:left;
};