/*------------------------------------------------------------------
[Master Stylesheet]

Project:	---
Version:	1.0
Last change:	05/02/08 [fixed Float bug, vf]
Assigned to:	Manuel Portela
-------------------------------------------------------------------*/

@import url("reset.css");

body{
	text-align: center;
	font: 62.5% Georgia, Utopia, Palatino, ‘Palatino Linotype’, serif;
	background-color: #cdb47d;
}
a{
	color: #363636;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
li{
	font-style: italic;
}
#top{
	background: #cdb47d url(img/top.jpg) no-repeat center 0;
}
#bottom{
	background: #cdb47d url(img/bottom.jpg) no-repeat center 0;
}
.container{
	margin: 0 auto;
	text-align: left;
	width: 740px;
}
#header{
	height: 346px;
}
#content{
}
#sidebar{
	padding: 10px;
	float: right;
	width: 220px;
}
#main{
	padding: 10px;
	float: left;
	width: 460px;
}
h2{
	font-size: 1.4em;
	padding-bottom: 0.3em;
	background: url(img/h2.gif) no-repeat -7px bottom;
	font-weight: normal;
	font-style: normal;
}
h2.twttit{
	padding-top: 5px;
	border-top: 1px solid #000;

}
/* 
blog
*/
.post{
	border-bottom: 1px solid #948259;
	font-size: 1.2em;
	padding: 10px 0;
}
.post p{
margin-top: 10px;
}
.post img{
border: 1px solid #948259;
}
.texto{
	font-family: "lucida grande",lucida,tahoma,helvetica,arial,sans-serif;
}
.info{
	color: #363636;
}
h3{
	font-size: 1.2em;
}
#comments{
	width: 460px;

}
textarea{
	width: 460px;
}
input, textarea{
		background: #eaddad;
	border: none;
	margin-top: 5px;
}
.volver{
	margin-top: 10px;
	padding-top: 5px;
	border-top: 1px solid #000;
}
.commentlist li{
	padding: 5px 10px;
}
.commentlist li img{
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
/* */ 

#sidebar h2{
	padding-top: 20px;
}
#sidebar p{
	padding-top: 5px;
}
#sidebar iframe{
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px solid #000;

}
#colaboradores{
	padding-top: 40px;
}
#colaboradores ul{
	height: 320px;
	padding: 30px 20px 10px;
}
#colaboradores li{
	float: left;
	padding: 5px;
}
#footer{
	clear: both;
	padding: 20px 10px 20px;
	margin-right: 150px;
	}
#footer p{
		border-bottom: 1px solid #be9231;
}
body .twtr-widget .twtr-tweet {
	border-bottom: 1px solid #948259;}