body {
	background-color: #FFFFFF;
	text-align: justify;
	margin-top: auto;
	z-index: 2;
}
#layer1{
	position: absolute; /*Posicionamiento absoluto*/
	visibility: hidden;
	height: 450px; /*altura*/
	width: 450px; /*altura*/
	margin-left: -225px; /*Restamos la mitad de ancho del DIV para centrarlo horizontalmente*/
	margin-top: -225px; /*Restamos la mitad de alto del DIV para centrarlo verticalmente*/
	left: 50%; /*Desde la izquierda, colocar al 50% de la pantalla*/
	top: 50%; /*Desde arriba, colocar al 50% de la pantalla*/
	z-index:100;
}
#wrapper {
	height: 527px;
	width: 852px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	z-index: 1;
}
#wrapperc {
	height: auto;
	width: 852px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	z-index: 5;
}
#contents {
	height: auto;
	width: 450px;
	padding: 15px;
	font-family: "Century Gothic", Tahoma, Arial;
	font-size: 12px;
	color: #4B4B4B;
	text-align: justify;
	z-index: 5;
}
.blue {
	font-family: "Century Gothic", Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #02D3F1;
}
.greenblue {
	font-family: "Century Gothic", Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #05E5E5;
}
.turquoise {
	font-family: "Century Gothic", Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #029DB3;
}
.turquoisebig {
	font-family: "Century Gothic", Tahoma, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #029DB3;
}
.dostabla {
	font-family: "Century Gothic", Tahoma, Arial;
	font-size: 11px;
	color: #4D4D4D;
	background-color: #BCFEF4;
}
.unotabla {
	font-family: "Century Gothic", Tahoma, Arial;
	font-size: 11px;
	color: #4d4d4d;
	background-color: #E1FCFF;
}
.greenbluebig {
	font-family: "Century Gothic", Tahoma, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #08E4E4;
}
.form {
	font-family: "Century Gothic", Tahoma, Arial;
	font-size: 11px;
	color: #4d4d4d;
	background-color: #E1FFF9;
	border: 1px solid #AEFFFD;
}
.titscatalogo {
	font-family: "Century Gothic", Tahoma, Arial;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #008D9D;
	border: 2px solid #FFFFFF;
	font-weight: bold;
	text-align: center;
}
td object {
	z-index: 1;
}
