/* @override 
	http://landing/css/style.css
	http://byquecomer/css/style.css
*/

@import url("reset.css");

body {
	text-align: center;
	color: #333;
	background: white url(../img/body.png) repeat-x;
}

.container {
	text-align: center;
}

h1.logo {
	margin: 22px auto;
	padding: 0;
	text-indent: -9999px;
	background: url(../img/logo.png) no-repeat;
	height: 50px;
	width: 226px;
}

.ie .wrap {
	display:inline;
}

.wrap {
	background: white url(../img/box.png) repeat-x;
	border: 1px solid silver;
	margin-right: auto;
	margin-left: auto;
	width: 480px;
	padding: 40px 80px 20px;
}

.publicidad {
	float: left;
}

.publicidad img {
	border: 1px solid silver;
	padding: 1px;
}

.sitios {
	float: right;
}

.sitios img {
	border: 1px solid silver;
	padding: 1px;
}

.contacto {
	clear: both;
	padding-top: 20px;
	font-weight: bold;
}


.footer {
	padding-top: 20px;
	padding-bottom: 1px;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

a:link, a:visited, a:hover {
	text-decoration: underline;
	color: #666;
}

a:hover {
	text-decoration: underline;
	color: #990000;
}
