@charset "iso-8859-1";
/* CSS Document */

body {margin:0;padding:0;}
#marca {position:absolute; left:50%; z-index:10;}
#topo {position:absolute; top:0; width:1000px; left:50%; margin-left:-500px;}
#barra_inf {width:955px; height:85px;}
#contador {white-space:100px;}
#texto {width:940px; text-decoration:none; line-height:150%; color:#000000; font-size:14px;}
#texto_fale {width:470px; text-decoration:none; line-height:150%; color:#000000; font-size:14px; float:left;}
#for {width:425px; height:330px; text-decoration:none; color:#000000; font-size:14px;}
#frame {top:200px; left:50%; position:absolute; margin-left:-477.5px; float:right;}
#end {text-decoration:none; line-height:150%; margin-top:525px; color:#000000; font-size:14px;}
#fotos {width:955px; height:256px; top:-40px; left:50%; position:absolute; margin-left:-477.5px;}
#titulo {width:955px;}


/* galeria cursos */

#gallery{
	/* The pics container */
	width:100%;
	height:580px;
	position:relative;
}
#gallery img {margin:15px;}

.pic, .pic a{
	/* Each picture and the hyperlink inside it */
	width:100px;
	height:100px;
	overflow:hidden;
}

.pic{
	/* Styles specific to the pic class */
	position:absolute;
	border:5px solid #EEEEEE;
	border-bottom:18px solid #eeeeee;
	
	/* CSS3 Box Shadow */
	-moz-box-shadow:2px 2px 3px #333333;
	-webkit-box-shadow:2px 2px 3px #333333;
	box-shadow:2px 2px 3px #333333;
}

.pic a{
	/* Specific styles for the hyperlinks */
	text-indent:-999px;
	display:block;
	/* Setting display to block enables advanced styling for links */
}

.drop-box{
	/* The share box */
	width:240px;
	height:130px;
	position:absolute;
	bottom:0;
	right:0;
	z-index:-1;
	
	background:url(img/drop_box.png) no-repeat;
}

.drop-box.active{
	/* The active style is in effect when there is a pic hovering above the box */
	background-position:bottom left;
}

label, input{
	/* The modal dialog URL field */
	display:block;
	padding:3px;
}

label{
	font-size:10px;
}

fieldset{
	border:0;
	margin-top:10px;
}

#url{
	/* The URL field */
	width:240px;
}

