html {
	margin: 0 0 0 0;
	background-color: #c3d6ee;
}
body, tr, td, th {
   font-family: "Trebuchet MS", Verdana; font-size: 11px;
   color: #333333;
}
#ContenidoPrincipal {
	width: 560px;
	padding: 10px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #e9c282;
	border-bottom-color: #e9c282;
	border-left-color: #e9c282;
}
#TableBodyPage{
	width: 780px;
	background-color: #cce8a6;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ffffff;
	border-left-color: #ffffff;
}
#TableHeader{
	height: 172px;
	width: 780px;
	background-image: url(../images/naturalmode-headerSp.gif);
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ffffff;
	border-left-color: #ffffff;
}
#TableHeaderEn{
	height: 172px;
	width: 780px;
	background-image: url(../images/naturalmode-headerEn.gif);
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ffffff;
	border-left-color: #ffffff;
}


/*Font sizes*/


H1, H2, H3, H4, H5, H6 {
	margin-bottom: 0px;
}
H1{
	font-size: 18px;
}
H2{
	font-size: 17px;
}
H3{
	font-size: 16px;
}
H4{
	font-size: 15px;
}
H5{
	font-size: 14px;
}
H6{
	font-size: 13px;
}
.FontSize10{
	font-size: 10px;
}
.FontSize1{
	font-size: 1px;
	color: #ffffff;
}


/*Font colors*/


.FontColorBlack {
	color: #000000;
}

.FontColorBlue {
	color: #08418f;
}
.FontColorBlue60, H3 {
	color: #6088A5;
}
.FontColorBlue30 {
	color: #A5BCCF;
}


.FontColorBrown {
	color: #aa852e;
}
.FontColorBrown60 {
	color: #ccb682;
}
.FontColorBrown30 {
	color: #e5dac0;
}

.FontColorGray {
	color: #666666;
}
.FontColorGray60 {
	color: #999999;
}
.FontColorGray30 {
	color: #CCCCCC;
}


.FontColorBlue {
	color: #689f1d;  
}
.FontColorBlue80 {
	color: #95bc60;
}

.FontColorBlue60 {
	color: #bcdd8f;
}
.FontColorBlue40 {
	color: #cce8a6;
}
.FontColorBlue20 {
	color: #dceec3;
}

.FontColorOrange {
	color: #F79029;
}
.FontColorOrange60 {
	color: #FCB97A;
}
.FontColorOrange30 {
	color: #FEDAB6;
}
.FontColorRed {
	color: #9F310D;
}
.FontColorRed80 {
	color: #CC0000;
}
.FontColorRed60 {
	color: #C37655;
}
.FontColorRed40 {
	color: #E0B29A;
}
.FontColorTurquoise {
	color: #56A099;
}
.FontColorTurquoise60 {
	color: #94C0BC;
}
.FontColorTurquoise30 {
	color: #C5DDDB;
}
.FontColorWhite {
	color: #FFFFFF;
}

.FontColorYellow {
	color: #ebe542;
}
.FontColorYellow60 {
	color: #f3ef8e;
}
.FontColorYellow30 {
	color: #f9f7c6;
}






/*Background colors*/

.BackColorBlack {
	background-color: #000000;
	color: #FFFFFF;
	padding: 8px;
}
.BackColorBlue {
	background-color: #095474;
	color: #FFFFFF;
	padding: 8px;
}
.BackColorBlue60 {
	background-color: #6088A5;
	color: #FFFFFF;
	padding: 8px;
}
.BackColorBlue30 {
	background-color: #A5BCCF;
	color: #000000;
	padding: 8px;
}
	
.BackColorBrown {
	background-color: #aa852e;
	color: #FFFFFF;
	padding: 8px;
}
.BackColorBrown60 {
	background-color: #ccb682;
	color: #FFFFFF;
	padding: 8px;
}
.BackColorBrown30 {
	background-color: #e5dac0;
	color: #000000;
	padding: 8px;
	
}

.BackColorGray {
	background-color: #666666;
	color: #ffffff;
	padding: 8px;
}
.BackColorGray60 {
	background-color: #999999;
	color: #ffffff;
	padding: 8px;
}
.BackColorGray30 {
	background-color: #CCCCCC;
	color: #ffffff;
	padding: 8px;
}


.BackColorGreen {
	background-color: #689f1d;
		color: #FFFFFF;
	padding: 8px;
}
.BackColorGreen80 {
	background-color: #95bc60;
	color: #FFFFFF;
	padding: 8px;
}
.BackColorGreen60 {
	background-color: #bcdd8f;
	color: #000000;
	padding: 8px;
}
.BackColorGreen40 {
	background-color: #cce8a6;
	color: #000000;
	padding: 8px;
}

.BackColorGreen20 {
	background-color: #dceec3;
	color: #000000;
	padding: 8px;
	
}


