﻿.general
{   
    left:0px;
    width:1000px;
    height:700px;
}
.cuerpo
{
	top:0px;
	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 80px;
	width: 620px;
	background-image: url(../imagenes/fondoquees.jpg);
}
.volver {
	height: 25px;
	left: 0px;
	position: absolute;
	right: 0px;
	top: 675px;
	width: 605px;
}
.cabecera
{
    font-size: 12px;
    font-weight: bold;
    
}