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

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	background: #FFF;
	display: block;
	padding: 20px 40px;
	margin: 60px auto 20px auto;
	outline: none;
}

.clear {
	clear: both;
}

.columna {
	display: block;
	width: 41%;
}

.header {
	position: fixed;
	left: 6%;
	top: 20%;
}

.logo {
	display: block;
	width: 300px;
	height: 154px;
}

a, a img {
	border: none;
	color: #DC241F;
	text-decoration: none;
}
.left {
	float: left;
}
.right {
	margin-left: 53%;
}
* html .right {
	margin-top:-330px;
	margin-left: 53%;
}

#header a {
	display: block;
	margin: 0px;
}

#header img {
	display: block;
}

.links {
	margin: 40px 0px 0px 10%;
}
.links ul {
	margin:0px;
	padding:0px;
}
.links ul li{
	margin:0px 5px 5px 0px;
	float:left;
	list-style:none;
	display:block;
}
.links a {
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	text-align:center;
	padding:10px;
	display:block;
}
.links a.atwitter {background:#33ccff;}
.links a.atwitter:hover {background:#6699cc;}

.links a.afacebook {background:#336699;}
.links a.afacebook:hover {background:#627aad;}

.links a.aflickr {background:#ff0099;}
.links a.aflickr:hover {background:#cc0066;}

.links a.aotro {background:#DC2521;}
.links a.aotro:hover {background:#0336AC;}

.links a.adl {background:#DC2521;}
.links a.adl:hover {background:#0336AC;}
