@import url(http://fonts.googleapis.com/css?family=Oxygen);

* {
    font-family: 'Oxygen', sans-serif;
}

h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
}

.efiweb-cabecera {
    font-family: "Times New Roman", Giorgia;
    font-weight: normal;
    background-color: #f5f5f5;
    color: black;
    
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    
    text-align: center;
    padding: 10px;
    margin-top: 10px;
}

.efiweb-titulo {
    display: block;
    width: 100%;
    padding: .3em 0;
    margin-bottom: .3em;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
    font-family: "Times New Roman", Giorgia;
    font-weight: normal;
}

.efiweb-error-msg {
    color: red;
    font-style: italic;
    background-color: #e5e5e5;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    padding: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.efiweb-error-msg-fld {
    color: red;
    font-style: italic;  
}

.efiweb-ralign {
    text-align: right;
}

.efiweb-lalign {
    text-align: left;
}

.efiweb-calign {
    text-align: center;
}

.efiweb-jalign {
    text-align: justify;
}

.efiweb-button-xsmall {
    font-size: 70%;
}

.efiweb-button-icon {
    color: white;
    border-radius: 4px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    background-color: #999;
}

.button-success,
.button-error,
.button-warning,
.button-secondary {
    color: white;
    border-radius: 4px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.button-success {
    background: rgb(28, 184, 65); /* this is a green */
}

.button-error {
    background: rgb(202, 60, 60); /* this is a maroon */
}

.button-warning {
    background: rgb(223, 117, 20); /* this is an orange */
}

.button-secondary {
    background: rgb(66, 184, 221); /* this is a light blue */
}

@media(max-width:767px) {
    .efiweb-wide {
        display: none;
    }
}