TD {
	FONT-SIZE: 13px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	color: #CCC;
	font-weight: normal;

}
.all {
	border: 1pt solid #D8D8D8;
}

A {
	FONT-SIZE: 14px;
	COLOR: #CCC;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	line-height: normal;



}
.t_ram {
	border-top-width: 1pt;
	border-right-width: 1pt;
	border-bottom-width: 1pt;
	border-left-width: 1pt;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

.t_ram3 {
	border: 1pt dotted #666; 
	border-bottom:none;
	border-left:none;
	border-right:none;
	margin-top:5px;
}

A:hover {
	FONT-SIZE: 14px;
	COLOR: #FFF;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: underline;
	font-style: normal;
	line-height: normal;
	left: auto;
	clip:  rect(auto auto auto auto);
	background-position: left;
}


BODY {
	FONT-SIZE: 11px;
	MARGIN: 0px;
	COLOR: #666666;
	FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	background-color: #000;
	font-weight: normal;
	background-image: url(../img/bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	text-decoration: underline;
}
.sprice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #09F;
	text-decoration: underline;
}
.header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
}

.header4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: underline;
}
.all2 {
	border: 1pt solid #CCC;
}
.bg {
	background-attachment: fixed;
	background-image: url(../img/bg1.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	text-decoration: underline;
        font-weight: normal;
}

.lim {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #09F;
	text-decoration: underline;
	font-style: italic;
}
.lim2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFF;
	text-decoration: underline;
	font-style: italic;
}

/*
Plugin Name: WP-Digg Style Paginator
Plugin URI: http://www.mis-algoritmos.com/2007/09/09/wp-digg-style-pagination-plugin-v-10/
Author: Victor De la Rocha
Author URI: http://www.mis-algoritmos.com
*/
/*512megas.com */
	div.pagination {
		padding: 3px;
		margin: 3px;
		text-align:center;
	}
	
	div.pagination a {
		border: 1px solid #dedfde;
		margin-right:3px;
		padding:2px 6px;

		background-position:bottom;
		text-decoration: none;

		color: #99210B;
	}
	div.pagination a:hover, div.pagination a:active {
		border: 1px solid #000;
		background-image:none;
		background-color:#777777;
		color: #fff;
	}
	div.pagination span.current {
		margin-right:3px;
		padding:2px 6px;
		
		font-weight: bold;
		color: #99210B;
	}
	div.pagination span.disabled {
		margin-right:3px;
		padding:2px 6px;
	
		color: #adaaad;
	}