body
{
	text-align: center;
	min-width: 779px;
	margin: 0;
	background: #765439 url(images/fondo.png) repeat-x scroll 0 195px;;
}

body *
{
	font-family: Arial, Sans-Serif;
	font-size: 14px;
}

h1{ font-size: 32px; color: #D8D8D8; font-weight: bold; font-style: italic;}
h2{ font-size: 22px; color: #B1C0D0;}
h3{ font-size: 16px; color: #0242AB;}

a{ color: #FF6C04; text-decoration: none; }
a:hover{ color: #432B1C; }

img{ border: 0 }

table
{
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

#header-gradient
{
	background: transparent url(images/fondo-header.png) repeat-x top left;
	height: 160px;
	text-align: center;
}

#header
{
	width: 920px;
}

#header .logo
{
	vertical-align: top;
	width: 256px;
}

#header .caption
{
	vertical-align: top;
	width: 664px;
}

#header-block
{
	width: 920px;
	background-color: #fff;
}

#top-bar
{
	background: #fff url(images/fondo-menu.png) repeat-x bottom left;
}

#content
{
	width: 920px;
	background-color: #fff;
	border: 0;
}

#content .right
{
	width: 250px;
	padding: 5px;
}

#content .center
{
	width: auto;
	padding: 5px;
}

#content .center, #content .right
{
	vertical-align: top;
}

#content .right .block .title
{
	background-color: #162b50;
	padding: 5px;
	color: #fff;
}

#content .right .form-text, #content .right .form-password
{
	width: 100%;
}

#footer-message
{
	background-color: #0044aa;
	height: 78px;
	width: 920px;
}

#footer-message .copyright
{
	float: left;
	color: #fff;
	text-align: left;
	margin: 15px 0 0 10px;
}

#footer-message .copyright a
{
	color: #fff;
} 

#footer-message .copyright a:hover
{
	text-decoration: underline;
}

#footer-message .author
{
	float: right;
	color: #fff;
	text-align: left;
	margin: 15px 10px 0 0;
}


.block-view-more
{
	float: right;
	display: inline;
	color: #FAAE4C;
	font-weight: bold;
	padding: 6px;
}

.block-view-more a { color: #FAAE4C; }

.content-block .content
{
	padding: 10px;
}

.content-block .title
{
	margin-top: 15px;
	padding: 5px;
	color: #FAAE4C;
	font-weight: bold;
}

.content-block .title a{ color: #aaa; text-decoration: none; }
.content-block .title a:hover{ text-decoration: underline; }

.block-image-thumbnail
{
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

