html {
	font-family: "Lucida Grande", "Lucida Sans", "trebuchet ms", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.5em;
	color: #706659;/*#5F574C;*/
	margin: 0px;
	padding: 0px;
	font-weight: 100;
}
body {
	background-color: #1D170C; /* antes #241D13 */
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
#index {
	width: 600px;
	min-height: 200px;
	*height: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 200px;
	margin-bottom: 0px;
	padding-top: 14px;
	display: block;
	background-image: url(../img/LOGO.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#index #divInfo{
	margin-left: 230px;
	margin-bottom: 0px;
	padding: 0 0 0 30px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #443F37;
}

#contenido {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	background-attachment: fixed;
	background-image: url(../img/bg.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#contenido #info {
	padding: 30px 60px 60px;
}
p {
	text-align: left;
	letter-spacing:0;
	margin: 0 0 1.7em 0;
}
a {
	text-decoration: none;
}
a.strong {
	font-weight: bold;
	font-size: 1.1em;
	line-height: 2em;
	letter-spacing: 1px;
}
a:link {
	color: #3D7A7C; /*29281D*/ 
}
a:visited {
	color: #3D7A7C;
}
a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	color: #30B9D7; /* originalmente FF9900, despues 62C1C5 */
}
a:active {
	color: #887C6D;
}
a.strong:link {
	color: #30B9D7; /*29281D*/ 
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #386777;
}
a.strong:visited {
	color: #30B9D7; /*29281D*/ 
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #386777;
}
a.strong:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	color: #ffffff; /* originalmente FF9900, despues 62C1C5 */
}
a.strong:active {
	color: #3D7A7C;
}




h1 {
	color: #30B9D7;
	padding-top: 20px;
	padding-bottom: 0px;
	font-weight: 100;
	font-size: 24px;
}
h2 {
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 0px;
	font-weight: 100;
	font-size: 18px;
}
h3 {
	color: #9E927F;
	font-size: 9px;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 24px 0 6px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}
h4 {
	color: #30B9D7;
	font-weight: normal;
	font-size: 14px;
}

#contenido #info .imgPF {
	border: 4px solid #FFFFFF;
	padding: 0px;
	margin-top: 30px;
	display: block;
	clear: both;
	float: left;
	background-color: #FFFFFF;
}
