a {
	color: #5D0105;
	text-decoration: underline;
}

a:hover {
	text-decoration:none;
}

p, ul {
	margin:0;
	text-align: justify;
	
}

dt {
	float:left;
	padding:0 5px 3px 5px;
	text-align:right;
}

dd {
	margin: 5px;
}



#menu a:hover, #headerColorBar, #footerMenu {
	background-color: #5D0105;
}

#newsletter {
	position:relative;
	border: 1px solid #5D0105;
	margin-top: 5px;
	padding: 12px;
	background-color: #EDEAE6;
	color:#5D0105;
	font-size:1.1em;
	width:470px;
	float:right;
}

#newsletter h2 {
	margin:10px 0 10px 0;
}

#newsletterPict {
	width: 105px;
	float: left;
	margin-top:5px;
	text-align:right;
	color:#5D0105;
}

#newsletterPict h1{
	font-size:1.65em;
}

#newsletterPict img{
	border : 1px solid #5D0105;
}

.newsletterTopCorners {
	position:absolute;
	top:-2px;
	right:-2px;
}

.newsletterBottomCorners {
	position:absolute;
	bottom:-2px;
	left:-2px;
}

.newsletterTitle {
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: solid 1px #91251D;
}

.combocontacto {
	color: #5D0105;
	background-color: #D8D3B6;
	border: 1px solid #5D0105;
	width: 300px;
}

.combocontactoError {
	color: #FF0000;
	background-color: #D8D3B6;
	border: 1px solid #FF0000;
	width: 300px;
}

.combocontacto:focus {
	border: 1px solid #FF0000;
	color: #FF0000;
}

#submit {
	float: right;
	text-align:center;
	font-size:0.8em;
	padding:5px;
	margin:5px 0 0 5em;
	background-color: #5D0105;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

#submit:hover {
	cursor:pointer;
	background-color: #EDEAE6;
	color: #5D0105;
	border: 1px solid #5D0105;
}
