/* css */

body {
    display: flex;
    flex-wrap: wrap;
    flex-direction: col;
    align-items: center;
    justify-content: center;
    background-color: #c4c8b7; /*#b3b3b3*/
    margin-top: 56px;
    margin-bottom: 56px;
    margin-right: 0px;
    margin-left: 0px;
    font-family: 'Ubuntu',"Ubuntu", sans-serif;
}


.principal {
    background-color: #ffffff;
    box-shadow: 2px -2px 2px -2px rgba(0,0,0,0.20), 2px 2px 2px 2px rgba(0,0,0,0.19);
}

.ps {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.imagen_principal {
    width: 100%;
    height: auto;
    max-width: 650px;
    min-width: 100px;
}

.info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 30px 0px;
    min-height: 56px;
    background-color: #53676c;
    width: 100%;
    max-width: 650px;
}

.info_container {
    margin-left: 70px;
    margin-right: 70px;
}

.info_titulo {
    margin-bottom: 10px;
    color: #fff;
    font-size: 22px;
    text-align: center;
/*     text-align: justify; */
/*     text-align: left; */
}

.info_subtitulo {
    color: #ececec;
    font-size: 16px;
    text-align: center;
/*     text-align: justify; */
/*     text-align: left; */
    
}

.redes {
    padding-bottom: 20px;
}

.red_main {
    border-bottom: 1px solid #dedede; /*#cecece*/
}

.red_container {
    padding: 5px 0px;
    margin-left: 70px;
    margin-right: 70px;
}

.red {
    text-decoration: none;
    width: 100%;
    cursor: pointer;
}

.red_icono {
    width: 40px;
    height: 40px;
    margin: 5px;
    margin-left: 0px;
    top: 50%;
    left: 50%;
/*     float: none; */
    float: left;
/*     border: none; */
}

.red_contenido {
    margin: 5px;
}

.red_titulo {
    margin: 5px;
    color: #000;
    font-size: 13px;
    text-align: left;
/*     text-align: justify; */
}

.red_subtitulo {
    margin: 3px;
    color: #9c9c9c;
    font-size: 12px;
    text-align: left;
/*     text-align: justify; */
    
}

@media (max-width:650px) {
    .principal {
	box-shadow: none;
    }
    body{
	display: block;
	background-color: #fff;
    }
    .red_container {
	margin-left: 30px;
	margin-right: 30px;
    }
    .info_container {
	margin-left: 30px;
	margin-right: 30px;
    }
}

@media (max-width:350px) {
    .red_container {
	margin-left: 5px;
	margin-right: 5px;
    }
    .info_container {
	margin-left: 5px;
	margin-right: 5px;
    }
}

@media (max-width:250px) {
    .red_container {
	margin-left: 2px;
	margin-right: 2px;
    }
    .info_container {
	margin-left: 2px;
	margin-right: 2px;
    }
}


#web24 {
    background: url("../png/logo_web_40px.png") center center no-repeat;
}
#facebook24 {
    background: url("../png/logo_facebook_40px.png") center center no-repeat;
}
#youtube24 {
    background: url("../png/logo_youtube_40px.png") center center no-repeat;
}
#instagram24 {
    background: url("../png/logo_Instagram_40px.png") center center no-repeat;
}
#bm24 {
    background: url("../png/logo_bandomovil_40px.png") center center no-repeat;
}
#wikiloc24 {
    background: url("../png/logo_wikiloc_40px.png") center center no-repeat;
}

