/* import */

@import url("reset.css");

@import url("typography.css");

@import url("grid.css");


/*--------------------------*/

*{ behavior: url("iepngfix.htc"); }


/* CSS Document */
.parrafo-contenido
{color:#0099CC;
}

.caja
{
	border: solid white;
	margin: 10px auto 10px; /* Centers layout */
	/*padding-left:0px;*/
	width: 328px;
}

.contenido-border
{
	/*border: solid white;*/
	margin: 0 auto 0; /* Centers layout */
	width: 300px;
}

.copyright
{
	margin: 0 auto 0; /* Centers layout */
	width: 330px;
}
.contenido-by-wns
{	
	margin: 0 auto 0; /* Centers layout */
	padding-top: 50px;
}
