@charset "utf-8";
#rotador {
	width:685px;
	height:210px;
	font-family:Arial, Helvetica, sans-serif;	
	margin-bottom:22px;
	
}
#imagen_principal {
	width:160px;
	height:160px;
	position:relative;/* absulte */
	left:500px;
	top:10px; /* 25 */
	background-color:#09C;
	z-index: 10;
	border:#666 1px solid;
}
#imagen_mini {
	width:685px;
	height:85px;
	margin-top:-160px;
	position:absolute;
	z-index:1;
	border-bottom:4px solid #9BD;
	background-color:#bed1e0;
}
#desc {
	width:685px;
	height:140px;
/*	background:#FFF;
	opacity:0.56;
	filter:alpha(opacity=56);
*/
	clear:both;
	position:absolute;
	padding: 0;
	float:left;
	margin-top:-70px;
}
#desc .block {
	width:450px;
	padding-left:25px;
	clear:both;
}
#desc h2 {
	font-size:16px;
	margin:0;
	padding:0;
	float:left;
	margin-top:5px;
	margin-bottom:5px;
	font-weight:normal;
}
#desc .rsstitle a {color: #000000; text-decoration:none; font-weight:normal; font-family:Georgia, "Times New Roman", Times, serif; font-size:18px; }
#desc .rsstitle a:hover { text-decoration:underline; color: #333333; }
#desc small {
	font-size:10px;
	color: #666;
}
#desc p {
	font-size:12px;
	clear:both;
}
#imagen_mini ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-left:25px;
}
#imagen_mini ul li {
	float:left;
	margin-right:20px;
	/*background:#9BD;*/
	display:block;
	height:75px;
	width:60px;
	padding-left:8px;
	padding-right:8px;
	padding-top:10px;
	
}
#imagen_mini .block {
	display:none;
}
#imagen_mini img {
	border:#000 1px solid;
}
#imagen_mini ul li.hover {
	background: #ddd;
	cursor: pointer;
}
#imagen_mini ul li.active {
	background: #9BD;
	cursor: default;
}


