@charset "utf-8";
/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #F30;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	/*background-image: url(fondo.jpg);*/
}
h1, h2, h5{
	margin: 0px;
}
h1{
	font-size: 14px;
	color: #CCC;
	
}
#pagina{
	width: 870px;
	background-color: #70A7DD;
	
}
#cabezal{
	color: #FFF;
	width: 870px;
	background-color: #2D35A2;
}
#pie{
	color: #000;
	background-color: #FFF;
}
#menug{
	color: #000;
	background-color: #FFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F30;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #F30;
	padding-top: 2px;
	padding-bottom: 2px;
}
#medio{


}
.contprin{
	width: 860px;
	margin: 5px;

}
.cont{
	border: 2px solid #069;
	background-color: #FFFFFF;
	margin-bottom: 5px;
}

.cont .titulo{
	background-color: #2D35A2;
	font-weight: bold;
	color: #FAF9F7;
	padding-left: 5px;
	font-size: 16px;
	text-align: left;
}

.cont .pie{
	color: #FFF;
	background-color: #069;
}
.cont .pie a:link{
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
}
.cont .pie a:visited {
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
}
.cont .pie a:hover {
	text-decoration:none;
	color:#F00;
	font-weight:bold;
}
.cont .cuerp{
	text-align: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	
}
.juegos{
	float:left; width:300px; margin-bottom:10px;
}

.juegos .nombre{
	color: #FFF;
	letter-spacing: 4px;
	font-size: 14px;
	font-weight: bold;
	background-color: #70A7DD;
	text-align: center;
}

.juegos img{
	margin-right: 4px;
	float: left;
	display: block;
}


.juegos .cont {
	color:#666;

}
.resaltar{
	font-weight: bold;
	color: #0F0;
	font-size: 16px;

}
.resaltar2{
	font-weight: bold;
	color: #F30;
	font-size: 16px;

}
.sepcont{
	background-color: #F30;
	font-size: 3px;
	
}
.cont .cuerp a:link{
	text-decoration:none;
	color:#F30;
	font-weight:bold;
}
.cont .cuerp a:visited {
	text-decoration:none;
	color:#F30;
	font-weight:bold;
}
.cont .cuerp a:hover {
	text-decoration:none;
	color:#0F9;
	font-weight:bold;
}
.juegos .nombre a:link{
	text-decoration:none;
	color:#3F0;
	font-weight:bold;
}
.juegos .nombre a:visited {
	text-decoration:none;
	color:#3F0;
	font-weight:bold;
}
.juegos .nombre a:hover {
	text-decoration:none;
	color:#F30;
	font-weight:bold;
}

