/*  

Didácticos Rayuela 2012
URL: http://www.didacticosrayuela.com.ar
Descripción: Juegos Didácticos a todo el país
Version: 2012
Autor: Julio Delgado Sagredo
Autor URL: http://www.didacticosrayuela.com.ar

	
*/


body {
	margin : 0;
	padding : 0;
	font-family: "Lucida Grande", "Arial", Helvetica, sans-serif, Trebuchet MS;
	background: #fff;
	text-align: left;
	color: #666;
	line-height: 18px;
	font-size: 10px; 
	}
	
a {
	color: #222;
	text-decoration: none;
	}	
	
a.footer {
	text-decoration: none;
	color: #fff000;
	}
	
a.footer:hover{
	color: #02b0ca;
	}	
	
a.link-menu {
	text-decoration: none;
	outline-style: none;
	border-style: none;
	color: #333;
	}
	
a.link-menu:hover {
	color: #ed3281;
	}


#tutti{
	width: 1000px;
	margin: 0 auto;
	height: 100px;
	margin-top: 30px;
	}
	

#header{
	width: 960px;
	float: left;
	text-align: center;
	margin: 0 auto;
	margin-top: 200px;
	}
	
#menu{
	width: 960px;
	font-size: 15px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	padding-top: 10px;
	margin-bottom: 50px;
	background-color: rgba(2, 176, 202, .85);
	-webkit-border-radius: 18px 18px;
	-moz-border-radius: 18px 18px;
	border-radius: 18px 18px;
	position: fixed;
	z-index: 1;
	margin: 0 auto;
	}

#menu ul {
	float: left;
	list-style-type: none;
	color: #555;
	padding: 10px 20px 10px 20px;
	width: 920px;
	margin: 0 auto;
	}

#menu ul li {
	background-color: #fff;
	display: inline;
	font-size: 11px;
	text-align: center;
	margin: 0 auto;
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px 35px 5px 35px;
	-webkit-border-radius: 8px 8px;
	-moz-border-radius: 8px 8px;
	border-radius: 8px 8px;
	line-height: 35px;
	text-transform: uppercase;
	color: #222;

	}
	
#menu ul li a{

	}	
	
#menu ul li a:hover{

	}

#fotos {
	float: left;
	width: 960px;
	}
	
#thumb {
	float: left;
	}
	

#categorias{
	background-color: #ff6c00;
	width: 960px;
	font-size: 15px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	padding: 10px 0px 10px 0px;
	margin: 100px 0px 60px 0px;
	float: left;
	-webkit-border-radius: 18px 18px;
	-moz-border-radius: 18px 18px;
	border-radius: 18px 18px;
	}
	

#footer{
	width: 960px;
	float: left;
	font-size: 13px;
	line-height: 28px;
	color: #fff;
	text-align: center;
	padding-top: 20px;
	margin-bottom: 50px;
	background-color: #ee3383;
	-webkit-border-radius: 18px 18px;
	-moz-border-radius: 18px 18px;
	border-radius: 18px 18px;
	padding-bottom: 20px;8px;	
	}
	
#facebooklike {
	width: 1000px;
	height: 100px;
	float: left;
	}
	
#kuchadiv{
	width: 1000px;
 	height: 102px;
    margin-left: 449px;
    width: 102px;
    float: left;
    margin-bottom: 30px;
    }
	
a.kucha {
	width: 102px;
	height: 102px;
	background-image: url("../imagenes/kucha.png");
	background-position: 0px 0px;
    background-repeat: no-repeat;
	position: absolute;
}

a.kucha:hover {
	width: 102px;
	height: 102px;
	background-image: url("../imagenes/kucha.png");
	background-position: 0px -102px;
    background-repeat: no-repeat;
    position: absolute;
}

a.kucha span {
	display:block;text-indent: -2000em;
	}
