* {
	margin : 0;
	padding : 0;
}

a {
	color : #B43838;
	text-decoration : none;
}
a:visited {
	color : #B43838;
	text-decoration : none;
}
a:hover {
	color : #ba8f43;
	background-color:#FEF9E9;
}

h2 {
	color : #343434;
	font : italic 200% sans-serif;
}
h3 {
	color : #343434;
	font : italic 160% sans-serif;
}
h4 {
	color : #343434;
	font : bold italic 110% sans-serif;
	padding : 1em 1em 0 1em;
}
h5 {
	color : #343434;
	font : bold normal 150% sans-serif;
	Text-align:center;
}

html {
	color : #565656;
	font : 76%/220%  arial ;
	text-align : justify;
}

img {
	margin : 1em 1em 0 1em;
	border:none;
}
img.left {
	float : left;
	margin : 1em 1em 0 0;
}
img.right {
	float : right;
	margin : 0 0 0 0;
}

blockquote {
	font-style : italic;
	margin : 1em 1em 0 1em;
	padding : 0 0 1em 0;
}
blockquote span {
	font-size : 200%;
	line-height : 1%;
	margin : 0 0.15em;
	position : relative;
	top : 0.25em;
}

form button {
	background : #ffffff url('../images/enviar.jpg') no-repeat bottom;
	border : 1px solid #cfcfcf;
	padding : 0.25em;
	margin : 0 0 0 0.75em;
	color: #FFF;
}
form input {
	background : #f1eeda;
	border : none;
	width : 100%;
	color:#B43838;
}
form textarea {
	background : #f1eeda;
	border : none;
	width : 100%;
	height : 10em;
	color:#B43838;
}
form p.button {
	text-align : right;
}
form p.input,
form p.text {
	background : #f1eeda;
	border : 0.25px solid #cfcfcf;
	padding : 0.25em;
	margin : 0.25em 0.25em 0 0.25em;
}

p {
	padding : 1em 1em 0 1em;
}

ul,
ol {
	padding : 1em 1em 0 3em;
	text-align:center;

text
; 	font-weight: bold;
}

#main {
	margin : auto;
	max-width : 65em;
	min-width : 40em;
	width : auto !important;
	width : 65em;
}

#header {
	background : #B43838 url('../images/header_bg3.png') no-repeat bottom left;
	padding : 22em 4em 1em 4em;
}
#header h1 {
	color : #ffffff;
	font : italic 200% sans-serif;
}

#menu {
	background : #B43838;
	border-bottom : 1px solid #b2b1b2;
	font : 100% sans-serif;
}
#menu ul {
	padding : 0.75em 2em;
}
#menu li {
	display : inline;
}
#menu li a {
	color : #ffffff;
	padding : 0.75em 1.5em;
}
#menu li a:hover {
	background : #b2b1b2;
}
#menu li.selected a {
	background : #ffffff;
	border : 1px solid #b2b1b2;
	border-bottom : 1px solid #ffffff;
	color : #B43838;
}
#menu li.selected a:hover {
	background : #ffffff;
	color : #ba8f43;
}

#content {
	border-bottom : none;
	height : auto !important;
	height : 1%;
	overflow : hidden;
	padding : 2em 0 0 0;
}
#content div {
	padding : 0 0 2em 0;
}

#panel {
	background:#FFF
	border : 1px solid #dfdfdf;
	border-bottom : 1px solid #cfcfcf;
	border-top : none;
	height : auto !important;
	height : 1%;
	overflow : hidden;
	padding : 0 5em 2em 5em;
}
#panel div {
	padding : 2em 0 0 0;
}
div.left {
	left : -1em;
	float : left;
	position : relative;
	width : 50%;
}
div.right {
	left : 1em;
	float : left;
	position : relative;
	width : 50%;
}
#footer {
	font-size : 100%;
	margin : auto;
	padding : 1em 0 3em 0;
	background: url('../images/footer_bg.png') repeat-x bottom left;
	text-align : center;
	color:#FEF9E9;
	width : 100%;
}
.pie {
	color: #000;
	font-size: 120%;
	text-align: left;
	line-height: 45px;
	font-weight: normal;
}

