body{
    background-color: #fff;
}
#fondos{

    float: left;
    margin: 5px;
    height: 700px;
    width: 900px;
    border: 1px solid black;
    border-radius: 7px 2px;
    box-shadow: 0 0 10px 3px #999;
    background: url(IMG/soloLogoOc.jpg) center no-repeat, url(IMG/fire.png) left bottom repeat-x, url(IMG/nubes.png) left top repeat-x;
	background-color: #2587C6;
}
.caja{
    float: right;
    display: block;
    height: 200px;
    width: 300px;
    margin: 10px 0px 10px 0px;
    border:2px solid grey;
    border-top-left-radius: 50% 5%;
    border-top-right-radius: 50% 5%;
    border-bottom-left-radius: 50% 5%;
    border-bottom-right-radius: 50% 5%;
}
.caja img{
    max-height: 200px;
    max-width: 300px;
}

