@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

body{
	background-repeat: no-repeat;
	background-image:url(images/fondo.jpg);
	background-attachment: fixed;
	background-size: cover;
	text-align: center;

}

#general{
	margin:auto;
}



#logo2{
	margin-left:35px;
	
}

#vinculo{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:35px;
	width:900px;
	text-align:right;
	float:left;
	color:#FFF;
	
}


a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}
a:hover {
	color: #97F882;
	text-decoration: none;
}
a:active {
	text-decoration: none;}
	
	
	
#programa{
	margin:5px;
	float: center;
	
	
}

#android{
	margin-left:10px;
	position:absolute;
	text-align:left;
	float: left;
	margin-top:30px;
	
	
}
#iphone{
	
	position:absolute;
	margin-left:80%;
	
	float: right;
	
}