/**************************************************************************
------------------------------ GENERAL ------------------------------------
**************************************************************************/
* {
	margin:0;
	padding:0;
	}

html {
	min-height:100%;
	margin-bottom:1px;
	}

body {
	background:#f2f2f2 url(img/bg.jpg) repeat-x top;
	position:relative;
	font:normal 12px/18px 'lucida grande',verdana,helvetica,sans-serif;
	color:#666;
	}

a img {
	border:none;
	border-bottom:none;
	text-decoration:none;
	border-width:0;
	}

a {
	text-decoration:none;
	}

a {
	outline:none;
	}

hr {
	display:none;
	}

ul {
	list-style-type:none;
	}

li span {
	margin-left:-5000px;
	}
	
strong {
	color: black;
	}

.tenpoint {
	font-size: 10px;
	line-height: 12px;
	}

.smallcaps { 
	font-size: 9px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
	}

.smalltext { 
	font-size: 9px;
	}

a#homeLink span {
	display:none;
	}

#outerWrapper {
	position:relative;
	width:758px;
	margin:0 auto;
	}

.redacted {
	color:#000;
	background-color:#000;
	}
	
.gray, .gray a { color:#ccc; }

.centrado {
	text-align:center;
}
.sinborde{
	border:0px;
}
