.principal
{
border: 1px dotted black;
width: 480px;
height: 420px;
margin-left: 100px;
margin-top: 50px;
}

.texto1
{
text-align: left;
border: 1px dotted black;
font-family: Arial;
width: 250px;
height: 100px;
margin-left: 10px;
margin-top: 10px;
}

.textodos
{
text-align: left;
border: 1px dotted black;
font-family: Arial;
width: 250px;
height: 170px;
margin-left: 10px;
margin-top: -40px;
}

.foto
{
border: 1px solid black;
background-image: url(../img/foto.jpg);
background-repeat: no-repeat;
width: 130px;
height: 200px;
margin-left: 4px;
margin-top: 4px;
}

.borde
{
border: 1px solid red;
width: 140px;
height: 210px;
margin-left: 300px;
margin-top: -150px;
}

.calderon
{
background-color: gray;
width: 450px;
height: 15px;
margin-left: 10px;
margin-top: 10px;
}