body {
    background-image: url(../img/bg.png);
    background-repeat: repeat-x;
    background-color: #00abbd;
    margin: 0;
}
* 	{
    	box-sizing: border-box;    
	}
.fila::after {
    	content: "";
   		clear: both;
    	display: table;
	}
#wrapper {
    width: 960px;
    height: auto;
    margin: 0px auto;
}
    
[class*="col-"] {
    	float: left;
    	padding: 0px;
	}
ul {
    padding: 0px;
}
#menu {
    width: 220px;
    height: 223px;
    background-image: url(../img/dentista_cdmx.svg);
    background-repeat: no-repeat;
    margin: 145px auto;
    list-style-type:none;
    color: white;
    font-family: sans-serif;
    font-size: 1.2em;
    padding-top: 47px;
}
li {
    padding-top: 17px;
    text-align: center;
}
li a {
    text-decoration: none;
    color: lightblue;
}
li a:hover {
    text-decoration: none;
    color: white;
    font-weight: 800;
}
aside {
    width: 220px;
    height: 580px;
    float:  left;
    margin: 0px 10px;
}
aside span img {
    padding-top: 200px;
}
article {
    width: 460px;
    height: 580px;
    float: left;
    margin: 0px 10px;
}
#header {
    width: 460px;
    height: 75px;
    float: left;
    margin: 0px 10px;
    color: white;
    font-family: sans-serif;
    font-size: 1em;
    text-align: center;
    padding-top: 20px;
}
#main_info {
    width: 460px;
    height: 85px;
    float: left;
    margin: 0px 10px;
    color: white;
    font-family: sans-serif;
    font-size: 1em;
    text-align: center;
    padding: 20px 20px 0px 20px;
}
.foto {
    width: 210px;
    height: 200px;
    float: left;
    margin: 0px 10px;
    border: 5px solid white;
}
footer {
    background-color: #008fd5;
    color: #ffffff;
    text-align: center;
    font-size: 0.8em;
    font-family: sans-serif;
    padding: 15px;
    position: fixed;
    bottom: 0;
    width: 100%;
}
/* --------- Adecuar a teléfonos: ---- */

[class*="col-"] {
    width: 100%;
}       
/*Para móviles*/
 @media only screen and (min-width: 0px) and (max-width: 599px) {
     .title {font-size: 2.1em; padding-top:40px;}
     #wrapper {
    width: 100%;
    height: auto;
    margin: 0px auto;
     }
    aside {
    width: 330px;
    height: 450px;
    float:  left;
    margin: 0px 10px;
    text-align: center;
    }
    #menu {
    margin: 0px auto;
     } 
    aside span img {
    padding-top: 0px;
}
    article {
    width: 320px;
    height: auto;
    float: left;
    margin: 0px 10px;
    text-align: center;
    }
    #header {
    width: 330px;
    height: 75px;
    float: left;
    margin: 0px;
    margin-bottom: 30px;
    }
    #main_info {
    width: 330px;
    height: 85px;
    float: left;
    margin: 0px;
    }
    .foto {
    width: 287px;
    height: 287px;
    float: left;
    margin: 5px 10px;
    border: 5px solid white;
    }
    .foto img {
     width: 277px;
     height: 277px;
     } 
     footer {
         position: relative;
     }
}   
        
/* --------- Para tabletas: --------- */
@media only screen and (min-width: 600px) {

    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}

}    
/* --------- Para computadoras de escritorio: --------- */
@media only screen and (min-width: 83.33%) {

    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}
/*------------------------------------Aquí más estilos------------------------------------*/ 
