body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:small;
	margin:0;
	padding:0;
}
h3 {
	font-size:170%;
	background: url("../images/h3.gif") left no-repeat;
	border-bottom: 2px dotted #C30;
	color:#C30;
	padding:3px 0 0 40px;
	margin:0 0 10px 0;
}
h4 {
	font-size:150%;
	font-family:"Times New Roman", Times, serif;
	color:#27A;
	font-style:italic;
	text-align:center;
}
h4.hist {
	text-align: left;
	margin:25px 0 10px 0;
	border-bottom:2px dotted #27A;
}
a {
	color:#069;
}
#wrap {
	width:750px;
	position:absolute;
	left:50%;
	margin-left:-375px;
	background: url("../images/bgBody2.gif") repeat-y;
}
#header {
	padding-left:10px;
}
#header h1, #header h2 {
	display:none;
}
#container object {
	display:block;
}
#menu {
	float:left;
	color:#C30;
	width:185px;
}
#menu ul {
	padding: 0 10px 0 15px;
	margin-left: 0;
}
#menu li {
	display:block;
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #ECC;
}
#menu li A {
	display:block;
	text-decoration:none;
	font-size:120%;
	color:#27A;
	padding: 3px 5px 3px 5px;
	font-weight:bold;
}
#menu li A:hover {
	background: #FCE1DC;
}
#content {
	float:right;
	margin-right:10px;
	padding:10px;
	max-width:535px;
}
#content p {
	margin:10px 0 0 0;
	text-align:justify;
}
#footer {
	width:750px;
	background:#FFF url("../images/bgBottom2.gif") top center no-repeat;
	clear:both;
}
#footer A {
	color:#08C;
}
#footer A:hover {
	text-decoration:none;
}
#sublinks {
	padding:15px 10px 10px 10px;
	text-align:center;
}
#info {
	text-align:center;
	padding:0 10px 40px 10px;
	background:#FFF url("../images/Bottom2.gif") bottom center no-repeat;
}
.img {
	border:1px dashed #069;
	margin:0px 0px 5px 10px;
	float:right;
}
.img2 {
	border:1px dashed #069;
	margin:0px 10px 5px 0px;
	float:left;
}
.img3 {
	border:1px dashed #069;
	margin:0px 10px 0px 10px;
}
.needs li {
	margin-top:7px;
}
#buttons {
	background:#F9DAD4;
	border-top:2px solid #C53A00;
	margin:0 10px 0 10px;
	text-align:center;
}
#buttons A { 
	color:#0080C0;
	font-size:200%;
	text-decoration:none;
	padding:10px 100px 10px 100px;
}
#buttons A:hover {
	color:#333;
}
#footer.intro {
	background:#FFF url("../images/bgButtons.gif") top center no-repeat;
}
.conocenos td {
	background:#069;
	color:#FFF;
	text-align:center;
}
.conocenos td img {
	border:1px solid #069;
}
.required {
	color:#C00;
	font-weight:bold;
}
.error {
	border:1px solid #999;
	color:#C00;
	background:#FFD;
	margin:10px 0 10px 0;
}