﻿
body {
    background: #efefef;
/*  font-family: Droid Sans;*/
    font-family: Roboto, Droid Sans, Arial, Sans-Serif;
    margin: 0;
    padding: 0;
    /*margin-bottom: 360px; */
    /* footer height ver tambien en MediaQuerys */ 
}

.navbar-brand {
    height: auto; 
}

button.navbar-toggle.collapsed, button.navbar-toggle, button.navbar-toggle:hover {
    background: transparent!important;
    margin-top: 24px;
}

.panel-default > .panel-heading {
  color: #ffffff;
}
 
 /*footer { 
    background: #444;
    bottom: 0;
    min-height: 330px;
    position: absolute;
    width: 100%;
 }*/
	
/* Clases modal popup */

.wmodalBackground {
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    
}

.wmodalPopup {
    background-color: #FFFFFF;
    /*width: 300px;*/
    border: 3px solid #652d91;
    border-radius: 12px;
    padding:0; 
}

.wmodalPopup .header {
    background-color: #652d91;
    height: 30px;
    color: White;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.wmodalPopup .body {
    min-height: 50px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
}

.wmodalPopup .footer {
    padding: 6px;
}

.wmodalPopup .yes, .modalPopup .no {
    height: 23px;
    color: White;
    line-height: 23px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    border-radius: 4px;
}

.wmodalPopup .yes {
    background-color: #2FBDF1;
    border: 1px solid #0DA9D0;
}

.wmodalPopup .no {
    background-color: #9F9F9F;
    border: 1px solid #5C5C5C;
}

.dropdown {
    padding-top: 40px;
}
    
.dropdown-menu > li > a {
    padding: 5px 20px;
}

.tooltip-inner, tooltip.top, .tooltip-arrow, .tooltip.right, .tooltip-arrow, tooltip.left, .tooltip-arrow, tooltip.bottom, .tooltip-arrow {
/*  background: red;
    background-color: red;
    border-top-color: red;
    border-right-color: red;
    border-left-color: red;
    border-bottom-color: Red;*/
}

.tooltip-inner, .tooltip, .tooltip p, .tooltip span {
    font-weight: 400!important;
}

.tooltip.top .tooltip-arrow { border-top-color: #333; } .tooltip.left .tooltip-arrow { border-lef-color: #333; } .tooltip.bottom .tooltip-arrow { border-bottom-color: #333; } .tooltip.right .tooltip-arrow { border-right-color: #333; } .tooltip-inner { background-color: #333;}

@media only screen and (max-width : 990px) {
    .item {
        margin-bottom: 10px;        
    }  
}

@media only screen and (max-width : 960px) {
    body {
        margin-bottom: 420px; 
    }    
      footer {
        height: 380px;
   }   
    #accesos li { /* home accesos*/
        text-align: center;
    }
    h4.subtitle {
        text-align: center;
    }
}

@media only screen and (max-width : 768px) {
    body {
        margin-bottom: 600px; 
    }    
      footer {
        height: 560px;
   }
      .logo {
        max-width: 40%;
   }
   
   .navbar-nav > li > a { /* pisa styles.css */
        padding: 18px 14px!important;
        line-height: 1;
    } 

    #bottom-bar {
        text-align: center;        
    }
    
    .logo-center {
        float: none;
        display: block;
        text-align: center;
    }
    
    #bottom-bar p, #bottom-bar #goTop {
        float: none;
        text-align: center;
        margin: 0 auto;
    }
    .dropdown {
        padding-top: 0;
        padding-bottom: 18px;
    }
    
    .dropdown-menu-right {
        left: 0;
    }
    
    .dropdown-menu > li > a {
	    border-bottom: 1px solid #ccc;
    }
    .dropdown-menu > li > a.last {
        border-bottom: 0;
        text-align: center;

    }







}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
      body {
        margin-bottom: 740px; 
    }    
      footer {
        height: 700px;
   }
    
}