#main_nucleos{
	width: 630px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}

/*******************************************************************************/
/*                                                                             */
/*******************************************************************************/

#destaque_nucleos1{
	min-height: 400px;
	padding-left:10px;
	display:block;
	border:#99FF00 0px solid;
}
#destaque_nucleos1 table{
    background:#f4f4f4;
}

#destaque_nucleos h1{
	margin:0;
	padding-top:15px;
}

#texto{
	float: left;
	width: 415px; 
	height: 200px;
}

#imagem_nucleos_texto{
	float: right;
	width: 200px; 
	height: 200px;
}

#titulo_nucleo{
	padding-left:13px;
	padding-top:5px;
    font-size:12px;
	width:190px;
}

.select_nucleos{
    color:#666666;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	width:215px;
}

/*******************************************************************************/
/*                                                                             */
/*******************************************************************************/

#nucleo_home_left{
    float:left;
    min-height:30px;
    border:0px solid #FF0000;
    width:270px;
}

#nucleo_home_right{
    float:right;
    min-height:30px;
    border:0px solid #FF0000;
    width:300px;
}

