#portadas {
	font-family: Arial, Verdana, Geneva, Helvetica;
	font-size: 12px;
	float: left;
}
ul#portadas {
	font-family: Arial, Verdana, Geneva, Helvetica;
	font-size: 12px;
	float: left;
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 100%;
	list-style-type: none;
}
ul#portadas li {
	float: left;
}
ul#portadas li a {
	color: #000;
	text-decoration: none;
	background-image: url(../laboreo/imagenesLab/portadas/fondo_portadas.jpg);
	background-repeat: repeat-x;
	background-position: top;
	display: block;
	width: 34px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	text-align: center;
	height: 19px;
	font-size: 11px;
	vertical-align: 50%;
	padding-top: 7px;
}
ul#portadas li a.seleccionado {
	color: #FFF;
	background-position: bottom;
}
ul#portadas li a:hover {
	background-position: bottom;
	color: #FFF;
}
ul#portadas li.principio {
	color: #333;
	font-weight: bold;
	width: 206px;
	text-align: center;
	height: 20px;
	padding-top: 6px;
	background-image: url(../laboreo/imagenesLab/portadas/fondo_portadas2.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000;
	border-left-color: #000;
	font-size: 12px;
}
ul#miniaturasPortadas {
	width: 420px;
	list-style-type: none;
	padding:0;
	margin:0px 0 0 30px;
}

ul#miniaturasPortadas li img {
	width:97px;
	height:auto;
	margin-bottom:5px;
	border:0;
}
ul#miniaturasPortadas li {
	margin-right:35px;
	margin-top:15px;
	float:left;
}
ul#miniaturasPortadas li h3 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align:center;
	color:#393;
	font-weight:bold;
	margin:0;
}
ul#miniaturasPortadas li p {
	text-align:center;
	font-size:11px;
	line-height:normal;
	margin:0;
	font-family: Verdana, Geneva, sans-serif;
}


