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

.top {
	height: 140px;
	width: 1000px;
	float: left;
	background-image: url(images/bgtopcontenido.png);
	background-repeat:no-repeat;
}

body {
	background-image: url(images/bgbody.png);
	background-repeat:repeat-x;
	background-color:#30A4D5;	
}

