@charset "utf-8";
body {
	background:url(img/bg_color.jpg);
	background: f1f0e7;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.main-table #menu {
	text-align: right;
	font-size: 13px;
	padding-top: 20px;
	padding-bottom: 80px;
}
.menu2 {
	font-size: 13px;
	text-align: center;
}

.main-table #menu a, .main-table .menu2 a {
	text-decoration: none;
	color: #7B7B7A;
	font-weight: bold;
}
.main-table #menu a:hover, .main-table .menu2 a:hover {
	color: #FAA61A;
}
.main-table .top a, .header-table a {
	color: #86B840;
	text-decoration: none;
	font-weight: bold;
}

.main-table {
	background-image: url(img/silueta.jpg);
	background-repeat: no-repeat;
}
.header {
	background-image: url(img/topbar_bg.jpg);
	height: 113px;
	background-repeat: repeat-x;
}
.header-table {
	background-image: url(img/top_silueta.jpg);
	width: 980px;
	background-repeat: no-repeat;
	background-position: right;
	height: 109px;
}
.main-container {
	width: 980px;
}
.main-container #menu {
	text-align: right;
	font-size: 13px;
	padding-top: 15px;
	padding-bottom: 45px;
	padding-right: 100px;
}

.main-container #menu2 {
	font-size: 13px;
	text-align: center;
	padding-top: 20px;
}
#menu a, #menu2 a {
	text-decoration: none;
	color: #7B7B7A;
	font-weight: bold;
}
#menu a:hover, #menu2 a:hover {
	color: #FAA61A;
}.main-container #recuadro {
	background-image: url(img/recuadro.jpg);
	background-repeat: no-repeat;
	height: 453px;
	width: 848px;
	margin-left: 65px;
}
#recuadro #preview {
	float: left;
	height: 329px;
	width: 335px;
	overflow: hidden;
	margin-top: 55px;
	margin-left: 20px;
}
#recuadro #submenu {
	float: right;
	width: 450px;
	font-size: 13px;
	margin-top: 35px;
}
#recuadro #submenu a {
	text-decoration: none;
	color: #7B7B7A;
	font-weight: bold;
	margin-right: 15px;
}

#recuadro #thumbs {
	float: right;
	width: 450px;
	margin-top: 5px;
	height: 80px;
}
#recuadro #thumbs a img {
	filter:gray;
	border:none;
}
#recuadro #thumbs a:hover img {
	filter:none;
}
#recuadro #desc {
	float: right;
	width: 450px;
	margin-top: 115px;
	margin-right:10px;
	font-size:11px;
	height: 120px;
	vertical-align: bottom;
	line-height:18px;
}
#recuadro #desc a {
	text-decoration:none;
	color:#FAA61A;
	font-weight:bold;
}
.texto {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-left:30px;
	margin-right:20px;
	overflow:auto;
	height:400px;
	padding-right: 10px;
}
.texto h3 {
	font-weight: normal;
	color: #FAA61A;
}
.texto p,.texto li,.texto td {
	font-size:11px;
	letter-spacing:1px;
	line-height:18px;
	text-align:justify;
	margin-left: 15px;
	list-style-type: square;
}
