#siniestro::placeholder {
	color: #999; /* Asegúrate de que el color no sea el mismo que el fondo */
	opacity: 1; /* Asegúrate de que el placeholder no esté opaco */
  }
#container {
	text-align: center;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: center;
	font-size: 14px;
	color: #0067be;
}

#box, .box1 {
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	/* background: #FFF url(/imagenes/boxcont.jpg) repeat-y;    */
	background: #FFF;
	border-radius: 10px;
    border: 2px solid #0080C0;
}
.box1 {
	margin-top: 0px;
}


#boxtop {
	width: 500px;
	height: 20px;
	margin: 0px;
/*	background: url(/imagenes/boxtop.jpg) top no-repeat;*/
}

#boxcont {
	width: 500px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#boxbot {
	width: 500px;
	height: 20px;
	margin: 0px;
	padding: 0px;
/*	background: url(/imagenes/boxtbot.jpg) no-repeat; */
}

#line {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #49595F;
	height: 30px;
	margin: 0px;
	width: 475px;
	padding: 0px 15px 0px 10px;
}

#lineshady {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #49595F;
	height: 30px;
	margin: 0px;
	width: 475px;
	padding: 0px 15px 0px 10px;
/*	background: #f3f7fb url(/imagenes/boxshady.jpg) repeat-y;*/
	background-color: #f3f7fb;
}

.buscar {
	border-color: #4079B6 #4079B6 #5DABF0 #5DABF0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F1F8FC;
	height: 18px;
	width: 100px;
	background: url(/imagenes/boton_buscar.gif) no-repeat;
	border-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	cursor: pointer;
}

#infobox {
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	width: 180px;
	background: #FFF url(/imagenes/infocont.jpg) repeat-y;
}

#infobox p {
	margin: 10px 20px 20px 20px;
	text-align: left;
	color: #333;
}

#infotop {
	width: 180px;
	height: 20px;
	margin: 0px;
	background: url(/imagenes/infotop.jpg) top no-repeat;
}


#infocont {
	width: auto;
	margin: 0px;
	padding: 5px;
	text-align: left;
}

#infobot {
	width: 180px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	background: url(/imagenes/infobot.jpg) no-repeat;
}

.white-box {
	width: 520px;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.white-box p {
	line-height: 18px;
	margin: 10px 20px;
}

.white-box-top {
	height: 10px;
	background: url(/imagenes/main-box-top.jpg) no-repeat bottom center;
}

.white-box-cont {
	padding: 0px 10px 30px 10px;
	background: url(/imagenes/main-box-cont.jpg);
}

.white-box-bott {
	height: 10px;
	background: url(/imagenes/main-box-bott.jpg) no-repeat top center;
}