body, html
{
	margin: 0px;
	padding: 0px;
}

#master_layout
{
	display: table;
	width: 100%;
}

#master_layout .frame
{
	width: auto;
	display: table;
	margin: 20px 30px;
}

#master_layout .tutorial a
{
	color: #18a229;
}

#master_layout .tutorial
{
	font-family: Verdana, Arial, Helvetica, sans-serif, Garamond;
	font-size:11px;
	color: #333333;
	font-size: 12px !important;
}

/*Agregado por Juanchi*/
.preview_frame
{
	width: 100%;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 20px;
	display: table;
	color: #666;
}

#master_layout .frame p
{
	margin: 0px;
	padding: 0px 0px 12px 0px;
}

#master_layout .frame ul,li
{
	font-size:11px !important;
}

#master_layout .frame .whitesubtitle
{
	font-size: 17px;
	line-height: 200%;
	padding: 5px 0px;
	color: #333333;
}

#master_layout table.billingual_menu
{
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif, Garamond;
	font-size:11px;
	color: #333333;
	font-size: 12px;
}

table.billingual_menu td.tab_selected
{
	background-image: url(../images/tabs_selected.png);
	background-repeat: no-repeat;
	width: 182px;
	height: 37px;
}

table.billingual_menu td.tab_selected a
{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 11px;
}

table.billingual_menu td.tab_selected a:hover
{
	background-color: Transparent;
}

table.billingual_menu td.tab_unselected
{
	background-image: url(../images/tabs_unselected.png);
	background-repeat: no-repeat;
	width: 182px;
	height: 37px;
}

table.billingual_menu td.tab_unselected a
{
	text-decoration: underline;
	color: #39AF48;
	font-weight: normal;
	font-size: 11px;
}

table.billingual_menu td.tab_unselected a:hover
{
	color: #fff;
	background-color: #666666;
}
