body {
	background-image: url(images/fondo.gif);
}

.imagethumb a {
	display: block;
	padding: 4px;
	margin: 3px;	
	border: 1px solid #AA7F55;
	background: transparent;
	line-height: 0px;
	}
	
.imagethumb a:visited {
	border: 1px solid #AA7F55;
	}
	
.imagethumb a:hover {
	border: 1px solid #e7b646;
	background: #e7b646;
	}
	
.imagethumb {
	float: left;
	}
.pagination {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*	float: left;*/
	clear: both;
	margin: 10px 0 0 0;
	text-align: center;
	width:100%;
	color: #000;
}



.pagination a {
	padding:3px;
	padding-left:10px;
	padding-right:10px;
	background-position: top center;
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
	line-height:20px;
	font-size:10px;
	text-transform:capitalize;
	background-image: url(img/bt_paginador.gif);
	background-repeat: no-repeat;
}

.pagination a:hover {
	background-image: url(img/bt_paginador_rol.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
}
.pagination span {
	padding:3px;
	padding-left:10px;
	padding-right:10px;
	background-position: top center;
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
	line-height:20px;
	font-size:10px;
	text-transform:capitalize;
	background-image: url(img/bt_paginador_activo.gif);
	background-repeat: no-repeat;
}

.Estilo2 {color: #666666; }
body,td,th {
	color: #333333;
}

.form_boton {
	border: solid 1px #6B190B;
	background-color: #A40000;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	width: 66px;
	font-weight: bold;
	text-transform: uppercase;
	height: 22px;
	margin-right: 15px;
}
.form_boton:hover {
	background-color: #C44B7E;
	color: #ffffff;
}

a:link {
	color: #990000;
}