* {
	margin: 0;
	padding: 0;
}
body{
	background-image: url(../i/header_back.jpg);
	background-repeat:repeat-x;

	background-color: #666666;	
}



#MainConte{
	width: 773px;
	height: 100%;
	margin: 0 auto;
	
	
}
#Contenido{
	background-color:#FFFFFF;
	width: 773px;

	height: 100%;
	display:block;

	padding-bottom:5px;
	margin-top: 3px;
	
	
}
#Header{
	
	background-repeat: no-repeat;
	width: 773px;
	height: 180px;
	margin-top: 0px;

	

}


#Footer{
	background-image:url(../i/footer_back.jpg);
	background-repeat:no-repeat;
	
	width: 773px;
	font-size: 10px;
	height: 39px;
	
}


#Footer p.copyright {
	padding-top:5px;
	font-family:Tahoma, Verdana;
	line-height:12px;
	color:#999999;
	
	font-size:10px;
	float: none;
}

#Footer a{
color:#666666;
}

#Footer a:Hover{
color:#CCCCCC;
}



#Concentro{
	width: 773px;
	text-align: left;
}
#ContenedorCentro{
	width: 100%;
	
	
	background-repeat: repeat-y;
}



p.ClearFloats {
	position: relative;
	clear: both;
	height: 0px;
	font-size: 2px;
	line-height: 2px;
	height: 2px;
	margin: 0;
	padding: 0;
	text-indent: -9000px;
}

#InfoCentro{
padding:10px;
	display: block;
}


