body {
	background-color: #FFFFFF;
                background: url(http://i40.tinypic.com/5lnrd1.gif) repeat-x #ffffff;
	text-align: center;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	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: #000000;
	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: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #33CC33;
	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-color: #F2F2F2;
	width: 310px;
	border: 1px dashed #D4D0C8;
	font-size: 12px;
	text-decoration: none;
	margin: 16px auto 0 auto;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 30px;
}
.title {
	font-size: 30px;
	font-weight: bold;
	color: #3354AA;
	text-decoration: none;
}
#main {
	width: 600px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -300px;
	text-align: center;
}
.link {
	color: #CC0000;
	text-decoration: none;
}
a.link:hover {
	color: #CC0000;
	text-decoration: underline;
}
.subtit {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #CC0000;
}