/* CSS Document */
.sinopsis1{
	font-family: Verdana;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
.sinopsis2{
	font-family: Verdana;
	font-size: 14px;
	color: #000000;
}


#textosinopsis {
	font-family: Verdana;
	font-size: 14px;
	color: #000000;
	overflow: scroll;
	SCROLLBAR-FACE-COLOR:#FFFFFF;
	SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-SHADOW-COLOR: #FFFFFF;
	SCROLLBAR-3DLIGHT-COLOR: #dddddc;
	SCROLLBAR-ARROW-COLOR: #0a77b4;
	SCROLLBAR-TRACK-COLOR: #dddddc;
	SCROLLBAR-DARKSHADOW-COLOR: #dddddc;
	overflow-x : hidden;
	overflow : auto
}
#contenedorlistado {
	overflow: scroll;
	SCROLLBAR-FACE-COLOR:#FFFFFF;
	SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-SHADOW-COLOR: #FFFFFF;
	SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-ARROW-COLOR: #0a77b4;
	SCROLLBAR-TRACK-COLOR: #FFFFFF;
	SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF;
	overflow-y : hidden;
	overflow : auto
}

.titulonegro{
	font-family: Verdana;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
.titulocursivo{
	font-family: Verdana;
	font-size: 14px;
	color: #000000;
	font-style: italic;
}


.contenidonegronegrita{
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}
.contenidonegro{
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
}
.contenidoazul{
	font-family: Verdana;
	font-size: 10px;
	color: #0a77b4;
}



.textoinf1{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}
.textoinf1bold{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
.textoinf2{
	font-family: Arial;
	font-size: 11px;
	color: #0a77b4;
	font-weight: bold;
}
.textoinf3{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}

#filtro {
	opacity: 0.2;
	-moz-opacity: 0.2;
	filter: alpha(opacity=70);
} 

A:link {color: black}
A:visited {color: black}
A:active {color: black}
A:hover {color: black}

.wwwvideo{
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}