﻿
body {
    padding-top: 50px;
    padding-bottom: 20px;


    background-color: #c7870c;
/*    font-size: .85em;
*/    font-family: "Arial", Helvetica, Sans-Serif;
    margin: 0;
/*    padding: 0;
*/    color: #696959;
}

.page {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#main {
    padding: 30px 30px 15px 30px;
    background-color: #fff;
    border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
}

/* Column container */
.row {
    display: flex;
    flex-wrap: wrap;
}


.precionoche {
    color: #005679;
}

/* Create two unequal columns that sits next to each other */
/* Sidebar/left column */
.side {
    flex: 60%;
    background-color: #f1f1f1;
    padding: 20px;
}

/* Main column */
.main {
    flex: 40%;
    background-color: white;
    padding: 20px;
}

.sideF {
    flex: 60%;
    background-color: #f1f1f1;
    padding: 20px;
}

/* Main column */
.mainF {
    flex: 40%;
    background-color: white;
    padding: 20px;
}


header,
footer,
nav,
section {
    display: block;
}
/* Set padding to keep content from hitting the edges */
.body-content {

    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}


/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

input[type="text"] {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    width: 200px;
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

/*input[type="submit"] {
    font-size: 1.2em;
    padding: 5px;
}
*/
input[type="password"] {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    width: 200px;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label {
    margin: 1em 0 0 0;
}

.display-field,
.editor-field {
    margin: 0.5em 0 0 0;
}

.text-box {
    width: 30em;
}

    .text-box.multi-line {
        height: 6.5em;
    }

.tri-state {
    width: 6em;
}

/* TABLE
----------------------------------------------------------*/

table {
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}

    table td {
        padding: 5px;
        border: solid 1px #e8eef4;
    }

    table th {
        padding: 6px 5px;
        text-align: left;
        background-color: #e8eef4;
        border: solid 1px #e8eef4;
    }


.btn-dark {
    background-color: black;
    color: white;
}


.btn-orange {
    background-color: #f6a553;
    color: white;
}

.terminos {
    padding: 15px;
}

.terminosp {
    text-align: left;
}

.terminosp ul li {
    text-align: left;
}

.ocultar {
    display: none;
}

.aparecer {
    display: inline-block;
}
