/* =general */
* {
	/*margin: 0px;*/
	padding: 0px;
	list-style:none;
	font-family: Arial, Verdana, Tahoma;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
body {
	width: 1006px;
	margin: auto;
}
p {
	padding: 5px 0px;
}
img {
	border: 0px;
	vertical-align: bottom; /* evitamos que el ie deje un margin por abajo en las imágenes */
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}

.clearfix {
	display: inline-block;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}
.borde {
	border: #FFFFFF solid 1px;
}
/* Hides from IE-mac http://positioniseverything.net/easyclearing.html \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#wrapper {
	width: 990px;
	height:600px;
	margin: 0px;
	border-left: #6E6B5C solid 8px;
	border-right: #6E6B5C solid 8px;
}