@charset "utf-8";
/* CSS Document */
#body{
	background:#CCC;
	font-family:Tahoma;
	}

/* Estilos PC */

#bgsup{
	width:95%;
	height:120px;
	margin:auto;
	alignment-adjust:auto;
}
	#logo{
		width:80%;
		height:110px;
		margin-top:5px;
		margin:auto;
		background-image:url(icon/encabezado%20de%20pagina.png);	
		background-repeat:no-repeat;
		background-position:center;		
	}

#menu{
	width:95%;
	height:45px;
	margin:auto;
	font-size:24px;
	text-align:center;
	}	
	#titulo{
		width:90%;
		height:35px;
		margin:auto;
		}

#iconos{
	width:95%;
	height:180px;
	margin:auto;
	margin-top:25px;
	font-size:14px;
	text-align:center;
}
	#rust{
		width:20%;
		height:100px;
		margin-top:5px;
		float:left;
		background:url(icon/rdicon.png);
		background-position:center;
		background-repeat:no-repeat;
		background-size:auto;
		}
	#cclea{
		width:20%;
		height:100px;
		margin-top:5px;
		float:left;
		background:url(icon/ccleaner.png);
		background-position:center;
		background-repeat:no-repeat;
		background-size:auto;
		}
	#chrome{
		width:20%;
		height:100px;
		margin-top:5px;
		float:left;
		background:url(icon/chrome.png);
		background-position:center;
		background-repeat:no-repeat;
		background-size:auto;
		}	
	#zoom{
		width:20%;
		height:100px;
		margin-top:5px;
		float:left;
		background:url(icon/zoom.png);
		background-position:center;
		background-repeat:no-repeat;
		background-size:auto;
		}
	#avast{
		width:20%;
		height:100px;
		margin-top:5px;
		float:left;
		background:url(icon/avast.png);
		background-position:center;
		background-repeat:no-repeat;
		
		}
		.desc{
			width:100%;
			height:50px;
			margin-top:115px;
			margin-left:auto;
			text-align:center;
			float:left;
		}
		
#leyenda{
	width:100%;
	height:45px;
	margin-top:35px;
	text-align:center;
	font-size:12px;
	
	}	

#back{
	width:95%;
	height:35px;
	margin:auto;
	margin-top:25px;
	font-size:24px;
	text-align:center;
	}	
		