@charset "utf-8";
/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
}

#wraper{
	width: 980px;
	margin: 0 auto;
}

#header{
	width: 980px;
	height: 100px;
	margin: 0 auto;	
}

#izq {
	float:left;
	position:relative;
	width: 200px;
	min-height: 400px;
}

#centro {
	float:left;
	position:relative;
	width: 688px;
	min-height: 400px;
	padding: 20px;
	border: 1px solid #d0d0d0;
}

#der {
	float:left;
	position:relative;
	width: 50px;
	min-height: 400px;
}

#footer{
	clear:both;
	width: 980px;
	margin: 0 auto;	
}

a{
	text-decoration:none;
	color: #666;
}