/*
(c) 2013 | Designed by Senac Sao Paulo
File	: posgraduacao2013_processo_seletivo.css
Date	: october 3, 2013
Project	: Pos-graduacao - Processo Seletivo
*/

body{ background:none; }


/* posWrapper */
#posWrapper{ float:left; width:1000px; margin-bottom:10px; text-align:left; font-family:Tahoma,Arial,Verdana; font-size:12px; margin-left:5px; }
#posMenu{ float:left; width:100%; display:block; }

#posLine1{ float:left; width:100%; margin-bottom:10px; }
	#posCol1{ float:left; width:64%; }
	#posCol2{ float:right; width:34%; }
	

#posLine2{ float:left; width:100%; height:4200px; margin-bottom:10px; }

	
#orangeLine {
    border-top:1px solid #ccc;
    float:left;
    height:6px;
    width:100%;
	padding-bottom:10px;
	background:rgb(238,238,238);	
}
#mySquare {
    background:none repeat scroll 0 0 #F67C00;
    float:left;
    font-size:5px;
    height:5px;
    width:100px;
}


	
/* cursos */
div#content2013{
	float:left;
	width:990px;
	font-family:Tahoma,Arial,Verdana;
	font-size:12px;
}
div#content2013 h1,h2,h3{
	color:#00478B;
	font-weight:normal;
	margin:0px;
	padding:0px;
}
div#content2013 td{
	font-size:12px;
	font-weight:normal;
	border-bottom:1px solid white;
	height:28px;
}

div#content2013 table{
	margin-bottom:20px;
}

div#content2013 td a:link{ color:gray; text-decoration:none; }
div#content2013 td a:hover{ color:#F67C00; text-decoration:underline; }


.descricao-content-unidades{ width:100%; }

div#content-stricto, #content-lato, #content-lato-ead, #content-extensao{
	float:left;
	width:100%;
}




@media screen and (max-width:767px){
	div#content2013{ width:99%; }	
}








