@charset "utf-8";
/* CSS Document */

body{font-family:Verdana;
font-size:10px;
}
a{text-decoration:none;
color:#F60;
}
a:visited{
	color:#F30;
}
#container {
	height:500px;
    width: 800px;
	margin-left:20px;   

}
#aside {
	height:500px;
	width:400px;
	float:left;
	}
#aside2 {
	height:100px;
	width:400px;
	float:left;
}
#bside2 {
	height:80px;
	width:380px;
	padding:10px;
	float:left;
}
#aside3 {
	height:400px;
	width:400px;
	float:left;
	}
#bside{
	height:220px;
	width:380px;
	padding:10px;
	float:right;
	}
#cabecera{
	height:100px;
	width:380px;
	padding:10px;
	float:right;
	}
