#slider {
	width:250px;
	font-size:12px;
	margin-bottom: 40px;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	overflow: hidden;
	margin-left: 22px;
}
#slider li a {
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
}

.header {
	width:220px;	/*200+padding+border=250px;*/
	border:1px solid #b6b6b8;
	font-weight:bold;
	margin-top:5px;
	cursor:pointer;
	color: #333;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
	background-image: url(imagenes/fondoSlider.jpg);
	background-position: left -1020px;
	font-size: 12px;
}
/*dos-content = Contenidos relacionados*/
#dos-content ul {
	width: 248px;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
#dos-content li {
	background-image: url(imagenes/fondoSlider.jpg);
	background-position: -15px top;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 5px;
	cursor: pointer;
	text-decoration: none;
	padding-left: 18px;
	list-style-position: inside;
	list-style-type: none;
	list-style-image: none;
	text-align: left;
}
#dos-content li:hover {
	background-position: -15px -250px;
}
/*tres-content = Revistas científicas*/
#tres-content ul {
	width: 248px;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
#tres-content li {
	background-image: url(imagenes/fondoSlider.jpg);
	background-position: -15px -500px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 18px;
	cursor: pointer;
	text-align: left;
}
#tres-content li:hover {
	background-position: -15px -750px;
}
/*cuatro-content = Imagenes relacionadas*/
#cuatro-content {
	background-color: #ebebeb;
}
/*cinco-content = Enlaces*/
#cinco-content ul {
	width: 248px;
	font-size: 12px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #b6b6b8;
	border-right-color: #b6b6b8;
	border-bottom-color: #b6b6b8;
	border-left-color: #b6b6b8;
}
#cinco-content li {
	padding-right: 15px;
	padding-left: 18px;
	cursor: pointer;
	text-align: left;
}

#cinco-content li:hover {
	text-decoration: underline;
}
/*seis-content = Britannica (seis) y Ebooks (sieye)*/
#seis-content ul, #siete-content ul{
	width: 248px;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
#seis-content li, #siete-content li {
	background-image: url(imagenes/fondoSlider.jpg);
	background-position: -15px -1082px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 18px;
	cursor: pointer;
	text-align: left;
}
#seis-content li:hover, #siete-content li:hover  {
	background-position: -15px -1332px;
}


.entrada {
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 2px;
	display: block;
}
.fuente{
	font-weight: bold;
	font-size: 9px;
	padding-bottom: 2px;
	text-decoration: underline;
	display: block;
}

.header:hover {
	background-position: left -1051px
	}
	
.content {
	overflow:hidden;
	padding: 0px;
}
.text {
	width:248px;/*248+border=250px;*/
	/*padding:15px;*/
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #b6b6b8;
	border-right-color: #b6b6b8;
	border-bottom-color: #b6b6b8;
	border-left-color: #b6b6b8;
}

/********************************************
fotos reducidas
*********************************************/

#marco img, #marco2 img {
	max-height: 45px;
	width: auto;
	height: expression(this.scrollHeight > 46? "45px": "auto");
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#marco  {
	height: 45px;
	max-width: 60px;
	min-width: 30px;	
	display: block;
	text-align: center;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 7px;
	border-left-width: 2px;
	border-style: solid;
	border-color: #FFF;
	margin-top: 15px;
	margin-left: 15px;
	float: left;
	overflow: hidden;
}

#marco2  {
	height: 45px;
	max-width: 60px;
	min-width: 30px;
	display: block;
	text-align: center;
	margin-top: 2px;
	float: left;
	overflow: hidden;
	margin-right: 8px;
	margin-bottom: 2px;
	border-width: 1px;
	border-style: solid;
	border-color: #414141;
}


#uno-content {
	background-color: #353535;
}

#uno-content .text{
	padding-bottom: 20px;
}

.visualClear {
	clear: both;
}
