@charset "utf-8";
/* CSS Document */

* {margin:0; padding:0;}
ul, ol {list-style:none;}
fieldset {border:0;}

body {text-align:center; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; background:#f5f5f5;}

#corpo {width:1000px; text-align:left; margin:0 auto;}

#menu { float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	margin-top: 100px;
}

#menu a {
	text-indent: -9999px;
	position: absolute;
	outline: none;
overflow:hidden;

}
#menu a:hover {
	background-position: left bottom;
}


#menu .cmyk {
	width: 179px;
	height: 55px;
	background: url(img/cmyk.gif) no-repeat;
	top: 5px;

}

#menu .lab {
	width: 133px;
	height: 50px;
	background: url(img/lab.gif) no-repeat;
	top: 100px;

}

#menu .rgb {
	width: 132px;
	height: 53px;
	background: url(img/rgb.gif) no-repeat;
	top: 190px;
}

#menu .tonsdecinza {
	width: 388px;
	height: 49px;
	background: url(img/tons.gif) no-repeat;
	top: 285px;
}

#titulo { width: 715px;
	height: 136px;
float: right;
margin-right: 75px; 
margin-top:180px;}



