/* CSS Document */

BODY{
	font-family:Arial, Helvetica, sans-serif; font-size:11px;
	margin:0px 0px 0px 0px;
	/*display:none;*/
	visibility:hidden;
	background-color: #fafafa;
}

.COLOR_1{ background-color:yellow; }
.COLOR_2{ background-color:blue; }
.COLOR_3{ background-color:red; }
.COLOR_4{ background-color:black; }


DIV.CENTERED{ position:relative; margin-left:auto; margin-right:auto;}

DIV.WRAPPER{
	top:0px;
	width:1020px;
	height:540px;
}


#Logo{ position:absolute; left:5px; top:0px; width:360px; height:120px; z-index:3; }
DIV#Dumb{ position:absolute; left:60px; top:10px; width:900px; height:110px; z-index:1; background-color:white; }
DIV#Menu{ position:absolute; left:360px; top:0px; width:547px; height:120px; z-index:2; background-image:url(../img/LogoBG.png); background-repeat:repeat-x; background-position:left top; text-align:right; }
DIV#Main{ position:absolute; left:60px; top:120px; width:794px; height:400px; background-color:white; z-index:2; padding-left:53px; padding-right:53px; }
DIV#Bordered{ position:relative; width:100%; height:280px; margin-top:25px; padding-top:28px; padding-bottom:27px; border-top:2px solid #239BD4; border-bottom:2px solid #999999; }
DIV#Text{ position:absolute; left:0px; width:370px; height:280px;/* margin-right:51px; display:inline-table;*/ background-color:#FFFFFF }
DIV#Slideshow{ position:absolute; left:421px; width:370px; height:280px; /*display:inline-table;*/ background-color:#FFFFFF }
DIV#MultiPurpose{ position:absolute; left:0px; width:100%; height:280px; /*display:inline-table;*/ background-color:#FFFFFF }
DIV#Contact { position:relative; width:100%; height:35px; line-height:35px; color:#838383; }
DIV#Foot{ position:absolute; left:60px; top:520px; width:900px; height:20px; z-index:2; text-align:right; }

DIV#Text P{ margin:0px 0px 10px 0px; text-align:justify; }
DIV#MultiPurpose.BG_1{ background-image:url(../img/BG_1.jpg); background-repeat:no-repeat; background-position:center; }
DIV#MultiPurpose.BG_2{ background-image:url(../img/BG_2.jpg); background-repeat:no-repeat; background-position:center; }
DIV#MultiPurpose DIV#Translucid{ position:absolute; left:0px; top:0px; width:754px; height:240px; margin:20px; background-image:url(../img/translucid.png); background-repeat:repeat; }
DIV#MultiPurpose DIV#Translucid DIV#Links{ width:700px; height:186px; margin:27px; }
DIV#MultiPurpose DIV#Translucid DIV#Links LI{ margin-bottom:10px; }

IFRAME#AUX_IFRAME{ width:100%; height:60px; display:inline; border:0px solid black; overflow:hidden }



TABLE.FORM{ width:320px; margin:20px; }
TABLE.FORM TD{ vertical-align:top; line-height:100%; min-height:20px; line-height:20px; }
INPUT[type="text"]{ border:0px; background-color:white; width:100%; height:20px; font-family:Arial, Helvetica, sans-serif; font-size:11px; }
TEXTAREA{ border:0px; background-color:white; width:100%; height:115px; display:inline-table; font-family:Arial, Helvetica, sans-serif; font-size:11px; }
INPUT[type="button"], INPUT[type="reset"]{ border:1px solid #838383; }

H4{ margin:21px 0px 3px; 0px; color:#239BD4; font-style:italic; font-size:13px;}
A{ text-decoration:none; color:#838383;}
A:hOver{ color:#999999;}


A.MENU{
	margin-left:43px;
	margin-top:69px;
	text-decoration:none;
	display:inline-table;
	font-size:14px;
	font-style:italic;
	font-family: Arial Narrow;
	white-space:nowrap;
	color:#999999;
	border-bottom:2px solid white;
	vertical-align:bottom;
}

@-moz-document url-prefix(){
	DIV#Menu{
		left: 260px;
		width: 647px
	}
	A.MENU{
		margin-left: 35px;
	}
 } 

A.MENU.ACTIVE{
	color:#239BD4;
	border-bottom:2px solid #239BD4;
}


TABLE#Colors{ text-align:right; border-collapse:collapse; border-spacing:0px; display:inline-table}
TABLE#Colors TD{ border:1px solid white; padding:0px; }
A.COLOR_SELECTOR, .COLOR_SELECTOR{ padding:0px 10px; margin:0px; text-decoration:none; }

DIV#SocialMedia{
	position:absolute;
	left:738px; top:11px;
	width:57px; height:14px;
	text-align:right;
	display:table;
}
DIV#SocialMedia A{
	margin-left:7px;
	display:table-cell;
}
DIV.SocialMedia A IMG{ border:0px; width:14px; height:14px; }


TABLE#THUMBNAILS_TABLE{ padding:0px; border-spacing:0px; text-align:center; background-color:transparent; height:100%; }
TABLE#THUMBNAILS_TABLE TD{ padding-left:0px; padding-right:0px; }
TABLE#THUMBNAILS_TABLE TD.INTER{ width:10px; }
TABLE#THUMBNAILS_TABLE TD.INTER IMG[src="img/transparente.gif"]{ width:10px; }
IMG.THUMBNAIL {border:0px; padding:1px;}
