@CHARSET "UTF-8";

/* breves */

#breves {
	margin-bottom: 10px;
	padding: 5px 0px 0px 0px;
	
}

#breves h4 {
	margin: 0px 0px 5px 0px;
	text-align: center;
}

#breves tr td {
	width: 160px;
	text-align: justify;
	font-size:11px;
	vertical-align: top;
	padding-left: 10px;
	
}

#breves tr td.first {
	padding-left: 0px;
}


/* slideshow */
ul.slideshow {
	list-style:none;
	width:500px;
	height:300px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
	
}	

ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
}

ul.slideshow li.show {
	z-index:500;	
}

ul img {
	border:none;	
}

#slideshow-caption {
	width:500px;
	height: 50px;
	position:absolute;
	bottom:0;
	left:0;	
	color:#fff;
	background:#000;
	z-index:500;
}

#slideshow-caption .slideshow-caption-container {
	padding:5px 10px;	
	z-index:1000;	
}

#slideshow-caption h3 {
	margin:0;
	padding:0;	
	font-size:18px;
}

/* discos */

ul.discos { 
	margin: 0px; 
	padding: 0px; 
	list-style-type: none;
}
ul.discos li { 
	display: block;
	width: 150px;
	float: left;
	margin-left: 5px;
	text-align: center;
}

ul.discos li.first { 
	margin-left: 0px;
}

/* ultimos comentarios */

#last-comments {
	margin-top: 110px;
}
#last-comments h3 {
	margin-top: 10px;
}

#last-comments ul {
	margin: 0px;
	padding: 0px;
}

#last-comments li {
	display: block;
	list-style: none;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px dashed #666;
	color: #666;
	font-size: 11px;
}

#last-comments li a {
	font-size: 13px;
	font-weight: bold;
}

/* slideshow */
#slider {
	width:500px;
	height:300px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
	background:url(..images/loading.gif) no-repeat 50% 50%;
}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

#slider a {
	display:block;
}

.nivo-directionNav a {
	display:block;
	width:32px;
	height:34px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}

.nivo-caption {
	font-size: 20px;
}