
@media (min-width: 841px) {
    body{
    	 background-color: #174c74;
        margin: auto;
        width: 900px;
        font-family: trebuchet MS,sans-serif;

    }

    .titulo {
        background-color: #d6d6d6;
        border-radius: 20px;
        color: #894796;
        font-size: 2em;
        font-variant: small-caps;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 1;
        margin: 0;
        padding: 20px;
        text-align: center;
        text-shadow: 8px 10px 20px rgba(105, 67, 156, 0.9);
        word-spacing: 5pt;
    }

    .video{
    	width:560px;
    	height:315px;
        margin: auto;
    }

    .foto img{
        border-radius: 15px;
        float: right;
        margin-left: 35px;
        margin-right: 50px;
        margin-top: 50px;
    }


    .cuerpo {
        background: none repeat scroll 0 0 #d6d6d6;
        border-radius: 20px;
        margin-top: 30px;
        padding: 20px;
        text-align: justify;
    }

    .enlacesh img{
        width: 200px;
        height: 50px;
        margin-right: 20px;
    }

    .enlacesc img{
        width: 50px;
        height: 50px;
        margin-right: 20px;
    }


    .enlaces {
        display: inline-flex;
        margin: 20px;
        width: 820px;
    }

    .enlaces embed{
        float: right;
    }

}
@media (max-width:480px){
    body{
         background-color: #174c74;
        margin: auto;
        width: 400px;
        font-family: trebuchet MS,sans-serif;

    }

    .titulo {
        background-color: #d6d6d6;
        border-radius: 20px;
        color: #894796;
        font-size: 1.2em;
        font-variant: small-caps;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 1;
        margin: 0;
        padding: 5px;
        text-align: center;
        text-shadow: 8px 10px 20px rgba(105, 67, 156, 0.9);
        word-spacing: 5pt;
    }

    .video{
        width:360px;
        height:215px;
        margin: auto;
    }

    .foto img {
        border-radius: 15px;
        float: right;
        margin: 10px 10px 2px 25px;
        width: 100px;
    }


    .cuerpo {
        background: none repeat scroll 0 0 #d6d6d6;
        border-radius: 20px;
        margin-top: 30px;
        padding: 20px;
        text-align: justify;
        font-size: 0.8em;
    }

    .enlacesh {
        width: 130px;
    }

    .enlacesh img{
        height: 40px;
        margin-right: 10px;
        width: 120px;
    }

    .enlacesc img{
        width: 60px;
        height: 60px;
        margin-right: 20px;
    }


    .enlaces {
        display: inline-flex;
        margin: 20px;
        width: 360px;
    }

    .enlaces embed {
        float: none;
        height: 100px;
        width: 100px;
    }
}

@media (min-width:481px) and (max-width:840px){
body{
     background-color: #174c74;
    margin: auto;
    width: 700px;
    font-family: trebuchet MS,sans-serif;

}

.titulo {
    background-color: #d6d6d6;
    border-radius: 20px;
    color: #894796;
    font-size: 2em;
    font-variant: small-caps;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1;
    margin: 0;
    padding: 20px;
    text-align: center;
    text-shadow: 8px 10px 20px rgba(105, 67, 156, 0.9);
    word-spacing: 5pt;
}

.video{
    width:560px;
    height:315px;
    margin: auto;
}

.foto img{
    border-radius: 15px;
    float: right;
    margin-left: 35px;
    margin-right: 30px;
    margin-top: 30px;
}


.cuerpo {
    background: none repeat scroll 0 0 #d6d6d6;
    border-radius: 20px;
    margin-top: 30px;
    padding: 20px;
    text-align: justify;
}

.enlacesh{
    margin-left: 30px;
    width: 220px;
}

.enlacesh img{
    width: 200px;
    height: 50px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.enlacesc img{
    width: 70px;
    height: 70px;
    margin-right: 20px;
}


.enlaces {
    display: inline-flex;
    margin: 20px;
    width: 700px;
}

.enlaces embed{
    float: right;
}
}