.btn-danger{
	background-color: #9E3234;
	border-color: #9E3234;
}

#tituloGeneral{
	background-color: #009746;
    margin-top: 0px;
    margin-bottom: 12px;
    padding-top: 10px;
    border-bottom: double 8px #fff;
}

#tituloGeneral h1{
	font-weight: bold;
    font-size: 35px;
    font-family: "Arial";
    text-shadow: 0 1px 0 #ccc,
        0 2px 0 #c9c9c9,
        0 3px 0 #bbb,
        0 4px 0 #b9b9b9,
        0 5px 0 #aaa,
        0 6px 1px rgba(0,0,0,.1),
        0 0 5px rgba(0,0,0,.1),
        0 1px 3px rgba(0,0,0,.3),
        0 3px 5px rgba(0,0,0,.2),
        0 5px 10px rgba(0,0,0,.25),
        0 10px 10px rgba(0,0,0,.2),
        0 20px 20px rgba(0,0,0,.15);
    color: #FFF;
    text-align: center;
}
/*CSS TEXTO TITULO INICIAL*/
.page-title .title_left{
	width: 100%;
	font-weight: 900;
}
/*FIN*/

/*ESTILO FORM*/
input[type=checkbox]{
	height: 18px;
	width: 32px;
}
/*FIN ESTILO FORM*/
.alert-sexo{
	border: 1px solid #E6E9ED;
	padding: 5px;
}

.img-profile{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	height: 80px;
}

.label-default{
	background-color: #F5F7FA;
	color: black;
}

/*ESTILO TABLE*/
.table thead, .bg-edu{
	background-color: #73879C;
	color: #fff;
}

.table-td-color{
	background-color: #73879C;
	color: #fff;
}

.table-90{
	min-width: 90px;
}
.table-100{
	min-width: 100px;
}
.table-110{
	min-width: 110px;
}
.table-120{
	min-width: 120px;
}
.table-130{
	min-width: 130px;
}
.table-150{
	min-width: 150px;
}
.table-160{
	min-width: 160px;
}
.table-180{
	min-width: 180px;
}
.table-190{
	min-width: 190px;
}
.table-200{
	min-width: 200px;
}
.table-350{
	min-width: 350px;
}
.table-600{
	min-width: 600px;
}

/*FIN ESTILO TABLE*/

/*ESTILOS PANEL*/
.panel-default > .panel-heading{
    background-color: #F5F7FA !important;
}
.panel-default > .panel-footer{
    background-color: #F5F7FA !important;
}
/*FIN ESTILO PLANEL*/

/* ESTILOS MODAL */
.modal-title strong{
	margin-left: 10px;
}
.modal-header{
	background-color: #2A3F54;
	color: #F5F7FA;
	padding: 10px 10px 5px 10px;
	-webkit-border-radius: 4px 4px 2px 2px;
	-moz-border-radius: 4px 4px 2px 2px;
	border-radius: 4px 4px 2px 2px;
}
.modal-header button{
	background-color: #F5F7FA;
	padding: 2px 6px 2px 6px !important;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin: -5px -5px 0px 0px !important;
}
.modal-header h5{
	color: #F5F7FA;
}
.close{
	opacity: 1;
}
#modal-header-search{
	background-color: #169F85;
}

/* FIN ESTILOS MODAL*/

/* ESTILOS PARA INPUT CHECKBOX */
.eab-label{
		white-space: nowrap;

		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		cursor: pointer;
		padding: 3px;
	}
	.eab-label-success{
		border: 1.5px solid #169F85;
	}
	.eab-label-default{
		border: 1.5px solid #E6E9ED;
	}
	.text-table{
		font-size: 1.3em;
	}
/* FIN CHECKBOX */

iframe{
	border: 3px solid #ddd;
	border-radius: 5px;
	padding: 5px;
}

/*COLOR GENERAL*/
.alert-danger{
	background-color: #009746;
	color: white;
	border-color: #009746;
	border-radius: 0px;
}

.bg-danger{
	background-color: #009746 !important;
}

/*CONFIGURAR CANDIDATO SELECCIONADO*/
.seleccionado{
	position: absolute;
	left: 3;
}

.selected_candidato{
	border-color: #9E3234;
}
.card .check{
	position: absolute; 
	top: 35%; 
	right: 5px;
	display: none;
	color: #9E3234;
}
.card .fa-2x{
	top: 10%;
}

.btn-yande{
	width: 50%;
	font-size: 1.5em;
}

.img-delegado{
	width: 155px; 
	height: 150px;
}

.data-delegado p{
	font-size: 23px;
}

.voto-nulo strong{
	margin-top: -15px;
}

.link-yande:hover{
	color: #D6CA0F !important;
}

.item-yande{
	border: 1px solid white;
	margin-right: 5px;
	border-radius: 5px;
}

@media screen and (max-width: 500px) {
	.btn-yande{
		width: 100%;
	}

	.img-delegado{
		width: 100%; 
		height: 120px;
	}

	.data-delegado p{
		font-size: 18px;
	}
	.item-yande{
		border: 1px solid #D6CA0F;
		margin-bottom: 10px;
		border-radius: 5px;
	}
}