@charset "utf-8";
/* CSS Document */

@import url("reset.css");

h1{	font-size:23px; }
h2{ font-size:18px; }
h3{ font-size:16px; }

/*OK*/
div#contenedor{
	text-align:center;
	margin-top:15px;
	
}
div#header{
	width:970px;
	height:129px;
	margin:0 auto 0 auto;
	background:url(../img/logo.gif) no-repeat center;

}
div#header-down{
	height:35px;
	background: url(../img/plantilla_01_1.gif) repeat-x;
}

div#cajabuscar{
	margin:0 auto 0 auto;
	width:970px;
}
input.textobuscar, input.botonbuscar{
	text-align:center;
	background-color:#fef7f1;
	font-size:16px;

}

input.botonbuscar{
	width:100px;
	cursor:pointer;
	border: medium none;
	background-color:#ef8d36;
	color:#FFF;
}

input.textobuscar{
	width:230px;
	border: 1px solid #ef8d36;
}

.centrar{
	text-align:center;
}
