body {
    font-family: "Segoe UI Light", sans-serif;
    width: 100%;
    text-align: center;
}

/* DESIGN
 ====================================================== */
.Container {
    margin: 0px auto;
    padding: 10px;
    max-width: 800px;
    height: 100%;
    background-color: #ffffff;/*#EFF8FB;*/
    box-shadow: 0px 0px 30px 2px lightgray;
    border-radius: 5px;
}
.img-responsive{
    margin: auto;
    }
.EncabezadoEncuesta{
    background-color: #0B98A5;/*#17ABB9;*/
    /*background-image: url("http://ashley-bootstrap3-website-template.little-neko.com/v1.6.1/files/images/theme-pics/paralax-blue-3.jpg");*/
    border-radius: 3px 3px 0 0;
    color: #ffffff;
    text-align: left;
    margin-bottom: 3px;
}
.EncabezadoEncuesta > div > h2 {
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
}
.btn-primary{
    background: white;
    border: 1px solid #17ABB9;
    border-radius: inherit;
    transition: background-color 1s ease 0s;
    color: #17ABB9;
    img{
        width: 40px;
    }
}
.btn-success{
    font-size: 16px;
}
.textoPreguntas{
    /*background: -moz-linear-gradient(left, rgba(52,175,175,1) 0%, rgba(41,137,216,0) 100%); /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(52,175,175,1)), color-stop(100%,rgba(41,137,216,0))); /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(left, rgba(52,175,175,1) 0%,rgba(41,137,216,0) 100%); /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(left, rgba(52,175,175,1) 0%,rgba(41,137,216,0) 100%); /* Opera 11.10+ */
    /*background: -ms-linear-gradient(left, rgba(52,175,175,1) 0%,rgba(41,137,216,0) 100%); /* IE10+ */
    /*background: linear-gradient(to right, rgba(52,175,175,1) 0%,rgba(41,137,216,0) 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34afaf', endColorstr='#002989d8',GradientType=1 ); /* IE6-9 */
    background: #17ABB9;
    color: white;
    padding: 6px;
    font-size: 20px;
    font-weight: bold;
}
.cajapregunta{
    margin-left: 1px;
    margin-right: 1px;
    margin-bottom: 12px;
    background-color: white;
    padding-bottom: 15px;
    -webkit-box-shadow: -1px 5px 12px 0px rgba(209,207,209,0.66);
    -moz-box-shadow: -1px 5px 12px 0px rgba(209,207,209,0.66);
    box-shadow: -1px 5px 12px 0px rgba(209,207,209,0.66);
}
.lblNota{
    text-align: left;
    color: rgba(52, 175, 175, 0.77);
    margin-top: 15px;
    padding: 6px;
    font-size: 16px;
}
.Notas{
    margin-left: 20px;
    resize: none;
    width: 90%;
    transition: height 1s ease 0s;
}
.textoNombreSuscrip{
    font-weight: lighter;
    font-style: italic;
    font-size: 12px;
}
/*====================================================== */


/* EVENTS
 ======================================================*/
.btn-primary:hover{
    background-color: #17ABB9;
    color: white;
    border-bottom: 2px  solid forestgreen;
}
.btn-primary:active{
    border-bottom: 2px  solid dodgerblue;
}
.Notas:focus{
    height: 6em;
}
/*======================================================*/


/* CAROUSEL
 ====================================================== */
.carousel {
    margin-bottom: 30px;
    border-radius: 5px;
}
.carousel-caption {
    z-index: 1;
}
.carousel .item {
    /*min-height: 400px;*/
    /*height: 400px;*/
    background-color:#555;
    height: auto;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    margin: auto;
    width: 100%;
    height: auto;
}

/* MEDIA QUERY
 ====================================================== */
/*para pantallas con m�s tama�o de 768PX*/
@media (min-width: 768px) {
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 1.4;
    }

    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
        margin: auto;
        width: 100%;
        height: auto;
    }

    .carousel .item {
        /*min-height: 400px;*/
        height: 380px;
        background-color:#fff;
    }
}

/*pantalla m�s peque�a de 768 y m�s de 300PX*/
@media (max-width: 768px) {
    .carousel {
        margin-bottom: 5px;}
}

/*pantallas m�s peque�as de 300PX*/
@media (max-width: 400px) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 5px;
        font-size: 11px;
        font-weight: bold;
        line-height: 1;
    }
    .carousel {
        margin-bottom: 5px;
    }
    h1{
        font-size: 16px;
        font-weight: bold;
    }
    h2{
        font-size: 16px;
    }
    .textoNombreSuscrip{
        font-size: 10px;
        padding-bottom: 5px;
    }
    .btn-primary{
        font-size: 10px;
    }
    .EncabezadoEncuesta > div > h2 {
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
    }
    .btn-success{
        font-size: 12px;
    }
    .textoPreguntas{
        font-size: 14px;
    }
    .lblNota{
        font-size: 12px;
    }
    .Notas{
        font-size: 12px;
    }
}
/*====================================================== */