/*
	font-family: Fedra-sans, Helvetica, Arial, sans-serif;
	font-family: Fedra-serif, Times, Times news, serif;
	dark-grey: #3D3D3F;
	light-beige: #F7F4EF;
	beige: #F2EEE7;
	dark-beige: #D8CEBC;
	orange: #E6511E;
*/
/*GENERAL*/
body {
	width: 100%; height: auto;
	background-color: #FFFFFF;
	color: #3D3D3F;
	font-family: Fedra-sans, Helvetica, Arial, sans-serif;
}
em { font-style: italic; }
strong { font-weight: bolder; }
h1 {
	font-family: Fedra-serif, Times, Times news, serif;
	font-size: 25px; line-height: 30px;
	font-weight: normal;
}
/*LAYOUT GENERAL*/
#wrapper {
	width: 830px; height: auto;
	margin: 55px auto 0 auto;
	overflow: hidden;
}
header {
	width: 775px; height: 45px;
	padding: 20px 20px 20px 35px;
	background-color: #F7F4EF;
	background-image: url(../items/bg/bg_header.jpg);
}
#main {
	width: 830px; height: auto;
	padding: 15px 0 35px 0;
	background-color: #F2EEE7;
	border-top: 5px solid #D8CEBC;
	overflow: hidden;
}
footer {
	width: 830px; height: auto;
	padding: 15px 0;
	background-image: url(../items/bg/bg_footer.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}
/*LAYOUT PARTICULAR*/
/*header*/
#branding {
	width: 122px; height: 45px; 
	float: left;
	overflow: hidden;
}
#highlights {
	width: 28px; height: 45px; 
	float: right;
	overflow: hidden;
}
#highlights>img {
	margin-top: 25px;
}
/*footer*/
#addresses {
	margin-left: 42px;
	float: left;
}
address {
	margin-left: 20px;
	font-size: 11px; line-height: 15px;
	float: left;
}
#copy {
	float: right;
}
#copy>p {
	color: #000000;
	font-family: Fedra-serif, Times, Times news, serif;
	font-size: 11px; line-height: 15px;
	text-align: right;
}
#developed {
	width: 830px; height: auto;
	clear: both;
	overflow: hidden;
}
#developed>p {
	font-size: 11px; line-height: 15px;
	text-align: right;
}
#developed>p>a { margin-left: 15px; }	
#developed>p>a>img { vertical-align: top; }	
/*main*/
#content {
	width: 665px; height: auto;
	float: left;
	overflow: hidden;
}
#portadas {
	width: 665px; height: auto;
	border-bottom: 5px solid #D8CEBC;
	overflow: hidden;
}
.portada {
	width: 445px; height: 250px;
	position: relative;
	overflow: hidden;
}
.portada>img {
	width: auto; height: 250px;
	position: absolute;
	z-index: 0;
}
.portada-info {
	width: 375px;
	position: absolute; z-index: 1;
	top: 20px; left: 55px;
}
.portada-info>h1 { color: #FFFFFF; }
.portada-info>p {
	margin-top: 15px;
	color: #FFFFFF;
	font-size: 14px; line-height: 20px;
}
#sidebar {
	width: 160px; height: auto;
	margin-left: 5px;
	float: right;
	overflow: hidden;
}

#social>menu { float: right; }
#social>menu>li {
	margin-left: 10px;
	float: left;
}
/*content*/
#content>section {
	width: 595px; height: auto;
	margin: 25px 35px 0 35px;
	overflow: hidden;
}
#content>section>h1 {
	color: #E6511E;
}
#content>section>div {
	width: 595px; height: auto;
	margin: 15px 0 0 0;
	overflow: hidden;
}
#content>section>div>h2 {
	color: #3D3D3F;
	font-size: 11px; line-height: 15px;
	font-weight: bold;
}
#content>section>div>p, #content>section>div>ul, #content>section>div>ol, #content>section>div>table {
	margin-top: 10px;
	color: #3D3D3F;
	font-size: 14px; line-height: 20px;
}
#content>section>div>ul {
	margin-left: 25px;
	list-style-type: disc;
}