	html,
	body {
	   margin:0;
	   padding:0;
	   height:100%;
	   font-family: 'Open Sans', sans-serif;

	}
	#container {
	   min-height:100%;
	   position:relative;
	}
	#header {
    height: 135px;
    /*background-color: #d86363;*/
    padding: 50px 0px 0px 0px;
	}
	#body {
	   padding:10px;
	   padding-bottom: 120px;   /* Height of the footer */
	   /*background-color: #c1c1c1;*/
	}
	#footer {
	   position:absolute;
	   bottom:0;
	   width:100%;
	   height: 140px;   /* Height of the footer */
	   background:#eaeaea;
	}
	.encabezado{
    background: aliceblue;
    position: relative;
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;		
	}	
	.logo{
    font-family: 'Pacifico', cursive;
    font-size: 1.5em;
    width: 38%;
    /*background: aquamarine;*/
    float: left;

	}	
	
	.encabezado ul {

    width: 60%;
    /*background: yellow;*/
    float: right;
    margin: 10px 0px 0px 0px;
    padding: 0px;
    text-align: right;
	}

	.encabezado li {
    list-style-type: none;
    display: inline-block;
    padding: 5px;
    /*background-color: #e0e5ff;*/
	}	

	.encabezado li a {
	text-decoration: none;
	}

	.cuerpo {
    /*background: aqua;*/
    width: 100%;
    max-width: 900px;
    position: relative;
    margin-left: auto;
    margin-right: auto;		
	}

	#footer ul {
		display: inline-block;
		vertical-align: top;
		margin: 0px 0px 0px 0px;
		padding: 0px 45px 0px 0px;

	}

	#footer ul h3 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;

	}

	#footer ul li {
		    list-style-type: none;
		    font-size: 12px;
	}	

	#footer ul li a {
		text-decoration: none;
		color: black;

	}

	.piedepagina {
		width: 100%;
		max-width: 900px;
		position: relative;
		margin-left: auto;
		margin-right: auto;
	}

	.menu {
		display: none;
	}

	.menu_movil ul {
		display: none;
	}



/*///////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////*/

@media screen and (max-width:700px) {

	html,
	body {
	   margin:0;
	   padding:0;
	   height:100%;
	   font-family: 'Open Sans', sans-serif;

	}
	#container {
	   min-height:100%;
	   position:relative;
	}
	#header {
    height: 135px;
    /*background-color: #d86363;*/
    padding: 50px 0px 0px 0px;
	}
	#body {
	   padding:10px;
	   padding-bottom: 402px;   /* Height of the footer */
	   /*background-color: #c1c1c1;*/
	}
	#footer {
	   position:absolute;
	   bottom:0;
	   width:100%;
	   height: 402px;   /* Height of the footer */
	   background:#e4e4e4;
	}
	.encabezado{
    background: aliceblue;
    position: relative;
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;		
	}	
	.logo{
    font-family: 'Pacifico', cursive;
    font-size: 1.5em;
    width: 100%;
    /*background: aquamarine;*/
    float: left;
    text-align: center;

	}	
	
	.encabezado ul {
	display: none;
    width: 60%;
    background: blue;
    float: right;
    margin: 10px 0px 0px 0px;
    padding: 0px;
    text-align: right;
	}

	.encabezado li {
    list-style-type: none;
    display: inline-block;
    padding: 5px;
    background-color: #e0e5ff;
	}	

	.encabezado li a {
	text-decoration: none;
	}

	.cuerpo {
    /*background: aqua;*/
    width: 100%;
    max-width: 900px;
    position: relative;
    margin-left: auto;
    margin-right: auto;		
	}

	#footer ul {
		display: block;
		vertical-align: top;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;

	}

	#footer ul li {
	list-style-type: none;
    text-align: center;
    margin: 2px 0px 0px 0px;
    padding: 8px 0px 8px 0px;
    background: #f9f9f9;

	}	

	#footer ul li a {
		text-decoration: none;
		color: black;

	}

	.piedepagina {
		width: 100%;
		max-width: 900px;
		position: relative;
		margin-left: auto;
		margin-right: auto;
	}

	.piedepagina ul h3 {
		text-align: center;
	}

	.menu {
    position: fixed;
    width: 100%;
    background: #c8d6d1;
    display: block;
    height: 43px;
    z-index: 100;

	}	

	.menu_movil ul {
		display: block;
	}	

	.menu_movil ul {
	    display: none;
	    width: 100%;
	    height: 100%;
	    position: fixed;
	    background: #fff;
	    z-index: 100;
	    margin: 0px;
	    padding: 0px;
	    top: 43px;
	}

	.menu_movil ul li {
	list-style-type: none;
    /* background: indianred; */
    margin: 2px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    height: 55px;
    line-height: 55px;
	}

	.menu_movil ul li a {
		background-color: #f3f3f3;
		display: block;
		width: 100%;
		text-decoration: none;
		padding: 0px 0px 0px 15px ;

	}	

	.abir_cerrar i {
		color: gray;
		font-size: 27px;
		position: relative;
		top: 8px;
		left: 8px;
	}


}	