/*
sample layout 5

*/

html{
background-image: url("files/images/brickwall.png");
}

#contenedor {
width:900px;
height: 100%;
position:relative;
left: 50%;
margin-left: -450px;
background: #FFF;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;

}

#page{
width:100%;
border: #A4A4A4 solid 1px;
overflow: hidden;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
background-image: url("files/images/sos.png");
box-shadow: 0 0 80px -2px #848484;

}

#header{
margin-left: -450px;
left: 50%;
width: 900px;
background-image: url("files/images/greyzz.png");
height: 120px;
border-bottom: #A4A4A4 solid 1px;
position:relative;
overflow: hidden;
/*
box-shadow: 0 20px 30px -5px #848484;
*/
border-top-left-radius: 8px;
border-top-right-radius: 8px;
z-index: 1;
border-bottom: 2px groove #BDBDBD;
}

#img {
float: left;
width: 270px;
height: 130px;
}

#img img{
width: 270px;
height: 130px;
}

#headerInfo{
float: right;
margin: 30px;
color: #A4A4A4;

}

#info{
margin-top: 20px;
padding: 15px;
z-index: 0;
}

#footer{
clear: both;
color: #A4A4A4;
float: left;
border-top: 2px groove #848484;
bottom: 0 !important;
background-image: url("files/images/tweed.png");
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
width: 100%;
}

#footerText1{
float:left;
border-right: 2px groove #848484;
width: 28%;
font-size: 13px;
padding: 15px;
}

#footerText2{
float:left;
width: 28%;
font-size: 13px;
padding: 15px;
}
