#menu-buttons ul, #menu-buttons li, #menu-buttons span, #menu-buttons a {
	margin: 0;
	padding: 0;
	position: relative;
	padding: 20px;
	margin-top: -20px;

}
#menu-buttons {
	height: 49px;
}
#menu-buttons:after, #menu-buttons ul:after {
	content: '';
	display: block;
	clear: both;
}
#menu-buttons a {
	font-size: 18px;
	line-height: 34px;
	padding: 0 20px;
	text-decoration: none;
color: #F38020;
}
#menu-buttons ul {
	list-style: none;
}
#menu-buttons > ul {
	float: left;
}
#menu-buttons > ul > li {
	float: left;
}
#menu-buttons > ul > li:hover:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -10px;
}
#menu-buttons > ul > li.active > a {
	box-shadow: inset 0 0 3px #000000;
	-moz-box-shadow: inset 0 0 3px #000000;
	-webkit-box-shadow: inset 0 0 3px #000000;

color: #F38020;
}
#menu-buttons > ul > li:hover > a {
	height: 60px;
	background-image: url(../img/home/flechita-menu-selected.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	padding: 20px;
	z-index: 2;
color: #F38020;
}
#menu-buttons .has-sub {
	z-index: 1;
}
#menu-buttons .has-sub:hover > ul {
	display: block;
}
#menu-buttons .has-sub ul {
	display: none;
	position: absolute;
	width: 200px;
	top: 100%;
	left: 0;
	margin-top: -14px;
}
#menu-buttons .has-sub ul li {
 *margin-bottom: -1px;
	padding: 20px 0;
}
#menu-buttons .has-sub ul li a {
	background: #000;
	opacity: .8;
			/* For IE 5-7 */
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	border-bottom: 1px dotted #ccc;
	filter: none;
	font-size: 13px;
	display: block;
	line-height: 120%;
	padding: 10px;
	background-image: url(../img/yellow-arr.png);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 20px;
color: #F38020;
}
#menu-buttons .has-sub ul li:hover a {
	background: #000;
	opacity: .9;
			/* For IE 5-7 */
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	background-image: url(../img/yellow-arr.png);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 20px;
color: #F38020;
}
#menu-buttons .has-sub .has-sub:hover > ul {
	display: block;
}
#menu-buttons .has-sub .has-sub ul {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
}
#menu-buttons .has-sub .has-sub ul li a {
	background: #b00c11;
	border-bottom: 1px dotted #d06d70;
}
#menu-buttons .has-sub .has-sub ul li a:hover {
	background: #80090d;
}
; .imcn{
	height:150px;
	text-align:center;
}
#td.first{
	font-size: 13px;
	width: 33%;
}
; preview td .imcn{
	height:150px;
	text-align:center;
}#preview {
    margin: 0 auto 30px;
    max-width: 1090px;
    min-width: 1000px;
}

#preview ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#preview td .imcn{
	height:150px;
	text-align:center;
}

#preview h1,
#preview h2{
	font-family: Georgia;
	font-size: 38px;
	line-height: 30px;
 margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: normal;
}
#preview  p{
	color: #515151;
	font-size: 16px;
	margin-bottom: 25px;
}
#preview td{
	padding-bottom: 20px;
}

#preview ul li{
	padding-left: 20px;
	font-size: 13px;
	line-height: 1.3;
	margin-bottom: 15px;
	background: url(/img/2012/li.jpg) no-repeat 0px 9px;
}
#preview ul li p{
	margin-bottom:0;
}
#preview ul a{
	color: #AF0400;
	display: block;
	font-size:14px;
	line-height: 1.3;
	margin-bottom: 3px;
}
#preview ul a:hover{
	text-decoration:none;
}
#preview td.first{
	padding-right: 70px;
	padding-left: 20px;
	width: 36%;
}
#preview td.last{
	padding-left: 70px;
	padding-right: 20px;
	width: 36%;
}
#preview td.first div{
	white-space: nowrap;
}
#preview td.first div strong{
	font-size:17px;
}
#preview td.first div span{
	display:inline;
    padding: 5px;
	background: url(/img/2012/rub1.jpg) no-repeat center 6px;
}
#preview td.first div a{
	display:inline;
}


.gallery {
	padding: 5px 0;
	clear: both;
}
.gallery .item{
	float:left;
	margin: 0 20px 30px 0;
}
#content_menu{
	padding: 0 0 25px;
}
#content_menu .active{
	background-color: #E4E4E4;
	text-decoration:none;
	color: #323232;
	border: 0px;
	margin:0;
	padding: 6px 10px;
	border-radius: 2px 2px 2px 2px;
};