@charset "utf-8";


table {border-collapse: collapse; border-spacing: 0;}
td, th, caption{font-weight: nomal; text-align: left;}
img, fieldset { border: 0;}
ol { padding-left: 1.4em; list-style: decimal;}
ul {padding-left: 1.4em; list-style: square;}
q:before, q:after{content: '';}
/*fin del reset CSS*/

/*logo de anpro*/

/*banner*/
#imagen {
    height: 300px;
    background-image: url(img/logos/Imagen.PNG);
    background-image: -ms-url(img/logos/Imagen.PNG);
    background-image: -webkid-url(img/logos/Imagen.PNG);
    background-image: -moz-url(img/logos/Imagen.PNG);
    background-image: -o-url(img/logos/Imagen.PNG);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 30px;
    
}

/*contenido*/

.contenido{
    width: 80%;
    margin: auto;
}

#cont1, #cont2, #cont3, #cont4, #cont5, #cont6, #cont7, #cont8 {
    width: 100%;
    margin: 10px auto;
    font-size: 24px;
    color: gray;
    height: 100%;
    text-align: left;
    padding-left: 120px;
    border-bottom: 1px solid darkgrey;
    border-bottom-color: rbga(0,0,0,0.2);
}
#cont1 {
    padding-top: 20px;
    font-size: 28px;
}
#cont4 {
    height: 100%;
}
/*imagenes del contenido*/
#cont2{
    background-image:url(img/logos/automoviles.PNG);
    background-position: left;
    background-repeat: no-repeat;
}
#cont3{
    background-image:url(img/logos/motocicletas.PNG);
    background-position: left;
    background-repeat: no-repeat;
}
#cont4{
    background-image:url(img/logos/soat.PNG);
    background-position: left;
    background-repeat: no-repeat;
}
#cont5{
    background-image:url(img/logos/hogar.PNG);
    background-position: left;
    background-repeat: no-repeat;
}
#cont6{
    background-image:url(img/logos/arrendamiento.PNG);
    background-position: left;
    background-repeat: no-repeat;
}
#cont7{
    background-image:url(img/logos/educativo.PNG);
    background-position: left;
    background-repeat: no-repeat;
}
#cont8{
    background-image:url(img/logos/mascotas.PNG);
    background-position: left;
    background-repeat: no-repeat;
}

.icontec {
    height: 230px;
    width:90px;
    background: #666;
    background-image:url(img/logos/icontec.PNG);
    background-image:-ms-url(img/logos/icontec.PNG);
    background-image:-webkid-url(img/logos/icontec.PNG);
    background-image:-moz-url(img/logos/icontec.PNG);
    background-image:-o-url(img/logos/icontec.PNG);
    /*margin-top: 40px;*/
    margin-top: -250px;
    position: absolute;
}
