                body{
			margin:0px;
		}
		#contenedor{
                        margin: auto;
                        width:900px;
			height:auto;
		}
		#medio{
			background-color:white;
			width:100%;
			height:500px;
			margin:0px;
		}

		#encabezado{
			width:900px;
			height:100px;
			color:#48C9B0;
                        background-color:#034E7B;
		}
		#enca1{
			width:100px;
			height:85px;
			float: left;
                        padding-top:15px;
                        padding-left:20px;
			

		}
		#enca2{
			width:780px;
			height:80px;
			float: right;
			color:#48C9B0;
			text-align: center;
                        padding-top:20px;
		}
                #menu{
                        width:900px;
                        height:30px;
                        background-color:red;
                        
                        padding-top:10px;
                        text-align: center;

                }
		a{
			color:white;
			text-decoration:none;
		}
		a:hover{
			background-color:aqua;
			}
		#cuerpo{
			width:900px;
			height:500px;
			color:#F93C40;
		}
		#conte{
			margin:0px;
			width:900px;
			height:400px;
		}
		#pie{
			width:900px;
			height:150px;
			margin:auto;
			color:black;
                        background-color:#034E7B;
		}
		#pie12{
			width: 600px;
			height: 150px;
			float: left;
		}
		#pie1{
			width: 285px;
			height: 150px;
			float: left;
			text-align: left;
			color:white;
			padding-left:15px;
		}
		#pie2{
			width: 300px;
			height: 150px;
			float: right;
			text-align: center ;
			color:white;
		}
		#pie3{
			width: 280px;
			height: 150px;
			float: right;
			text-align: right;
			color:white;
			padding-right:20px;
		}
