/* Estilos para la pagina de resultados de la busqueda */

@import "informacion_theme.css";

#meta {
	margin: 15px 5px;
}

.even-item {
	margin-bottom: 5px;
	padding: 10px 10px 5px 10px;
	background-color: #FCFCFC;
	font-size: 95%;
}

.odd-item {
	margin-bottom: 5px;
	padding: 10px 10px 5px 10px;
	background-color: #FBFBFB;
	font-size: 95%;
}

.item-title {
	color: #FF0000;
	font-size: 105%;
	font-weight: bold;
}

.marked {
	font-weight: bold;
}

.even-item a:link, .even-item a:visited, .even-item a:active,
.odd-item a:link, .odd-item a:visited, .odd-item a:active {
	padding: 0;
	color: #FF0000;
	text-decoration: none;
	background-image: none;
}

.even-item a:hover, .odd-item a:hover {
	text-decoration: underline;
}

#pager {
	text-align: center;
	font-size: 80%;
}

.pagactual {
	padding: 0 3px;
	color: #FF0000;
	font-weight: bold;
	background: #FAFAFA;
	border: 1px solid #E4E4E4;
}

a.pager {
	padding: 0;
	color: #FF0000;
	text-decoration: none;
	background-image: none;
}

a.pager:hover {
	text-decoration:	underline;
}

a.anterior, a.siguiente {
	padding: 0;
	margin: 0 10px;
	color: #000000;
	text-decoration: none;
	background-image: none;
}

a.anterior:hover, a.siguiente:hover {
	color: #666666;
}

