body {
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	background-color: #f8f8f8;
	text-align: center;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #6F6F6F;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

br {
	clear: both;
}
label {
	float: left;
	width: 90px;
}
input, select {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #6F6F6F;
	background-color: #FFFFFF;
	border-top: 1px solid #D4D0C8;
	border-left: 1px solid #D4D0C8;
	border-right: 2px solid #A8A8A8;
	border-bottom: 2px solid #A8A8A8;	
	padding: 2px 3px 2px 3px;
	float: left;
}
.boton {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #A50706;
	border-top: 1px solid #D4D0C8;
	border-left: 1px solid #D4D0C8;
	border-right: 2px solid #A8A8A8;
	border-bottom: 2px solid #A8A8A8;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	cursor: pointer;
}
.copy {
	font-size: 12px;
	font-weight: normal;
	color: #6F6F6F;
	text-decoration: none;
	padding: 5px 16px 5px 16px;
	border-top: 1px solid #A8A8A8;
}
.adsense {
	background-color: #F2F2F2;
	border: 1px dashed #D4D0C8;
	font-size: 12px;
	text-decoration: none;
	margin: 0 auto 0 auto;
	text-align: left;
	padding: 5px;
	width: 468px;
}
.borde {
background-image: url(images/mbg.jpg);
background-repeat: repeat;
	width: 600px;
	border: 1px dashed #D4D0C8;
	font-size: 12px;
	text-decoration: none;
	margin: 16px auto 0 auto;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 30px;
}

#main {
	width: 600px;
    height: 40px;
    position: absolute;
    top: 45%;
    left: 50%;
    margin-top: -200px;
    margin-left: -300px;
	text-align: center;
}
.link {
	color: #CC0000;
	text-decoration: none;
}
a.link:hover {
	color: #CC0000;
	text-decoration: none;
}
.subtit {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #CC0000;
}