
/* L I S T A D O S */
#listTotal .listElement {
	width: 100%;
	clear: 	both;
	
	margin: 0px;
	padding-bottom: 10px;
	
	vertical-align: top;
	border-bottom:  2px solid #f5f5f5;
}
#listTotal .listElement ul{
	width: 	auto;
	clear: 	both;

	padding: 0px 0px 0px 0px;
}
#listTotal .listElement li{
	width: 	auto;
	clear: 	both;

	margin: 0px 0px 0px 40px;
	padding: 0px 0px 0px 3px;
}
#listTotal .listElement .title{
	width: 	100%;
	clear: 	both;
	
	margin: 0px;
	padding-bottom: 5px;
}
#listTotal .listElement .date{
	width: 	auto;
	clear: 	none;
	
	margin: 0px;
	padding-bottom: 5px;	
}
#listTotal .listElement .normal{
	width: 	auto;
	clear: 	none;
	
	margin: 0px;
	padding-bottom: 5px;
}

#listTotal .listElement .image{
	width:	auto;
	clear: 	none;
	
	margin: 0px;
	padding-right: 5px;
}

#listTotal .listElement .image img{
	height:	85px;
}
#listTotal .listElement .intro{
	width: 	auto;
	clear: 	none;
}

#listTotal .listElement .texto{
	width: 	auto;
	clear: 	both;
		
}

/* B U S Q U E D A */
#resultadoBusqueda .title{
	width: 	100%;
	clear: 	both;
	
	margin: 0px;
	padding-bottom: 5px;
}
#resultadoBusqueda .subtitle{
	width: 	100%;
	clear: 	both;
	
	margin: 0px;
	padding-bottom: 10px;
}
#resultadoBusqueda .listElement {
	width: 100%;
	clear: 	both;
	
	margin: 0px;
	padding-bottom: 10px;
	
	vertical-align: top;
	border-bottom:  2px solid #f5f5f5;
}
#resultadoBusqueda .listElement .intro{
	width: 	auto;
	clear: 	none;
}
#resultadoBusqueda .listElement .intro h6{
	width: 	auto;
	clear: 	both;

	padding-top: 5px;
}
#resultadoBusqueda .listElement .intro h3{
	width: 	auto;
	clear: 	both;
	
	padding-top: 10px;
	padding-bottom: 5px;
}

#resultadoBusqueda .searchPaging {
	width: 	100%;
	clear: 	both;

	padding-top: 10px;
	text-align: center;
}

#resultadoBusqueda .searchPaging input.boton{
	width:	auto;
	height:	20px;
	
	margin:		0px 0px 0px 0px;
	border-top:  	1px solid #000000;
	border-right: 	1px solid #000000;
	border-bottom:  1px solid #000000;
	border-left: 	1px solid #000000;
	background-color: #000000;
	
	cursor: 	pointer;
}

.paginacion {
	width: 	100%;
	clear: 	both;

	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.paginacion input.boton{
	width:	auto;
	height:	20px;
	
	margin:		0px 0px 0px 0px;
	border-top:  	1px solid #000000;
	border-right: 	1px solid #000000;
	border-bottom:  1px solid #000000;
	border-left: 	1px solid #000000;
	background-color: #000000;
	
	cursor: 	pointer;
}


