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

body
{
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
}

body, td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

.box3 {
	width: 500px;
	margin: 0px auto 0 auto;
	background-color:#FFFFCC;
	border: 3px #990000 dashed;
	padding:10px;
}

.Estilo1 {font-size: 14px}
.Estilo2 {font-size: 14px; font-weight: bold; }
.Estilo3 {font-size: 10px; }

.lista { margin:0px; padding-left:0px; font-size: 14px; list-style:none; }
.lista li { margin-bottom:10px; padding-left:30px; background-image:url(images/check-negro.gif); background-position:left top; background-repeat:no-repeat; }

#popup
{
	display:none;
	position: absolute; /* fixed; */
	width:700px; 
	left:50%; 
	margin-left:-350px;
	top: 25px;
	text-align:center;
}
#theDiv
{
	padding-left: 20px;
	padding-right: 20px;	
	padding-bottom: 20px;
	background-color:#FFFFCC;
	border: 3px #990000 dashed;
	text-align:center;
}
