﻿/* - - - - - - - - - - - - - - - - - - - - -

Client		: 	Glider.com
URL 		: 	www.Glider.com

Made by: Sergio Ballestero - www.web507.com

- - - - - - - - - - - - - - - - - - - - - */
@import "../css/reset.css";

body {
	background: url(../gfx/bg.jpg) repeat-x top #555555;
	color: #fff;
	font-family: Arial;
	font-size: 14px;
	color:#fff;
}

a { color: #fff54b; }
a:hover { color: #2b2b2b; }

.amarillo {
	color: #fff54b;
}

#wrap {
	width: 900px;
	margin: 0 auto;
	position: relative;
	padding-top: 20px;
}

.clear { clear: both; visibility: hidden; }

#contenedor, #footer {
	width: 900px;
	float: left;
}

#footer {
	padding: 20px 0 20px 0;
	font-size: 12px;
}

#footer p {
	float: left;
	width: auto;
}

p#web507 {
	float: right;
}

#col1 {
	width: 548px;
	float: left;
}

#col2 {
	width:352px;
	float: right;
	/*margin-top: 36px;*/
}

#logo {
	width: 338px;
	float: left;
	margin-bottom: 20px;
}

#title_site {
	width: 300px;
	float: left;
}

#info_site {
	width:548px;
	float: left;
	margin: 18px 0 0 0;
	padding: 20px 0 0 0;
	border-top: 1px solid #709eb1;
	border-bottom: 1px solid #709eb1;
	line-height: 18px;
}

#info_site p {
	margin-bottom:18px;
}

#geitnow-appstore {
	width: 480px;
	float: left;
	padding-left:66px;
	padding-bottom: 32px;
	border-bottom: 1px solid #709eb1;
	margin-bottom: 18px;
	margin-top: 26px;
}

#geitnow-appstore a {
	margin-right: 20px;
	float: left;
	width: auto;
}

#share_with {
	width: 548px;
	float: left;
	
}

#share_with img {
	margin-bottom:12px;
	margin-right: 20px;
}

#share_with a img {
	margin-bottom: 0;
}

#twitter {
	width: 548px;
	float: left;
	display: none;
}

#twitter img {
	width: auto;
	float: left;
}

#twitter p {
	width: 347px;
	height: 34px;
	padding: 10px;
	font-size:11px;
	color: #fff;
	line-height: 18px;
	float: right;
	background: url("../gfx/fondo_twitter.png") no-repeat;
}









