/* Seccion Contacto */

div#wrapp div#cont div#game_hosting div#banner{
	background-image: url(../img/game_hosting/fondo_game_hosting.png);
	background-repeat: no-repeat;
	width: 820px;
	height: 300px;
	background-color: #CCC;
	float: left;
	margin-bottom: 20px;
}

div#wrapp div#cont div#game_hosting div#contenido{
	background-image: url(../img/game_hosting/contenido.png);
	background-repeat: no-repeat;
	width: 824px;
	height: 520px;
	background-color: #CCC;
	float: left;
	margin-bottom: 20px;
}
div#wrapp div#cont div#game_hosting div.link{
	text-align: center;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}
div#wrapp div#cont div#game_hosting div.link a{
	color: #E97B47;
	font-size: 12px;
	text-decoration: none;
	padding: 4px;
	background-color: #CEE4FB;
}
div#wrapp div#cont div#game_hosting div.link a:hover{
	color: #333;
}
div#wrapp div#cont div#game_hosting a.boton{
	padding: 4px;
	border: 1px solid #CCC;
	background-color: #F1F1F1;
	color: #666;
	display: block;
	float: left;
	font-size: 11px;
	border-bottom: 4px solid #CCC;
	margin-bottom: 10px;
	margin-right: 4px;
	text-decoration: none;
}
div#wrapp div#cont div#game_hosting a.boton:hover{
	background-color: #EEE;
	color: #333;
	border-bottom-color: #2795C2;
}
