﻿
/*=============================================================
    Authour URL: www.designbootstrap.com
    
    http://www.designbootstrap.com/

    License: MIT

    http://opensource.org/licenses/MIT

    100% Free To use For Personal And Commercial Use.

    IN EXCHANGE JUST TELL PEOPLE ABOUT THIS WEBSITE
   
========================================================  */


/* =============================================================
   GENERAL STYLES
 ============================================================ */

@import url(http://fonts.googleapis.com/css?family=Roboto); /* FREE GOOGLE FONT */

body {
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
}

.set-radius-zero {
    border-radius: 0px;
    border-color: #32C4C6; 
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.content-wrapper {
    margin-top: 40px;
    min-height: 600px;
    padding-bottom: 60px;
}

.page-head-line {
    font-weight: 900;
    padding-bottom: 20px;
    border-bottom: 2px solid #32C4C6;
    text-transform: uppercase;
    color: #32C4C6;
    font-size: 20px;
    margin-bottom: 40px;
}

.btn {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.progress {
    height: 8px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
.login-icon {
    height: 60px;
width: 60px;
padding: 13px;
border-radius: 50%;
font-size: 30px;
margin-bottom: 20px;
color: #F0D37B;
text-align: center;
cursor:pointer;
background-color:#BCE0F1;
-webkit-border-radius:50%;
    -moz-border-radius:50%;
}
/* =============================================================
   HEADER SECTION STYLES
 ============================================================ */
header {
    background-color: #32C4C6;//arriba
    color: #F0D37B;
    padding: 0px;
    border-color: #32C4C6; 
    text-align: right;
}


/* =============================================================
   LOGO SECTION STYLES
 ============================================================ */
.left-div {
    padding-left: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.right-div {

    padding-right: 40px;
    margin-top: 10px;
    margin-bottom: 10px;

    right: 60px;
    top: -50;

   position: absolute;

}


.navbar-brand {
    width: 250px;
    padding-top: 10px;
}

/* USER SETTINGS DIV */
.user-settings-wrapper .nav > li > a {
    position: relative;
    display: block;
    padding: 15px 18px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    height: 60px;
    width: 60px;
    background-color: #BCE0F1;
    color: #BCE0F1;
}

.user-settings-wrapper {
    margin-top: 10px;
}

    .user-settings-wrapper li {
        display: inline-block;
    }

    .user-settings-wrapper .dropdown-settings {
        width: 200px;
        padding: 10px;
    }

    .user-settings-wrapper .nav > li > a:hover,.user-settings-wrapper .nav > li > a:focus {
        text-decoration: none;
        background-color: #D30313!important;
    }

    .user-settings-wrapper img {
        height: 100px;
        width: 130px;
    }

    .user-settings-wrapper .dropdown-menu {
        margin: 0px;
        border-radius: 0px!important;
        -moz-border-radius: 0px!important;
        -webkit-border-radius: 0px!important;
    }

    .user-settings-wrapper .btn {
        border-radius: 0px!important;
        -moz-border-radius: 0px!important;
        -webkit-border-radius: 0px!important;
    }

    .user-settings-wrapper .media-heading {
        padding-top: 10px;
    }

/* MENU LINKS SECTION*/

.menu-section {
    background-color: #32C4C6;<----para el menu->
}

ul, ol{
    list-style:none;
}

/*#menu-top a {
    color: #FFF;
    text-decoration: none;
    font-weight: 500;
    padding: 5px 5px 5px 5px;
    text-transform: uppercase;
    display:block;
}

.menu-top-active {
    background-color: #555555;
}

.menu-section .nav li  ul{
                display:none;
            }

.menu-section .nav li:hover {
    background-color: #BDBDBD!important;
}

.menu-section .nav > li > a:hover,.menu-section .nav > li > a:focus {
    background-color: #BDBDBD!important;
}

.menu-section .nav > li:hover{
    background-color: #000!important;
}

.menu-section .nav > li:hover > ul{
                display:inline-block;
            }

.menu-section .nav > li > ul:hover > li{
                display:block;
            }

.menu-section .nav li ul li {
                position:relative;
            }

.menu-section .nav li ul li ul{
                right:-140px;
				top:0px;
            }*/


.menu-section .m .nav > li {
                float:left;
                z-index:2;
            }
            
            .menu-section .m .nav li a {
                background-color:#32C4C6;
                color:#Ffffff; //color de letras 
                text-decoration:none;
                padding:10px 12px;
                display:block;
                min-width:100px;
                max-width:100px;
                /*height:20px;*/
            }
            
            .menu-section .m .nav li a:hover {
                background-color: #ffffff;//PARA LA SORA
            }
            
            .menu-section .m .nav li ul {
                display:none;
                position:absolute;
                min-width:100px;
                right:-0px;
            }
            
            .menu-section .m .nav li:hover > ul {
                display:block;
            }
            
            .menu-section .m .nav li ul li {
                position:relative;
            }
            
            .menu-section .m .nav li ul li ul {
                right:-100px;
                top:0px;
            }
            
/*.menu-section .dropdown-menu > li:hover > ul > li{
                display:block;
            }*/




.navbar-inverse {
    background-color: #25203F;<-pARA EL CORLO DEL ICONO
}

.navbar-default {
    background-color: #32C4C6;<-pARA EL CORLO DEL ICONO
}


.navbar-toggle {
    background-color: #32c4c6;
    border: 1px solid #fff;
}


.navbar {
    margin-bottom: 0px;
}

.navbar1 {
    margin-bottom: 0px;
}
/* =============================================================
   FOOTER SECTION STYLES           http://www.falconmasters.com/tutoriales/como-hacer-un-menu-desplegable/
 ============================================================ */
footer {
    padding: 10px;
    color: #Ffffff;
    font-size: 12px;
    background-color: #32C4C6;
}

    footer a, footer a:hover {
        color: #Ffffff;
        text-decoration: none;
    }

/*==============================================
    DASHBOARD  STYLES    
 =============================================*/

/* DASHBOARD ICONS */

.bk-clr-one {
    background-color: #B9B739;
}

.bk-clr-two {
    background-color: #F94C4C;
}

.bk-clr-three {
    background-color: #119c7e;
}

.bk-clr-four {
    background-color: #b739b9;
}

.dashboard-div-icon {
    height: 75px;
    width: 75px;
    border: 2px solid #BCE0F1;
    padding: 20px;
    border-radius: 50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    font-size: 30px;
    margin-bottom: 20px;
    color: #BCE0F1;
}

.dashboard-div-wrapper {
    border-radius: 5px;
    text-align: center;
    padding: 15px;
    color: #BCE0F1;
    margin-bottom: 50px;
}

    .dashboard-div-wrapper .progress {
        height: 2px;
    }

/* NOTICE BOARD */


.notice-board .panel {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.notice-board ul {
    padding-left: 0px;
    list-style: none;
}

.notice-board li {
    padding: 10px;
    border-bottom: 1px solid #E5E5E5;
}

    .notice-board li span {
        margin-right: 10px;
        border: 1px solid #DBDBDB;
        padding: 5px;
    }

    .notice-board li a, li a:hover {
        text-decoration: none;
        color: #BCE0F1;
    }

/* SOCIAL BUTTONS */
.btn-social {
    color: white;
    opacity: 0.8;
}

    .btn-social:hover {
        color: white;
        opacity: 1;
        text-decoration: none;
    }

.btn-facebook {
    background-color: #3b5998;
}

.btn-twitter {
    background-color: #00aced;
}

.btn-linkedin {
    background-color: #0e76a8;
}

.btn-google {
    background-color: #c32f10;
}

.error{
            display: none;
            margin-left: 10px;
        }       
        
        .error_show{
            color: red;
            margin-left: 10px;
        }

