.alert-txt {
    border-color: #ccc;
}
.txt-chico {
	font-weight: normal !important;
	color: #333333 !important;
	font-size: 14px !important;
	line-height: 16px !important;
	font-family: "Roboto" !important;
	text-align: justify !important;
}

body {
    font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.txtmsg {
	color: #333333 !important;
	line-height: 18px !important;
}


.txt-chico-l {
	font-weight: normal !important;
	color: #333333 !important;
	font-size: 15px !important;
	line-height: 16px !important;
	font-family: "Roboto" !important;
}
.linePie {
	line-height: 16px !important;
	font-weight: 400 !important;
}

/* LOADER */
.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 100px;
    height: 100px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 1s linear infinite;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
   /** width: 25%;**/
    text-align: left;
	color: #333333;
	line-height: 18px;
	font-size: 16px !important;
	font-weight: 400 !important;
}

.inter {
	line-height: 22px!important;
}



.modal-dialog {
    width: 85% !important;
    margin: 30px auto;
}

.modal-tsmall {
	font-size: 16px !important;
}


   #info li{
        font-size: 16px !important;
    }
