/* reseteo universal*/
*{
	border: 0;
	margin: 0;
	padding: 0;
}

/*estilos del sitio*/

#fondo-defensa{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -100;
}

#defensa{
    background: white;
    color: #2e2d2d;
}

#panel-izquierdo{
    display: inline-block;
    margin: 0em 0 0 0;
    vertical-align: middle;
    width: 43.5%;
}

#panel-derecho{
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    margin-top: 1em;
}

#info-defensa{
    background: url(../img/bg-info-defensa.png) no-repeat;
    background-position: left top;
    background-size: 470px;
    position: relative;
    width: 470px;
    height: 316px;
}

#titulo-defensa{
    background: url(../img/titulo-info-defensa.png);
    background-repeat: no-repeat;
    background-size: 140px;
    text-align: center;
    height: 38px;
    width: 132px;
    position: absolute;
    top: 31px;
    left: 20px;
    padding-right: 0.5em;
}

#titulo-defensa h{
    font-family: "Century Gothic", "Times Roman", sans-serif; 
    font-size: 0.95em;
    line-height: 2.4em;
}

#info-defensa p{
    font-size: 0.8em;
    line-height: 2em;
    position: absolute;
    top: 85px;
    left: 24px;
}

#lista-defensa{
    font-size: 0.84em;
    position: absolute;
    top: 143px;
    left: 35px;
}

#lista-defensa li img{
    margin: 0.2em 0.8em 0.2em 0;
}

#lista-defensa li{
    display: block;
    line-height: 1.8em;
}

.sin-imagen{
    margin-left: 1.2em;
}
/*********COMIENZO CONTENEDOR***********/

/*********FINAL CONTENEDOR***********/

@media(max-width:1024px){
    #panel-izquierdo{
        display: inline-block;
        vertical-align: middle;
        width: 51%;
    }

    #panel-derecho{
        display: inline-block;
        vertical-align: middle;
        width: 47%;
        position: relative;
    }
}

@media(max-width:800px){
    #panel-izquierdo{
        display: block;
        width: 100%;
    }
    
    #panel-derecho{
        display: block;
        margin: 0;
        width: 100%;
    }

    #info-defensa{
        display: block;
        padding: 0em 0em 2em 0em;
        float:none;
        margin: 0 auto;
    }
}

@media(max-width:600px){
     
}

@media(max-width:500px){
    
}

@media(max-width:400px){
}