/* 
    Document   : estilo_presonalizado
    Created on : Jul 9, 2013, 3:05:48 PM
    Author     : Ricardo Cortes
    Description:
        Estilos personalizados del template
*/


.logo_ppal {
    max-width: 500px;
    max-height: 100px;
}

.span12 {
    margin-left: 0;
    width: 96.5%;
}

#header {

    top: 0px;
    height: 108px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 1170px;
}

#top {
    background-color: white;
}

.navbar {
    margin-bottom: 0 !important;
    overflow: visible;
}

#container {
    position:relative; 
    top:160px;    
}

.buscador {
    float:right; 
    top:65px; 
    position: relative;
}

.label_buscador {
    color: #AAA;
    font-size: 12px;
    font-style: italic;
    position: absolute;
    top: -15px;
    left: 24px;
}


.texto_home {
    font-size: 16px;
}

.span4 {
    border: 1px solid #dddddd;
    padding-left: 16px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    width:29% !important;
}

.badge {
    position:relative;
    top: -4px !important;
}

.pagination .current,
.pagination .disabled {
    float: left;
    padding: 4px 12px;
    color: #999;
    cursor: default;
    line-height: 20px;
    text-decoration: none;

    border: 1px solid #DDD;
    border-left-width: 0;
}

code {
    color: #000;
}

.error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; 
}

.footer {
    border-top: 1px solid #ddd; 
    font-size: 11px; 
    position:fixed; 
    left:0px; 
    bottom:0px; 
    height:30px; 
    width:100%; 
    background:#f9f9f9; 
    padding-left: 10px; 
    padding-top: 5px;
}

.search-query {
   width: 350px !important;
	
}

.buscador_interno {
    float:right;
}

.label_buscador_interno {
    color: #AAA;
    font-size: 12px;
    font-style: italic;
    position: absolute;
    top: 30px;
    right: 100px;
}
