@charset "utf-8";
/* CSS Document */
/* MENU */
#menu {  
	list-style:none;
	margin:0;
	padding:0;
	margin-left:15px;
}
#menu li {
	margin:2px;
	padding:0; 
}
#menu li a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	display:block; 
	width:100px;
	height: 16px;
	padding:2px 0;
	text-decoration:none;
	text-align:left;
	font-size:14px;
	color:#ffcc00;
	background-color:#cc3333;
	border-left:10px solid #ff6600;
	border-bottom:1px dotted #ff6600;
	border-top:1px dotted #ff6600;
	border-right:1px dotted #ff6600;
	
}
#menu li a:hover {
	color:#ffcc00;
	background-color:#ff6600;	
	border-left-color:#ffcc00;
}
/************************************************/
#submenu {  
	list-style:none;
	margin:0;
	padding:0;
	margin-left:15px;	
}
#submenu li {
	margin:2px;
	padding:0; 
	float:left;
}
#submenu li a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	display:block; 
	width:150px;
	height: 28px;
	padding:2px 0;
	text-decoration:none;
	text-align:left;
	font-size:14px;
	color:#ffcc00;
	background-color:#cc3333;
	border-left:1px solid #ff6600;
	border-bottom:1px dotted #ff6600;
	border-top:1px dotted #ff6600;
	border-right:1px dotted #ff6600;
	
}
#submenu li a:hover {
	color:#ffcc00;
	background-color:#ff6600;	
}
/************************************************/
#destacados{  
	list-style:none;
	margin:0;
	padding:0;	
}
#destacados li {
	margin:7px;
	padding:0; 
}
#destacados li a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-align:left;
	font-weight:bold;
	font-size:11px;
	color:#990000;	
}
#destacados li a:hover {
	color:#ffcc00;
}
/*************************************/
/* ESTRELLAS*/
/*             styles for the star rater                */	
	.star-rating{
		list-style:none;
		margin: 0px;
		padding:0px;
		width: 125px;
		height: 25px;
		position: relative;
		overflow:hidden;
		background: url('../imagenes/micelaneas/estrella.gif') top left repeat-x;		
	}
	.star-rating li{
		padding:0px;
		margin:0px;
		width:25px;
		height:25px;
		/*\*/
		float: left;
		/* */
	}
	.star-rating li a{
		display:block;
		width:25px;
		height: 25px;
		line-height:25px;		
		text-decoration: none;
		text-indent: -9000px;
		z-index: 20;
		position: absolute;
		padding: 0px;
		overflow:hidden;
	}
	.star-rating li a:hover{
		background: url('../imagenes/micelaneas/estrella.gif') left bottom;
		z-index: 2;
		left: 0px;
		border:none;
	}
	.star-rating a.one-star{
		left: 0px;
	}
	.star-rating a.one-star:hover{
		width:25px;
	}
	.star-rating a.two-stars{
		left:25px;
	}
	.star-rating a.two-stars:hover{
		width: 50px;
	}
	.star-rating a.three-stars{
		left: 50px;
	}
	.star-rating a.three-stars:hover{
		width: 75px;
	}
	.star-rating a.four-stars{
		left: 75px;
	}	
	.star-rating a.four-stars:hover{
		width: 100px;
	}
	.star-rating a.five-stars{
		left: 100px;
	}
	.star-rating a.five-stars:hover{
		width: 125px;
	}
	.star-rating li.current-rating{
		background: url('../imagenes/micelaneas/estrella.gif') left center;
		position: absolute;
		height: 25px;
		display: block;
		text-indent: -9000px;
		z-index: 1;
	}
	
	/* remove halo effect in firefox   */
	a:active{
		outline: none;
	}
	
.tags{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	height: 14px;
	text-decoration:none;
	font-size:18px;
	color:#70645A;
	vertical-align:middle;
	margin:12px;
}
.tags a {color:#70645A;}
.tags a:hover {color:#810504;}

