
/*  */


*{
	margin:0;

}
body
{
	background-color:#FCF3CF;
	position: absolute;
	font-family:Helvetica;
	margin:0;
	width:100%;
	max-width:100%;
	min-width:100%;
	height:100%;
	max-height:100%;
	min-height:100%;
	
	
}

#portada-logo                 /*  esto es para las paginas de relases y tutoriales donde va mi logo*/
{
	background-color:#AED6F1;

	float:center;
	height:80px;
	width:100%;
	
}

#encabezado-logo           /*  esto es para las paginas de relases y tutoriales deonde van los links*/
{
	background-color:#AED6F1;
    text-align:left;
	float:left;
	height:180px;
	width:50%;
	
}

#cuerpo-fuera-peticiones          
{
	background-color:#82E0AA;

    text-align:left;
	float:left;
	height:1000px;
	width:100%;
}

#cuerpo-dentro-peticiones         
{
	background-color:#FCF3CF;
	font-size: 20px;	
    text-align:left;
    margin-left: auto;
    margin-right: auto;
	float:center;
	height:800px;
	width:80%;
}

#cuerpo-fuera-lanzamientos          
{
	background-color:#F8CD71;

    text-align:left;
	float:left;
	height:1000px;
	width:100%;
}

#cuerpo-dentro-lanzamientos          
{
	background-color:#FCF3CF;
	font-size: 20px;	
    text-align:left;
    margin-left: auto;
    margin-right: auto;
	float:center;
	height:800px;
	width:80%;
}

#cuerpo-fuera-aprende          
{
	background-color:#EC7063;

    text-align:left;
	float:left;
	height:1000px;
	width:100%;
}

#cuerpo-dentro-aprende          
{

	background-color:#FCF3CF;
	font-size: 20px;	
    text-align:left;
    margin-left: auto;
    margin-right: auto;
	float:center;
	height:800px;
	width:80%;
}

#cuerpo-fuera-tutoriales          
{
	background-color:#85C1E9;

    text-align:left;
	float:left;
	height:1000px;
	width:100%;
}

#cuerpo-dentro-tutoriales          
{
	background-color:#FCF3CF;
	font-size: 20px;	
    text-align:left;
    margin-left: auto;
    margin-right: auto;
	float:center;
	height:800px;
	width:80%;
}
#cuerpo-dentro-tutoriales-exp         
{
	background-color:#FCF3CF;
	font-size: 20px;	
    text-align:left;
    margin-left: auto;
    margin-right: auto;
	padding: 20px,20px;
	float:center;
	height:1000px;
	width:90%;
}

#encabezado
{
	background-color:#AED6F1;
    text-align:center;
	float:left;
	height:180px;
	width:50%;
	
}
#portada
{
	background-color:#AED6F1;

	text-align:center;
	float:center;
	
	height:550px;
	width:100%;
	

	
	
}
#revive
{
	background-color:#85C1E9;

	text-align:center;
	float:left;
	height:150px;
	width:25%;
	
}
#doble
{
	background-color:#F7DC6F;

	text-align:center;
	float:left;
	height:150px;
	width:25%;
	
}
#jugg
{
	background-color:#EC7063;

	text-align:center;
	float:left;
	height:150px;
	width:25%;
	
}
#speed
{
	background-color:#82E0AA;

	text-align:center;
	float:left;
	height:150px;
	width:25%;
	
}

#texto-portada1
{
	background-color:#EBF5FB;

	text-align:center;
	color:#FCF3CF;
	font-size: 30px;
	float:left;
	height:600px;
	width:50%;
	
}

#texto-portada2
{
	background-color:#7FB3D5;

	text-align:center;
	float:left;
	height:600px;
	width:50%;
	
}

#franja    /* lina del color del fondo */
{
	text-align:center;

	float:left;
	height:5px;
	width:100%;	
}

#pie
{
    background-color:#21618C;

	text-align:center;
	float:left;
	height:60px;
	width:100%;
	
}