body { 
margin: 0;
padding: 0; 
text-align:center;
background-image:url(bg_naranja.jpg);	
}
a:link {
color : #ffffff; 
text-decoration : none; 
} 
a:visited {
color : #ffffff; 
text-decoration : none; 
} 
a:hover {
color : #ffcccc; 
text-decoration : underline; 
} 
a:active {
color : white;/*#0058b0; */
text-decoration : none; 
} 

.linkrecomendado
{
	color:Black;
	text-decoration : none; 	
}
.linkrecomendado a:link
{
	color:Black;
	text-decoration : none; 	
}

.linkrecomendado:active
{
	color:Black;
	text-decoration : none; 	
}

.linkrecomendado:hover 
{
	color:red;
	text-decoration : none; 	
}

.linkrecomendado:visited
{
	color:Black;
	text-decoration : none; 	
}

.linkrecomendado:visited
{
	color:Black;
	text-decoration : none; 	
}

#Divparent
{
	width:80%;
	text-align:center;
	background-image:url(bg_naranja.jpg);
	background-repeat:repeat-x;
	border-left:groove 2px;
	border-right:solid 2px;
	margin:auto;
}

#DivHeader
{	
	width:100%;	
	text-align:center;
	background-color:InactiveCaption;
}
#DivMenu
{
	color:White;
	font-weight:bold;
	height:20px;
	text-align:left;
	vertical-align:text-top;
	width: 100%;				
	background-image: url('../../img/Fondo-menu.png');	
	background-repeat:repeat-X;
	vertical-align:middle;
}

#DivContent
{
	width:100%;	
}

#DivData
{
	width:75%;	
	float:left;
	border-right-style:groove;
	border-right-color:Blue;	
	padding-right:15px;
}

#DivVotos
{
	background-color:InactiveCaption;
	color:White;
	font-weight:bold;
	width:19%;
	float:left;
	border-right:solid 1% green;
}

#DivImagen 
{
	width:79%;
	vertical-align:top;
	background-color:Transparent;
}

#DivEnlaces
{
	width:193px;
	/*background-color:#3366FF;*/
		background-image: url('../../img/Fondo-menu.png');	
	background-repeat:repeat-X;
	margin-top:3px;
	margin-bottom:3px;
	margin-right:3px;
}
#DivEnlaces div
{
	width:100%;
	background-image: url('../../img/bgItem.jpg');	
	background-repeat:repeat;
}
#DivEnlaces div li
{
	margin-left:0;
	padding-left:0;
	list-style-image:url('../../img/waiting1.gif');	
	list-style-position:inherit;
	list-style-type:georgian;
	text-align:left;
}
#DivEnlaces div li a
{
	font-weight: bold; color: blue; text-decoration: none;
}
#DivEnlacesBanner
{
	background-color:#3366FF;
	width:197px;
	margin-top:3px;
	margin-bottom:3px;
	margin-right:3px;
	color:White;
	font-weight:bolder;
}

#DivAds
{
	text-align:center;
	padding-top:12px;	
	width:22%;
	background-color:white;/*Orange;*/
	float:right;
	vertical-align:top;			
	margin:auto;
	padding:auto;		
	min-height:500px;
}
.tblmenu 
{
	width:100%
}
.tblmenu a:hover
{
	color:Orange;
	font-style:normal;
	text-decoration:none;
}
.tblmenu a:visited
{
	color:white;
	font-style:normal;	
	text-decoration:none;
}

.tblmenucellInicial 
{
	width:20%;	
	text-align:center;
}
.tblmenucell 
{
	width:15%;
	border-left-color:White;
	border-left-style:groove;
	text-align:center;
}
.tblmenubuscar 
{
	width:15%;
	border-left-color:White;
	border-left-style:groove;
}
/*Listado Items*/
	/*Item*/
	#divImageItem 
	{
		float:left;
		width:30%;				
		background:inherit;		
		
	}
	#divVideoImg
	{
		vertical-align:top;
		background:inherit;
	}
	#divImageItem #divVideoImg img
	{
		height:70px;
		width:105px;
		vertical-align:top;		
	} 
	#divItemDescripcion 
	{	float:right;
		text-align:left;
		width:70%;
		vertical-align:top;				
		background-image:url('../../img/bgItem.jpg');
		background-repeat:repeat-x;
	}
	#divItemCategoria
	{
	width:50%;
	float:left;
	}
	#divItemGrid
	{
		border-top-style:groove;
		border-top-color:InactiveCaption;
		border-top-width:thin;		
		padding-top:10px;		
			
	}
	#divItemDuracion
	{
		width:48%;	
		vertical-align:middle;
	}
	.titulo
	{
		color:Blue;
		font-family:Bell MT;
		font-size:14pt;
		font-weight:bold;
		background:inherit;
	}
	.tituloCategoria
	{
		font-size:smaller;
		background:inherit;
		}
	/* end */
/** end **/


/* Begin star rater CSS */
.srating{
list-style:none;
margin: 0px;
padding:0px;
width: 100px;
height: 20px;
position: relative;
background: url(strating.gif) top left repeat-x;		
}
.srating li{
padding:0px;
margin:0px;
/*\*/
float: left;
/* */
}
.srating li a{
display:block;
width:20px;
height: 20px;
text-decoration: none;
text-indent: -9000px;
z-index: 20;
position: absolute;
padding: 0px;
background-image:none;	
}
.srating li a:hover{
background: url(strating.gif) 0px -20px repeat-x;
z-index: 1;
left: 0px;
}
.srating a.onestar{
left: 0px;
}
.srating a.onestar:hover{
width:20px;
}
.srating a.twostars{
left:20px;
}
.srating a.twostars:hover{
width: 40px;
}
.srating a.threestars:hover{
width: 60px;
}
.srating a.threestars{
left: 40px;
}
.srating a.fourstars{
left: 60px;
}	
.srating a.fourstars:hover{
width: 80px;
}
.srating a.fivestars{
left: 80px;
}
.srating a.fivestars:hover{
width: 100px;
}	
/* End star rater CSS */