@CHARSET "ISO-8859-1";


/*
 * Estilos para os bloques de contido de texto
 */
#titulo_contido{
	color: #333333;
	font-weight: normal;
	font-size: 150%;
	margin-bottom: 1ex;
}

.seccion_contido{
/*	border: 1px solid #dddddd;*/
	margin: 0em 0 0em 0;
	padding: .3ex;
}

.seccion_contido h3{
	font-weight: normal;
	font-size: 150%;
	color: #000000;
	padding: 0 .5ex .5ex .5ex;
	margin: .5ex 0 0ex 1ex;
	border-bottom: 1px solid #e88000;
}

.seccion_contido h4{
	font-weight: bold;
	font-size: 110%;
	color: #000000;
	padding: 0 .5ex .5ex .5ex;
	margin: .5ex 0 1ex 1ex;
	border-bottom: 1px solid #e88000;
}

.seccion_contido p{
	text-align: justify;
}

.negrita{
	font-weight: bold;
}








/*
 * Taboas publicas
 */
 
.taboa_publica{
	width: 95%;
	border-bottom: 1px solid #e88000;
	border-top: 1px solid #9bbb59;
}

.taboa_publica th{
	background-color: #c3c9c3;
	text-align: center;
}

.taboa_publica tr td{
	padding: .3ex .5ex .3ex .5ex;
}

.taboa_publica tr.fila_0 td{
	background-color: #f6f6f6;
}

.taboa_publica tr.fila_1 td{
	background-color: #e6e6e6;
}





.width45{
	width: 46%;
}

.caixa_verde{
/*	background-color: #7ebe32;*/
	border: 1px solid #7ebe32;
}

.caixa_laranxa{
/*	background-color: #fa961a;*/
	border: 1px solid #fa961a;
}

.caixa_rosa{
	border: 1px solid #e8007a;
	margin: .5ex;
	padding: 1ex;
}

.caixa_contido{
	display: block;
	float: left;
	margin: .5ex;
	padding: 1ex;
	
	width: 97%;
/*	color: #ffffff;*/
	
	min-height: 100px;
	height: 150px;
	height: auto !important;
}

.caixa_contido_w50{
	width: 46%;
}

.caixa_contido h3{
	
	margin-top: 0;
}


/*
 * Caixa da dereita nos detalles do curso
 */
#contido_esquerda{
	display: block;
	float: left;
	width: 70%;
	padding: 0 0 0 0ex;
	margin: 0 0 0 0ex;
	
}
#contido_dereita{
	display: block;
	float: right;
	width: 27%;
	padding: 1ex 0.5ex 4ex 1ex;
	margin: 0 0 0 0ex;
	background: #ffffff url(./imaxes/fondo_gris_contido_dereita.gif) bottom left repeat-x;
	border-bottom: 1px solid #e88000;
}


.item_contido_dereita{
	padding: .5ex 0 .5ex 0;
	border-bottom: 1px solid #ffffff;	
}



/*
 * Listaxes publicas
 */


.item_listaxe{
	border-bottom: 1px solid #dddddd;
	padding: 0ex .5ex .5ex .5ex;
	background-color: #ffffff;
	margin: 0;
/*	background: transparent url(./imaxes/fondo_item_listaxe.gif) bottom left repeat-x;*/
}

.item_listaxe a{
	font-weight: bold;
}


