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

body{
	background-color:#646262;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	color:#666666;
	height:auto;
	margin:0px;
	padding-bottom:50px;
}
#marco{
	height:auto;
	width:952px;
	margin:0 auto;
	vertical-align:middle;
	/*border:1px solid #FF00FF;*/
}
#cont{
	width:952px;
	height:auto;
	/*border:1px solid #00FF00;*/
}
#cabecera{
	height:107px;
	width:952px;
	background-image:url(img/cabecera.jpg);
	background-repeat:no-repeat;
	margin:0px 0px 0px 0px;
	padding:0px;
	/*border:1px solid green;*/
}
#menu{
	height:44px;
	width:952px;
	background-image:url(img/menu.jpg);
	background-repeat:no-repeat;
	margin:0px 0px 0px 0px;
	/*border:1px solid pink;*/
}

#copy{
	font-size:9px; 
	color:#999999; 	
	margin:0px 0px 0px 0px;	
	width:634px; 
	height:35px; 
	padding-top:10px;
}
#copy a{
	color:#a2205a;
	text-decoration:underline;	
}
#copy a:hover{
	color:#e6297e;
	text-decoration:underline;	
}
/* MOZILLA */

#marco>#copy{
	margin-left:150px;
}