@CHARSET "ISO-8859-1";

html, body {
	padding: 0;
	margin: 0;
	/*overflow: hidden;*/
	background: #000;
	
}

body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#all {
	background: #fff url("../images/bg2.jpg") no-repeat;
	width: 865px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border: 1px solid #948367;
	border-top: 0;
	min-height: 575px;
}

#page {
	padding-left: 210px;
	padding-top: 130px;
	width: 650px;
	position: relative;
}

#main {
	position: relative;
}

#header {
	position: absolute;
	left: 165px;
	top: 95px;
}

#menu {
	margin-left: 0px;
}

#menu ul, #menu li {
	margin: 0;
	padding: 0;
	color: #fff;
	list-style: none;
}

#menu li {
	float: left;
}

#menu a {
	color: #fff;
	text-decoration: none;
	padding: 0;
	padding-left: 20px;
	padding-right: 20px;
	display: block;
	line-height: 25px;
}

#menu a:hover {
	/*text-decoration: underline;*/
	background-color: #473b2d;
}

#languages {
	position: absolute;
	top: 25px;
	right: 0px;
	font-size: 10px;
	line-height: 11px;
}

#languages img {
	vertical-align: baseline;
	border: 0px;
}

#languages a {
	color: #fff;
	border: 0px;
	text-decoration: none;
}

#languages a:hover {
	text-decoration: underline;
}

#content {
	background: #fff;
	padding: 0 10px;
	padding-bottom: 10px;
}

#content, #content a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000;
}

#designer {
	background: #000;
	color: #fff;
	text-align: right;
	padding: 5px;
	font-size: 8pt;
	right: 0;
	width: 865px;
	margin-left: auto;
	margin-right: auto;
}

#designer a {
	color: #fff;
	text-decoration: none;
}

#designer a:hover {
	text-decoration: underline;
}

h1, h2, h3 {
	font-family: "Century Gothic", Helvetica, sans-serif;
	font-weight: normal;
	color: #883a09;
}

h1 {
	font-size: 15pt;
	border-bottom: 1px dotted #ccc;
}

h2 {
	font-size: 13pt;
	margin-bottom: 4px;
}

h3 {
	font-size: 11pt;
	margin: 0px;
	margin-bottom: 8px;
}

h4 {
	font-size: 9pt;
	margin-bottom: 4px;
	margin: 0px;
}

#content p {
	margin: 0 10px 10px 10px;
}
img {
	border: 0px;
}
.minialbum .photo {
	border: 1px solid #ccc;
	float: left;
	width: 220px;
	height: 220px;
	text-align: center;
	margin: 25px;
	line-height: 220px;
}
.minialbum photo a {
	line-height: 220px;
}

.album .photo {
	float: left;
	width: 110px;
	height: 110px;
	text-align: center;
	margin: 15px;
	line-height: 110px;
}
.album .photo img {
	border: 1px solid #ccc;
	padding: 2px;
}

.photo img {
	vertical-align: middle;
}

.clear {
	height: 1px;
	clear: both;
}
div.testimonial {
	padding: 10px;
	font-size: 9pt;
	border: 1px solid #ccc;
	background: #ffd;
	margin-bottom: 20px;
}
#content div.testimonial a {
	font-size: 9pt;
}
div.testimonial div.photo {
	float: left;
	width: 150px;
	height: 125px;
	text-align: center;
	padding-top: 5px;
}
div.testimonial .ttext {
	font-style: italic;
	line-height: 16pt;
}
div.testimonial .author {
	text-align: right;
	font-weight: bold;
	margin-top: 5px;
}

.categorias {
	text-align: center;
}

.categoria {
	line-height: 25px;
	float: left;
	width: 220px;
	height: 220px;
	text-align: center;
	margin: 25px;
}