.fondo1 {
	background-image: url(imagenes/fondo1.png);
	background-repeat: repeat-y;
}
.fondo2 {
	background-image: url(imagenes/fondo2.png);
	background-repeat: repeat-y;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 170%;
	color: #FFFFFF;
}
.arial12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 170%;
	color: #333333;
}
.borde_flash {
	border: 2px solid #FF99CC;
}
.fondo_muņecos {
	background-image: url(imagenes/munecos.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
body {
	background-color: #68a6d2;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}


td, .componentheading, .contentpane, .contentheading {
	font-family: Arial, Helvetica, sans-serif; /* La fuente */
	font-size: 12px; /* El tamaņo de la fuente */
	line-height: 170%; /* espaciado entre LINIAS */
	color: #B7005B; /* colores */
	letter-spacing: 1px; /* espacio entre LETRAS */
	}
inputbox {
	background-color: #F1ECD1; /* El texto de dentro del cuadro*/
	border: 1px solid #C8B34D; 
	font-family: Arial, Helvetica, sans-serif; /* La fuente*/
	font-size: 12px; /* Tamaņo de la fuente*/
	color: #333333; /* Color de la fuente*/
	

    }
	.textareacontacto {
   width: 321px; /* Ancho de la tabla*/
   height: 150px; /* Alto de la tabla*/
   border: 1px solid #666666; /* Borde de la tabla*/
   }