body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
}
h2 {
	margin-top: 50px;
	background-color: #00306E;
	color: #FFFFFF;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
}
h3 {
	margin-top: 25px;
	color: #00306E;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}
li {
	list-style-type: none;
	margin-top: 20px;
}
a:link {
	color: #00306E;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #00306E;
	text-decoration: none;
}

.todo {
	position: absolute;
	right: 0px;
	text-align: left;
	display: block;
}
.ficha_prin {
	background-image: url(../images/ficha_07_01.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 627px;
	width: 30px;
}
.ficha_prin span {
	display: none;
}

.ficha_cuerpo {
	background-image: url(../images/ficha_07_03.gif);
	background-repeat: repeat-x;
	height: 627px;
	float: left;
}

.ficha_fin {
	background-image: url(../images/ficha_07_05.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 627px;
	width: 30px;
	float: left;
}
.cartel {
	float: left;
	width: 260px;
	margin-top: 25px;
	margin-right: 10px;
}
.sinopsis {
	float: left;
	width: 260px;
}
.tecnico {
	float: left;
	overflow: auto;
	margin-left: 10px;
	height: 627px;
	width: 200px;
}
.foto {
	float: left;
	width: 350px;
}
.ficha_tec {
	float: left;
	height: 627px;
}
.titulo {
	margin-top: 10px;
	height: 99px;
	width:275px;
	padding-top: 10px;
}
.titulo span {
	margin-left:50px;
}
.franja {
	background-color: #D61AAB;
	margin-top: 10px;
	height: 99px;
	font-size: 36px;
	display: block;
	color: #000000;
	background-image: url(../images/borde.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 575px;
	padding-left: 25px;	
}
.director {
	top: 10px;
	position: relative;
	font-size: 16px;
	color: #FFFFFF;
	overflow:hidden;
}
.negrita {
	font-weight: bold;
	color: #999999;
}
.resalta {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.ficha_fin span {
	display: none;
	visibility: hidden;
}
.listado {
	font-size: 10px;
	font-weight: bold;
	height: 10px;
}
.cerrar {
	height: 50px;
	width: 50px;
	position: absolute;
	top: 15px;
	right: 15px;
}

