/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 28/08/2016, 03:47:41 AM
    Author     : Fer
*/
#republica {
    //position: absolute;    
    z-index: 1;
}

#datoEstado {
    position: absolute;
    z-index: 20;
    top: -10px;
    left: 300px;
}
.thumbnail {
    height: 190px;
    overflow: hidden;
}
.thumbnail2 {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.thumbnail2 .image {
    height: 120px;
    overflow: hidden;
}
.view2 {
    overflow: hidden;
    position: relative;
    text-align: center;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
}

.col-md-55{width:50%;margin-bottom:10px}

.editorXvoto{
    display: none;
}
.xvotoLetraChica {
    font-size: 1.5em;
}
.xvotoLetraMediana {
    font-size: 2.1em;     
}
.xvotoLetraGrande {
    //font-size: 36px;
    font-size: 2.4em;
}
.xvotoLetraExtraGrande {
    //font-size: 42px;
    font-size: 2.8em;
}

.xvotoColorNegro {
    color: #000;
}
.xvotoLetraBlanco {
    color: #ffffff;
}
.xvotoLetraAmarillo {
    color: #ffff00;
}
.xvotoLetraAzul{
    color: #0000ff;
}
.xvotoLetraRojo{
    color: #ff0033;
}
.xvotoLetraVerde{
    color: #009933;
}
.xvotoLetraPosicionIzquierda{
    text-align: left;
}
.xvotoLetraPosicionDerecha{
    text-align: right;
}
.xvotoLetraPosicionCenter{
    text-align: center;
}

.normal {
    font-weight: normal;
}
.negrita{
    font-weight: bold;
}
.manita{
    cursor: pointer;
}
.progress1 { 
    position:relative; 
    //width:400px;
    width:100%;
    border: 1px solid #ddd;
    padding: 1px; 
    border-radius: 3px; 
    color: white;
    text-align: center;
}
.bar1 { 
    background-color: #FF7276;
    width:0%;
    height:20px;
    border-radius: 3px;
    color: white;
    text-align: center;
}
.percent1 { 
    position:absolute;
    display:inline-block;
    top:3px; 
    left:48%;
}
.bar1 { 
    backgrount:48%;
}

.sizeLetra{
    font-size: 1.2em !important;
}

.tipoLetra{
    font-family: "champagneBold" !important;
}

.top15{
    top:15px;
}
.top20{
    top:20px;
}


.btnPrendido {
    border: 1px solid #FF7276;
    outline: none;
    color: #FFFFFF;
    background-color: #FF7276;
}

.ocultar2{
    display: none;
}

 #select {
    position: absolute;
    top: 10px;
    right: 40px;
    font-size: 15px;
    padding: 10px;
}  