/*CSS Development By Dw21 (http://dw21.com.ar)*/
body {
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #706353;
}

a {
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #706353;
	text-decoration:none;
}

.text {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #706353;
	line-height: 20px;
}

#media-submenu {
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #A9A290;
	text-decoration:none;
}

#media-submenu a {
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #A9A290;
	text-decoration:none;
}

#media-submenu a:hover {
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #706353;
	text-decoration:underline;
}

#main-title{
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #A9A290;
	text-decoration:none;
	font-weight: bold;
	margin-left:10px;
}


a:hover {
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #706353;
	text-decoration:underline;
}

#menu a.selected {
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #706353;
	font-weight: bold;
	text-decoration:none;
}

#menu a {
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #E4D6AF;
	font-weight: bold;
	text-decoration:none;
}

#menu a:hover {
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #706353;
	font-weight: bold;
	text-decoration:underline;
}

.block-news-title {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #706353;	
}

.block-title {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #A9A290;	
}

.news-links a{
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #706353;	
	text-decoration:none;
}

.news-links a:hover{
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #706353;	
	text-decoration:underline;	
}

.list-title{
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #706353;	
	text-decoration:none;	
	text-transform:capitalize;
}

.list-description{
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #706353;	
	text-decoration:none;	
}

.form-field-name{
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #706353;
	line-height: 25px;
	font-weight:bold;
}

.form-input-text{
	width: 225px;
	border: solid 1px #706353;
	background: #A9A290;	
}

.form-input-textarea{
	width: 435px;
	height: 180px;
	border: solid 1px #706353;
	background: #A9A290;	
}

.form-input-button{
	width: 80px;
	border: solid 1px #706353;
	background: #A9A290;	
}