
.page h3{
   font-size:18px;
}
.page h2{  
   font-size:20px;
}
.caja1{
 background-color:rgba(222,100,255,0.3);     	
 color:yellow;
 font-weight: 500;
width: 40%;
 height:300px;
position:relative;
border-radius:10%;
font-size:30px;
box-shadow: 4px 3px 5px black;  
text-align: center;
 margin-top:70px;
margin-left: 20px;
background-position:center;
background-repeat:no-repeat;
background-size:cover;
   padding-top: 5px;
}
.caja2{
 width: 40%;
 
 height:300px;
 position:relative;
 background-color:burlywood;     
 color:yellow;
   font-weight: 500;
 border-radius:8%;
 margin-top:0;
background-position:center;
background-repeat:no-repeat;
background-size:cover;
 font-size:30px;
box-shadow: 4px 3px 5px black;  
text-align: center;
   padding:5px;
   cursor:pointer;
}
.caja3{
 width: 85%;
 height:300px;
 position:relative;
 background-color:burlywood;     
 color:yellow;
 font-weight: 600;
 border-radius:8%;
   margin:auto;
 margin-top: 0;
background-position:center;
background-repeat:no-repeat;
background-size:cover;
 font-size:30px;
box-shadow: 4px 3px 5px black;  
text-align: center;
   padding:5px;
   cursor:pointer;
   padding-top:-20px; 
}
.caja1 p {
   font-size: 25px;
   margin-top: -5px;
}
.caja2 p {
   font-size: 25px;
   margin-top: -5px;
}

.caja3 p {
   font-size: 25px;
   margin-top: -5px;
}
.flotad {
   float: right;
   margin-top:10px;
   margin-left:20px;
   margin-bottom:14px;
   max-width:50%;
   
}
.flotai{
  float:left;
   margin-top:10px;
   margin-right:10px;
   margin-bottom:20px;
   max-width:55%;  
}
.foto1{
  position:absolute;
   left:0;
   top:0;
   height:825px;
   width:1280px;
   
   background-size:1280px 825px;
   background-position:0 0;
   padding:10px;   
}
    
 .foto2{
  position:absolute;
   left:-640px;
   top:0;
   height:825px;
   width:1280px;
   
   background-size:1280px 825px;
   background-position:0 0;
   padding:10px;   
}
table, th, tr, td{
  background-color:brown;
   margin:auto;
   text-align: center;
   padding:6px 10px;
   border-collapse:collapse;
   color: antiquewhite;
   border:solid 2px white;
   width:80%;
}
table{
 position:absolute;    
}
th{
 background-color: blue;
   text-align: center;
   color: white;  
}
.paraf{
   text-align-last: center;
}
