/*este estilo es compartido por el area de noticias y el area de ofertas de trabajo*/

#noticia {
	background-color:white;
	height:100%;
	border:1px solid rgb(128,128,128);
	padding:20px 5px 40px 20px;
}

#noticia h3 {
	background-color:rgb(194,175,102);
	padding:10px;
	margin-bottom:15px;
	border-bottom:2px solid rgb(166,58,67);
	color:white;
}
#noticia p {
	margin:10px 5px 20px 10px;
}

#noticia form {
	background-color:rgb(215,208,193);
	border:1px dotted rgb(108,104,96);
	padding:10px;
}

#noticia form table {
	border:1px solid white;
	background:rgb(235,232,224);
	padding:5px;
}

#noticia form th {
	text-align:right;
	font-size:12px;
}