@charset "UTF-8";
/* CSS Document */
body{
	width:auto;
	height:450px;
	margin:0 auto;
	background:transparent;
	filter:chroma(color=#ffffff);
}


.caja{
	width:1000px;
	height:400px;
	position:relative;
	z-index:3000;
	}

.foto{
	width:400px;
	height:300px;
	margin-top:50px;
	margin-left:100px;
	position:absolute;
	float:left;
}

.texto{
	width: 350px;
	height: 200px;
	margin-top: 100px;
	margin-left: 550px;
	position: absolute;
	top: -1px;
}


.pie{
	width: 11000px;
	height: 50px;
	position: absolute;
	float: left;
	z-index: 1000;
	clear:both;
}
	
