@charset "utf-8";

body {
	background-color: #FEF1F2;
}

a:link {
	color: #CC0000;
}
a:visited {
	color: #CC0000;
}
a:hover {
	color: #FF3535;
}
a:active {
	color: #CC0099;
}

.titulo_pelicula {
	font-family: "Trebuchet MS", Arial;
	font-size: 20px;
	font-weight: bold;
	color: #CC0000;
}
.sinopsis_titulo {
	font-family: "Trebuchet MS", Arial;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
}
.textos {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}

