﻿.estiloDiv{
            width:100%;
        }


        @media screen and (min-width: 0px) {
            #divContenidoPreguntasRespuestas{
                width:104%;
            }
            .moverEntreAvisos{
                width:25px;
            }
        }


        @media screen and (min-width: 735px) and (max-width: 991px){
            .estilo_tabla {
                margin-left: 05px !important;
            }
            #divCarousel {
                width: 650px !important;
            }
        }

        @media screen and (min-width: 992px){
            .estilo_tabla {
                /*margin-left: 15px !important;*/
                width:820px !important;
            }
        }

        @media screen and (min-width: 992px) and (max-width:1008px){
            #divCarousel {
                /*width: 800px !important;*/
            }
        }

        /*default*/
              

        @media screen and (min-width: 1200px) {
            #divAvisosPrincipal {
                margin-top: -152px;
                margin-left: 05px;
                width:210px;
            }
            #divCarousel {
                width: 150px !important;
            }
            #divAvisos {
                width: 208px !important;
            }
            .estilo_tabla{
                width:190px !important;
            }
        }