/* ########### Estilo de noticias anteriores ################ */

* {padding:0;margin:0;}

body {
	background:#acbf3f;
}

#contenedor {
	width:810px;
	margin:auto;
}

#header {
	width:810px;
	height:249px;
	background:url(../archivos/noticias_anteriores_top.jpg) no-repeat top center;
}

#content {
	width:810px;
	height:auto;
	background:url(../archivos/noticias_anteriores_content.jpg) repeat-y center;
}

#footer {
	width:810px;
	height:91px;
	background:url(../archivos/noticias_anteriores_bottom.jpg) no-repeat top center;
}

.form {
font-family: arial,sans-serif;
color: #333333;
font-size: 12px;
font-weight: bold;
text-decoration: underline;
letter-spacing: 0pt;
word-spacing: 2pt;
line-height: 1.2;
padding:5px 2px;
	float:left;
	margin:0 5px 0 0;
}

#busqueda {
	margin:0 auto;
	padding:20px 0;
	width:500px;
	height:auto;
	text-align:left;
}