/*------------------------------------------------------------------
[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-family: Helvetica, Arial, sans-serif;
	background-color: #efefef;
	
}
#container{
	background: #f0f0f0 url(img/content_bg.gif) repeat-x 0 170px;
	width: 960px;

	margin: 20px auto 0;
	text-align: left;
}
#header{
	height: 170px;
	background: url(img/header_bg.gif) repeat-x 0 0;
	background-color: navy;
}
#footer{
	border-top: 1px #478bd8 solid;
	height: 50px;
	background:  #d8d8d8 url(img/content_bg.gif) repeat-x 0 0px;
}
#sidebar{
	float: left;
	width: 220px;
	height: 400px;
	text-align: right;
	padding: 80px 10px 0;
}
#content{
	float: right;
	width: 720px;

}
img#logo{
	margin-left: 80px;
	float: left;
}
a{
		color: #336;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

/* Textos del header */

#header h1{
	color: #fff;
	font-size: 50px;
	line-height: 35px;
}
#header h2{
	color: #dbdcdc;
	font-size: 18px;
	line-height: 30px;
	padding-top: 10px;
}
#header h3{
	color: #dbdcdc;
	font-size: 20px;
	line-height: 50px;
	padding-top: 10px;
}
#header p small{
	color: #ccc;
	font-size: 12px;
}


/* textos contenido */
#column-left, #column-right{
	width: 340px;
	padding: 20px 10px 10px;
	float: left;	
}
#column-left.wide{
	width: 440px;
}
#column-right.wide{
	width: 220px;
}

h4{
	margin: 0 10px;
	padding: 30px 0 0;
	font-size: 30px;	
}
#column-left h4, #column-right h4{
	margin: 0;
	padding: 0 0 30px;
}
h5{
	padding: 0 0 10px;
	font-size: 16px;
	font-weight: bold;
}
h6{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}

#content p{
	font-size: 14px;
	line-height: 18px;
}
/* textos sidebar */
li{
	margin-bottom: 15px;
}
#sidebar a{
	font-size: 16px;
	font-weight: bold;
}
/* textos footer */
#footer p{
	color: #333366;
	padding: 10px;
	font-size: 12px;
	line-height: 16px;
}
#footer p{
	
}
/* blogs */
#blogs{
	padding: 10px;
		border: 1px solid silver;
}
#blogs a{
	font-size: 12px;
	line-height: 10px;
}
#blogs li{
	margin-bottom: 5px;
}
#rss small{
	font-size: 12px;
	color: gray;
}
