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

* {
	margin:0px;
	padding:0px;
}

body 	{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px; /* Resets 1em to 10px */
	color: #000;
	background: #FFF;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	}


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

a:hover {
	color: #930;
	text-decoration: none;
}

a:visited {
	color: #F60;
	text-decoration: none;
}

a:visited:hover {
	color: #930;
	text-decoration: none;
}


h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	text-align:left;
}

h1 { font-size: 2.2em; }
h2 { font-size: 1.8em; margin: 10px auto 10px auto;}
h3 { font-size: 1.4em; margin: 8px auto 8px auto;}
h4 { font-size: 1.2em; }

ul {  list-style:none; }

pre {
	overflow:auto;
}

acronym, abbr
{
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dashed #999;
}

hr {
	display: none;
	}

img {
	border: none;
	}


/* Layout */

#page {
	  width:1000px;
	  margin:0px auto;
}

#header {
	width:1000px;
	height:130px;
}

#titulo {
	padding:60px 0px 20px 0px;
	width:250px;
	height:50px;
	float: left;
}

#adtitulo {
	float:left;
	text-align:center;
	width:728px;
	height:90px;
	margin: 20px 0px 20px 22px;
/* 	line-height: 140px; */
	text-align:right;
}

.hack_anuncios { line-height: 140px;}

#twitter {
	margin-top: 31px;
	float:right;
	width: 400px;
	text-align:right;
}

#menu {
	clear:both;
	background:url(../img/menu.png);
	height:30px;
	text-align:center;
	float:none;
	width:1000px;
}

#menu ul {
	padding-left:50px;
	float:none;
}

#menu ul li {
	float:left;
	width:150px;
	margin: 0px auto;
	line-height:28px;
}

#menu ul li a {
	background:url(../img/bot.png);
	text-decoration:none;
	float:left;
	color:#ccc;
	width:150px;
	height:30px;
}

#menu ul li a.activo{
	color:#F60;
	background: url(../img/botactiu.png);
}

#menu ul li a:hover {
	background: url(../img/bothover.png);
}

#social {
	clear:both;
	height:25px;
	background-color: #F60;
	float:right;
	margin-right:5px;
	margin-bottom:50px;
	padding:5px 5px 0px 5px;
}

#social a: {
	color:#FFF;
}

#social a:visited {
	color:#FFF;
}

#social a:hover{
	color: #CCC;
}

.sigue {
	background-color:#333;
	margin: 5px;
	height: 20px;
	line-height: 20px;
	padding: 0px 5px;
}

#ad {
	clear:both;
	text-align:center;
	vertical-align:middle;
	width:1000px;
	height:90px;
	margin: 30px auto 0px auto;
}

#wraper {
	clear:both;
	width: 100%;
	margin: 0px auto;
}

#content {
	float:left;
	width:62%;
	margin-bottom:50px;
	padding-right:7%;
	text-align: justify;
}

#content p {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size:1.2em;
	margin: 10px 0px;
}

#sidebar {
	width:26%;
	float:left;
	padding-right:2%;
	padding-left:2%;
	padding-bottom:15px;
	margin-bottom:50px;
	border-right:1px #999 solid;
	border-left:1px #999 solid;
}

#contpost {
	clear:both;
	width:1000px;
	height:200px;
	margin:30px auto;
	background:#CCC;
}

#contcajas {
	padding-top:30px;
	margin: 0px auto;
	clear:both;
	width:1000px;
	height:340px;
}

#contcajas a {
	color: #000;
}

#contcajas a:visited {
	color: #000;
}

#contcajas a:hover {
	color: #666;
}

#caja {
	background: url(../img/panel.jpg);
	float:left;
	padding:0px 25px;
	width:260px;
	height:340px;
	margin-right:32px;
}

#cajafin {
	padding:0px 25px;
	float:left;
	width:260px;
	height:340px;
	background: url(../img/panel.jpg);
}

.panel {
	padding:5px 15px 7px 15px;
	background-color:#F60;
}

#anuncia {
	margin: 0px auto;
	text-align:center;
}

#anuncia a {
	padding: 5px 10px 5px 10px;
	border: 1px solid #999;
	background-color:#CCC;
}

#anuncia a:hover {
	background-color: #FFF;
}

#flickr {
	width:100%;
	margin: 5px auto;
	text-align:center;
}

#pagefooter {
	clear:both;
	width:100%;
	height:150px;
	background: #000 url(../img/bottom.png) repeat-x;
	margin-top:50px;
	height:290px;
}
	
#footer {
	margin: 0px auto;
	clear: both;
	width:1000px;
	padding-top: 10px; 
	color: #FFF;
}

#footer h4 { 
	font-size:1.4em;
	margin:0px auto 10px auto;
}

#footer p {
	font-weight:bold;
	margin:0px 0px 7px auto;
	padding-left:15px;
	font-size:1.1em;
}

#footer a {
	height:20px;
	color: #FFF;
	text-decoration:none;
}

#footer a:hover {
	color:#f63;
	text-decoration:none;
}

#contcajasf {
	margin:30px auto 0px auto;
	clear:both;
	width:1000px;
	height:200px;
}


#cajaf {
	float:left;
	padding:10px;
	width:130px;
	height:180px;
	margin-right:20px;
}

#cajafinf {
	padding:10px;
	float:left;
	width:130px;
	height:180px;
}

#pagepie {
	width:100%;
	height:50px;
	background: #CCC;
}

#pie {
	margin: 0px auto;
	width:1000px;
	text-align: center;
	line-height:20px;
	padding-top:6px;
}

#pie h5 {
	text-align:center;
}