/* CSS Document */

body {
   background-color: #e8e8e8;
}

.logotipo {
    margin-top: 0px;
    margin-bottom: 40px;
}

.container {
    background: #FFF;
    padding: 40px;
    border: solid 1px #CCC;
    box-shadow: rgba(0,0,0,0.1) 0px 0px 11px;
	margin-bottom:20px;
	margin-top: 20px;
}

hr {
    margin-top: 40px;
    margin-bottom: 40px;
    border: 0;
    border-top: 1px solid #CCC;
}

h1, .h1 {font-size: 26px; margin-top:0;}

.img-mobile{width:100%;}

footer {
    color: #999999;
    font-size: 12px;
}