/* CSS Document */

body {
	margin:0;
	padding:0;
	background:#000 url(slants.gif);
	color:#FFF;
}
a:link, a:visited {
	color:#F33;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a.azul:link, a.azul:visited {
	color:#369;
	text-decoration:none;
}
a.azul:hover {
	text-decoration:underline;
}
a.verde:link, a.verde:visited {
	color:#33CC00;
	text-decoration:none;
}
a.verde:hover {
	text-decoration:underline;
}
img {
	border:0;
	lowsrc:url(loading.gif);
}
.cabeza {
	width:900px;
	margin:0 auto;
	background:#000 url(bghead.jpg) no-repeat;
	background-position:bottom;
	border:3px #666 ridge;
	border-bottom:none;
}
.contenido {
	width:880px;
	padding:10px;
	margin:0 auto;
	background:#003366;
	border:3px #666 ridge;
	border-top:none;
}
.chicoi {
	color:#999;
	font-style:italic;
	font-size:12px;
}
.titulo {
	color:#FF0;
	font-size:22px;
	font-weight:bolder;
}
.texto {
	font-size:16px;
	color:#3C9;
	text-indent:2em;
}
.tblock {
	width:80%;
	margin:10px auto;
	background:#000;
}
.tblock:hover {
	background:#0A0A0A;
}
.foto {
	width:94px;
	padding:6px;
	float:left;
}
.mela {
	width:300px;
	margin:0 auto;
}
/* Bloque de Video */
.centrar {
	margin:10px auto;
}
.menupu {
	clear:both;
	overflow:auto;
	width:340px;
	height:300px;
	border:none;
}
.block {
	width:90%;
	margin:5px auto;
}
.vtitle {
	background: url(vidtitle.png) no-repeat;
	text-indent:30px;
}
/* Publicidad */
.pub {
	width:728px;
	margin:10px auto;
}
/* Slider */
.contentslide{
padding: 8px;
width: 350px;
height: 320px;
}
.contentslide .opacitylayer{
width: 100%;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}
.contentslide .contentdiv{
display: none;
}
.pagination{
width: 350px;
text-align: right;
padding: 0 0 4px 0;
}