@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,300,200,700);/*h1 main*/
@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300italic,300,400italic,700,700italic,900,900italic);/*NOV-DIC*/

html,
body {
	margin-bottom: 10px;
    margin:0;
	padding:0;
	height:100%;
    background-color: #023E73;
    text-align: center;
}
p{
    padding-top: 0px;
    font-family: 'Yanone Kaffeesatz';
    color: #fff;
    font-size: 20px;

}

#wrapper {
	min-height:100%;
	position:relative;
}
#header {
	background:#ededed;
	padding:10px;
}
#content {
	padding-bottom:150px; /* Height of the footer element */
    height: 100%;
}
#contentmapa {
    height: 30px;
    margin-bottom: 50px;
    margin-top: 50px;
}
#content2 {
	padding-top: 0px;
    padding-bottom:150px; /* Height of the footer element */
    height: 100%;
}
.olla img
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
.err img
{
    display: block;
    margin-left: 35%;
    margin-right: auto;
}
.boton{
    display: inline-block;
    background-color: #dbdbdb;
    height: 30px;
    width: 140px;
    margin: 20px 3px 40px 0;
    padding-top: 5px;
    font-size: 20px;
    font-family: 'Yanone Kaffeesatz';
    border-radius: 3px;
}
.boton3{
    display: inline-block;
    background-color: transparent;
    height: 30px;
    width: 140px;
    margin: 20px 3px 40px 0;
    padding-top: 5px;
    font-size: 20px;
    font-family: 'Yanone Kaffeesatz';
    border-radius: 3px;
}
.boton:hover{
    opacity: 0.8;
}
.boton2{
    display: inline-block;
    background-color: #EE8C1A;
    height: 30px;
    width: 240px;
    margin: 20px 3px 10px 0;
    font-family: 'Yanone Kaffeesatz';
    color: #fff;
    font-size: 20px;
    border-radius: 3px;

}

#footer {
	background-image: url(imagenes/404.png);
	width:100%;
	height:170px;
	position:absolute;
	bottom:0;
	left:0;
}