@charset "utf-8";
/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #069;
	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: 1040px;
	background-color: #70A7DD;
	
}
#cabezal{
	color: #FFF;
}
#pie{
	color: #FFF;
}
#menug{
	color: #000;
	background-color: #FFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F90;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #F90;
	padding-top: 2px;
	padding-bottom: 2px;
}
#medio{


}
.contprin{
	width: 1030px;
	margin: 5px;

}
.cont{
	border: 2px solid #069;
	background-color: #FFFFFF;
	margin-bottom: 5px;
}

.cont .titulo{
	background-color: #069;
	font-weight: bold;
	color: #FAF9F7;
	padding-left: 5px;
	font-size: 16px;
}

.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: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	
}
.juego1{
	text-align: left;
	color: #F90;
	border-top-width: 3px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F90;
	height: 60px;
	overflow: hidden;
}
.juego2{
	text-align: left;
	background-color: #FFF;
	color: #333;
	border-top-width: 3px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #90C;
	border-bottom-color: #90C;
	overflow: hidden;
	height: 60px;
}
.juegoCat1{
	text-align: left;
	color: #F90;
	border-top-width: 3px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F90;
	height: 100px;
	overflow: hidden;
}
.juegoCat2{
	text-align: left;
	background-color: #FFF;
	color: #333;
	border-top-width: 3px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #90C;
	border-bottom-color: #90C;
	overflow: hidden;
	height: 100px;
}

.juego1 .nombre,.cont .cuerp .juegoCat1 .nombre{
	color: #FFF;
	letter-spacing: 4px;
	font-size: 14px;
	font-weight: bold;
	background-color: #F90;
	text-align: center;
}
.juego2 .nombre,.cont .cuerp .juegoCat2 .nombre{
	color: #FFF;
	letter-spacing: 2px;
	font-size: 14px;
	font-weight: bold;
	background-color: #90C;
	text-align: center;

}
.juego1 .descript,.juegoCat1 .descript{
	
}
.juego2 .descript,.juegoCat2 .descript{
	
}
.juego1 img,.juegoCat1 img{
	margin-right: 4px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #F90;
	float: left;
	display: block;
	
}
.juego2 img,.juegoCat2 img{
	margin-right: 4px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #90C;
	float: left;
	display: block;
}
.juego1 .nombre a:link,.cont .cuerp .juegoCat1 .nombre a:link{
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
}
.juego1 .nombre a:visited,.cont .cuerp .juegoCat1 .nombre a:visited {
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
}
.juego1 .nombre a:hover,.cont .cuerp .juegoCat1 .nombre a:hover {
	text-decoration:none;
	color:#F00;
	font-weight:bold;
}
.juego2 .nombre a:link,.cont .cuerp .juegoCat2 .nombre a:link{
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
}
.juego2 .nombre a:visited,.cont .cuerp .juegoCat2 .nombre a:visited{
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
}
.juego2 .nombre a:hover,.cont .cuerp .juegoCat2 .nombre a:hover {
	text-decoration:none;
	color:#F00;
	font-weight:bold;
}
.resaltar{
	font-weight: bold;
	color: #F90;

}
.sepcont{
	background-color: #F90;
	font-size: 3px;
	
}
.cont .cuerp a:link{
	text-decoration:none;
	color:#F90;
	font-weight:bold;
}
.cont .cuerp a:visited {
	text-decoration:none;
	color:#F90;
	font-weight:bold;
}
.cont .cuerp a:hover {
	text-decoration:none;
	color:#0F9;
	font-weight:bold;
}