.BackColorOrange {
	background-color: #F79029;
	color: #FFFFFF;
	padding: 8px;
}
.BackColorOrange60 {
	background-color: #FCB97A;
	color: #FFFFFF;
	padding: 8px;
}
.BackColorOrange30 {
	background-color: #FEDAB6;
	color: #000000;
	padding: 8px;
}
.BackColorRed {
	background-color: #9F310D;
	color: #FFFFFF;
	padding: 8px;
}
.BackColorRed80 {
	background-color: #CC0000;
	color: #FFFFFF;
	padding: 8px;
}
.BackColorRed60 {
	background-color: #C37655;
	color: #FFFFFF;
	padding: 8px;
}
.BackColorRed40 {
	background-color: #E0B29A;
	color: #000000;
	padding: 8px;
}

.BackColorTurquoise {
	background-color: #56A099;
	color: #FFFFFF;
	padding: 8px;
}
.BackColorTurquoise60 {
	background-color: #94C0BC;
	color: #FFFFFF;
	padding: 8px;
}
.BackColorTurquoise30 {
	background-color: #C5DDDB;
	color: #000000;
	padding: 8px;
}

.BackColorYellow {
	background-color: #ebe542;
		color: #000000;
	padding: 8px;
}
.BackColorYellow60 {
	background-color: #f3ef8e;
	color: #000000;
	padding: 8px;
}
.BackColorYellow30 {
	background-color: #f9f7c6;
	color: #000000;
	padding: 8px;
}









/*links ########################################################################## */

a:link, a:visited{
	color: #08418f;
	text-decoration: none;
}
a:hover, a:active{
	color: #CC6600;
	text-decoration: underline;
}

	/*Black*/

a.LinkStyleBlack:link, a.LinkStyleBlack:visited, a.LinkStyleBlack:active   {
	color: #000000;
	text-decoration: none;
}
a.LinkStyleBlack:hover   {
	text-decoration: underline;
	color: #333333;
}


	/*Blue*/
a.LinkStyleBlue:link, a.LinkStyleBlue:visited, a.LinkStyleBlue:active   {
	color: #095474;
	text-decoration: none;
}
a.LinkStyleBlue:hover{
	text-decoration: underline;
	color: #000000;
}
a.LinkStyleBlue60:link, a.LinkStyleBlue60:visited, a.LinkStyleBlue60:active   {
	color: #6088A5;
	text-decoration: none;
}
a.LinkStyleBlue60:hover   {
	color: #095474;
	text-decoration: underline;
}

/*Brown*/
	
a.LinkStyleBrown:link, a.LinkStyleBrown:visited, a.LinkStyleBrown:active   {
	color: #aa852e;
	text-decoration: none;
}
a.LinkStyleBrown:hover  {
	color: #000000;
	text-decoration: underline;
}

a.LinkStyleBrown60:link, a.LinkStyleBrown60:visited, a.LinkStyleBrown60:active   {
	color: #ccb682;
	text-decoration: none;
}
a.LinkStyleBrown60:hover {
	color: #aa852e;
	text-decoration: underline;
}


/*Gray*/

a.LinkStyleGray:link, a.LinkStyleGray:visited, a.LinkStyleGray:active   {
	color: #666666;
	text-decoration: none;
}
a.LinkStyleGray:hover   {
	color: #333333;
	text-decoration: underline;
}

a.LinkStyleGray60:link, a.LinkStyleGray60:visited, a.LinkStyleGray60:active   {
	color: #999999;
	text-decoration: none;
}
a.LinkStyleGray60:hover   {
	color: #666666;
	text-decoration: underline;
}

a.LinkStyleGray30:link, a.LinkStyleGray30:visited, a.LinkStyleGray30:active   {
	color: #CCCCCC;
	text-decoration: none;
}
a.LinkStyleGray30:hover   {
	color: #999999;
	text-decoration: underline;
}


/*Green ###############################*/

a.LinkStyleGreen:link, a.LinkStyleGreen:visited, a.LinkStyleGreen:active   {
	color: #689f1d;
	text-decoration: none;
}
a.LinkStyleGreen:hover {
	color: #000000;
	text-decoration: underline;
}
	
a.LinkStyleGreen80:link, a.LinkStyleGreen80:visited, a.LinkStyleGreen80:active   {
	color: #95bc60;
	text-decoration: none;
}
a.LinkStyleGreen80:hover  {
	color: #689f1d;
	text-decoration: underline;
}

a.LinkStyleGreen60:link, a.LinkStyleGreen60:visited, a.LinkStyleGreen60:active   {
	color: #bcdd8f;
	text-decoration: none;
}
a.LinkStyleGreen60:hover  {
	color: #95bc60;
	text-decoration: underline;
}

/*Orange*/
a.LinkStyleOrange:link, a.LinkStyleOrange:visited, a.LinkStyleOrange:active   {
	color: #F79029;
	text-decoration: none;
	
}
a.LinkStyleOrange:hover   {
	color: #000000;
	text-decoration: underline;
	
}
a.LinkStyleOrange60:link, a.LinkStyleOrange60:visited, a.LinkStyleOrange60:active   {
	color: #FCB97A;
	text-decoration: none;
	
}
a.LinkStyleOrange60:hover   {
	color: #F79029;
	text-decoration: underline;
	
}
	/*Red*/

