﻿.general
{   
    left:0px;
    width:1000px;
    height:700px;
}
.cuerpo
{
	width:800px;
	height:700px;
	float:left;
	background-image: url(../imagenes/2.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
.texto 
{
    border: dotted 2px #999999;
    margin: 150px 100px 0px 50px;
	width: 650px;
	background-image: url(../imagenes/fondoquees.jpg);
}
.volver {
	height: 25px;
	left: 0px;
	position: absolute;
	right: 0px;
	top: 675px;
	width: 605px;
}
body {
}
