body {
	background-image: url(../img/back.jpg);
	background-repeat: repeat-x;
	background-color: #222;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#header {
	padding-top: 0px;
}
#nav {
	padding-top: 16px;
	color: #FFFFFF;
	padding-bottom: 10px;
	text-align:right;
	padding-right: 60px;
}
#nav a {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing: 0.1em;
	margin-left: 15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
#nav a:hover {
	color:#ccc;
}

#contenidos {
	color: #CCC;
	padding-top: 15px;
}
#redes {
	height: 28px;
	color: #777;
	line-height: 25px;
	padding-top:2px;
	font-size: 10px;
	padding-left: 25px;
}
#redes a{
  color: #777;
  letter-spacing: 0,1em;
  text-decoration: none;
}
#redes a:hover{
  color: #ccc;
}
#redes a{
  color: #777;
  letter-spacing: 0,1em;
  text-decoration: none;
}
#redes a:hover{
  color: #ccc;
}

#container {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#c_lateral {
	margin: 10px;
	width: 250px;
	float: left;
}
#c_job {
	margin: 10px;
	width: 600px;
	float: left;
	clear: right;
}

#c_job ul {
  margin-left: 30px;
  padding: 0px;
}


#c_job ul li {
	margin: 3px;
	list-style-image: url(../img/vineta.jpg);
}

.job {
	width: 250px;
	float: left;
	margin: 20px;
	height: 180px;
	line-height: 20px;
}
.job a {
	text-decoration:none;
	color:#ccc;
	float: left;
}

#twitter_box {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	height: 130px;
	background-image: url(../titulos/twitter_box.jpg);
	background-repeat: no-repeat;
	border: 1px solid #333333;
}
.twitter_text {
	margin-top: 30px;
}

#twitter_box ul {
	margin:2px;
	padding:2px;
	list-style-type:none;
	color: #CCCCCC;
	text-decoration: none;
}
#twitter_box a {
	color: #CCCCCC;
	text-decoration: none;
}

#sites {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}
#sites a {
	text-decoration: none;
	color: #CCCCCC;
	
}
#sites ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#sites li{
	margin-top:5px;
	padding:0px;
	}
	
.titulo {
	text-decoration: none;
}

.clearfloat {
	height: 0px;
	font-size: 1px;
	clear: both;
	line-height: 0px;
}