a.LinkStyleRed:link, a.LinkStyleRed:visited, a.LinkStyleRed:active   {
	color: #9F310D;
	text-decoration: none;
}
a.LinkStyleRed:hover  {
	color: #000000;
	text-decoration: underline;
}

a.LinkStyleRed80:link, a.LinkStyleRed80:visited, a.LinkStyleRed80:active   {
	color: #cc0000;
	text-decoration: none;
}
a.LinkStyleRed80:hover  {
	color: #3300CC;
	text-decoration: underline;
}

a.LinkStyleRed60:link, a.LinkStyleRed60:visited, a.LinkStyleRed60:active   {
	color: #C37655;
	text-decoration: none;
}
a.LinkStyleRed60:hover   {
	color: #9F310D;
	text-decoration: underline;
}

/*Turquoise #########################################*/

a.LinkStyleTurquoise:link, a.LinkStyleTurquoise:visited, a.LinkStyleTurquoise:active   {
	color: #56A099;
	text-decoration: none;
}
a.LinkStyleTurquoise:hover   {
	color: #000000;
	text-decoration: underline;
}
a.LinkStyleTurquoise60:link, a.LinkStyleTurquoise60:visited, a.LinkStyleTurquoise60:active   {
	color: #94C0BC;
	text-decoration: none;
}
a.LinkStyleTurquoise60:hover   {
	color: #56A099;
	text-decoration: underline;
}

	/*White*/

a.LinkStyleWhite:link, a.LinkStyleWhite:visited, a.LinkStyleWhite:active   {
	color: #FFFFFF;
	text-decoration: none;
}
a.LinkStyleWhite:hover   {
	text-decoration: underline;
	color: #FFFF99;
}

/* Yellow         */

a.LinkStyleYellow:link, a.LinkStyleYellow:visited, a.LinkStyleYellow:active   {
	color: #ebe542;
	text-decoration: none;
}
a.LinkStyleYellow:hover   {
	text-decoration: underline;
	color: #F1F1F1;
}



.Box{
	padding: 8px;
}
.HighlightedGray60_Size10{
	color: #999999;
	font-size: 10px;
}

.HighlightedOrange_Size10{
	color: #f79029;
	font-size: 10px;
}
.HighlightedOrange60_Size10{
	color: #fcb97a;
	font-size: 10px;
}
.ImageThumbnailPlaceHolder{
	background-image: url(../images/Catalog/ThumbnailPlaceHolder.gif);
	background-repeat: no-repeat;
	height: 90px;
	width: 120px;
	padding: 3px;
	text-align:center
}
hr.HRBrown60{
	color: #ffffff;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #ccb682;	
}
hr{
	margin: 1px;
	border-top-width: 1px;
	border-top-style: dotted;
	line-height: 1px;
	padding: 0px;
	border-top-color: #FFFF00;
	color: #FFFFFF;
}
.TitleinHeader{
	height: 50px;
	padding-left: 30px;

}



/*            VIEJO PARA BORRAR             */







.triangulitos{
	background-image: url(../images/triangulitos.gif);
	background-repeat: repeat-x;
	height: 4px;
}

input, select {
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	color: #006633;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
input.InputBorde{
	border: 1px dotted #CC6600;
	text-align:center
}



td.TdInputLeft01{
	background-image: url(../images/InputField01_left.gif);
	height: 24px;
	width: 11px;
	background-repeat: no-repeat;
}
td.TdInputRight01{
	background-image: url(../images/InputField01_right.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 11px;
}
td.TdInputCentralt01{
	background-image: url(../images/InputField01_central.gif);
	background-repeat: repeat-x;
	height: 24px;
}

td.TdInputLeft02{
	background-image: url(../images/InputField02_left.gif);
	height: 24px;
	width: 11px;
	background-repeat: no-repeat;
}
td.TdInputRight02{
	background-image: url(../images/InputField02_right.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 13px;
}
td.TdInputCentralt02{
	background-image: url(../images/InputField02_central.gif);
	background-repeat: repeat-x;
	height: 24px;
}

td.TdInputLeft03{
	background-image: url(../images/InputField03_left.gif);
	height: 24px;
	width: 11px;
	background-repeat: no-repeat;
}
td.TdInputRight03{
	background-image: url(../images/InputField03_right.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 11px;
}
td.TdInputCentralt03{
	background-image: url(../images/InputField03_central.gif);
	background-repeat: repeat-x;
	height: 24px;
}
ul {
	list-style-type: square;
	list-style-position: outside;
	margin-left: 20px;
	margin-top: 3px;
	margin-bottom: 3px;
	color: #666666;
}
.NavSettings{
	line-height: 6px;
	padding-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	padding-bottom: 10px;
}