/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16-sep-2017, 15:48:23
    Author     : @jjsr67
*/
.background-responsive {
    width:100%; 
    heigth: auto; 
}
.video-responsive {
position: relative;
padding-bottom: 56.25%; /* 16/9 ratio */
padding-top: 30px; /* IE6 workaround*/
height: 0;
overflow: hidden;
}
 
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height:100%;
}


.contenedor33{
    width:33%; 
    heigth: auto; 
    padding-right:15px; 
    padding-left:15px; 
    margin-right:auto; 
    margin-left:auto
}

.contenedor42{
    width:42%; 
    heigth: auto; 
    padding-right:15px; 
    padding-left:15px; 
    margin-right:auto; 
    margin-left:auto
}

.contenedor60{
    width:60%; 
    heigth: auto; 
    padding-right:15px; 
    padding-left:15px; 
    margin-right:auto; 
    margin-left:auto
}

.centrado {
     width:100%;
     height: auto;
     margin-right:0px;
     margin-left:0px;
     margin-top:0px;
     margin-bottom:0px;
}
