* {
    padding: 0;
    margin: 0;
} 

body {
background: #333;
}
/* Contenedores */
#wrap {
	margin: 20px auto;
	width: 760px;
	background-color: #FFFFFF;
}
#header { 
background: #4c320d url(images/header.jpg) no-repeat;
height: 106px;
}
#content {
	padding: 0px 0px 10px 35px;
	background-color: #FFFFFF;
	background-image: url(images/Bkg_body.gif);
	background-repeat: repeat-y;
}
#Datos {
	float: left;
	width: 500px;
	padding-right: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #4D4D4D;
	overflow: visible;
	margin-top: 25px;
	line-height: 130%;
}
#contact {
	text-align: center;
	color: #840084;
	font-size: 9pt;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	font-weight: bold;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#bottom {
	background: #D595CE no-repeat;
	padding: 10px 10px 15px;
	text-align: center;
	font-size: 9pt;
	color: #AC59A6;
	font-weight: bold;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #840084;
	height: 55px;
}
#footer {
	text-align: center;
	color: #000000;
	font-size: 8pt;
	padding: 5 5 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 55px;
	margin-bottom: 10px;
}
.left {
	width: 523px;
	float: left;
	text-align: left;
}
.right {
	width: 180px;
	float: right;
	font-size: 12px;
	background-color: #AC59A6;
	padding: 5px;
}
.Menu {
	width: 100%;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D595CE;
	margin-top: 10px;
}
/* Objetos */
.left p {
	margin-top: 15px;
	margin-bottom: 15px;
	padding-right: 0;
	padding-left: 0;
}
.left h1 {
	color: #333;
	font-size: 16pt;
	font-weight: bold;
	padding : 10px 0 15px 0;
	text-align: center;
	line-height: 150%;
}
.left h2 {
	color: #840084;
	font-size: 16pt;
	font-weight: bold;
	padding : 10px 0 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #840084;
	margin-bottom: 15px;
}
.right ul {
list-style-type: square;
padding: 5px 10px 10px 20px;
}
.right h2 {
height: 30px;
font-size: 12px;
color: #666;
line-height: 30px;
}
.right a { text-decoration: none }
img { border: none; }
HR {
	color:#840084;
	margin-top: 10px;
	margin-bottom: 10px;
}
H3 { FONT-SIZE:15px; }
H4 { FONT-SIZE:13px; }
H5 { FONT-SIZE:12px; }
H6 { FONT-SIZE:14px; 
	 color:#840084;
}
/* Enlaces */
A.Link:link {
	color:#FFF7EF;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 9pt;
	margin-bottom: 5px;
	line-height: 150%;
}
A.Link:visited {
	color:#FFF7EF;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 9pt;
	line-height: 150%;
}
A.Link:active {
	color:#FFF7EF;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 9pt;
	line-height: 150%;
}
A.Link:hover {
	color:#00304A;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 9pt;
	background-color: #D595CE;
	line-height: 150%;
}
A.bottom:link {
	color:#FFF7EF;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 8pt;
	margin-bottom: 5px;
	line-height: 150%;
}
A.bottom:visited {
	color:#FFF7EF;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 8pt;
	line-height: 150%;
}
A.bottom:active {
	color:#FFF7EF;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 8pt;
	line-height: 150%;
	
}
A.bottom:hover {
	color:#00304A;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 8pt;
	background-color: #D595CE;
	line-height: 150%;
}
.TxtSmall {
	font-size: 8pt;
	font-style: italic;
}