/**
 * style.css
 *
 * Theme Name: Cámara de Diputados
 * Theme URI: http://www.diputados.gub.uy/
 * Description: Sitio web de la Cámara de Representates
 * Version: 1.0
 * Author: Rodrigo Leal
 * Author URI: http://www.facebook.com/locurasleal
 * License: GNU General Public License version 3.0
 * License URI: http://www.gnu.org/licenses/gpl-3.0.html
 */
 
 
 #Licitaciones .bloque {
 	margin: 1em 0;
 /*/	padding: 1em 0;
 	border: 1px solid black;*/
 }
 
  #Licitaciones .bloque a {
 /*/	padding: 1em 0;
 	border: 1px solid black;*/
 	display:block;
 	color: #003c5e;
 }

#AIC.container-aip {
      margin:auto;
      width: 329px;
      color: #3155A6;
      font-size: 1.2em;
  		display:none;
    }
    
    #AIC .logo-aip {
      float: left;
    }
    
    #AIC .logo-aip {
      width: 25%;
      max-width: 120px;
    }
    
    #AIC .logo-aip img {
      width: 100%;
    }
    
    #AIC .texto-aip  h2 {
      font-size: 1em;  
    }
    
    #AIC .boton-aic {
      text-align: center;
      margin-bottom: 15px;
      font-size: 0.8em;
    }
    
    #AIC .boton-aic a {
      background-color: #3155A6;
      color: white;
      padding: 5px 10px;
      border-radius: 5px;
      text-decoration: none;
    }
    
    #AIC .boton-aic a:hover {
      background-color: #3b64c4;      
    }
    
    #AIC .boton-aic a:active {
      background-color: #4e73ca;      
    }