/*******************RESET******************************/
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}
button{
	outline: none;
}
.carousel-indicators li{
	background-color:#757575 !important;
	border:1px solid #BDBDBD !important;
}
.carousel-indicators .active{
	background-color:#FFF !important;
}
.divContentLoginPie .ui-btn.ui-shadow.ui-corner-all{
	font-family: "OpenSans-CondLight", sans-serif;
	/*font-size: 1.2em;*/
 }
#btnIngresar{
	border-radius: 0px;
	background-color: #004884;
	color:#fff;
	text-shadow:none !important;	
	width: 170px !important;
	/*float: left;*/
	border-radius: 20px;
}
.divbtnIngresar{
	text-align:-webkit-center;
	text-align:-moz-center;
	display:-ms-flexbox;
	-ms-flex-pack:center;
	-ms-flex-align:center;
	display: -ms-box;
	-ms-box-pack: center;
	-ms-box-align: center;
}
#btnEnviar {
    border-radius: 0px;
    background-color: #004884;
    color: #FFF;
    text-shadow: none !important;
    width: 150px !important;
    float: left;
    border-radius: 20px;
}

#btnAtras{
	border-radius: 0px;
	background-color: #004884;
	color:#fff;
	text-shadow:none !important;	
	width: 120px !important;
	margin-right: 10px;
	border: 0px;
	float: left;
	box-shadow: 0 0px 0px;
	border-radius: 20px;
}
.btnPqrd{
	background-color: #faac17 !important;
    /*color: #FFF !important;*/
    font-family: FuturaStdHeavy !important;
    font-size: 1.1em !important;	
}

.pTitulo{
	text-align: center;
	font-family: FuturaStdHeavy;
	margin: 0px;
	padding: 0px;
	font-size: 1.1em;
}
.aCentro{
	border-left: solid 2px #ef8126;
	border-right: solid 2px #ef8126;
}
.aIzq{
	border-right: solid 2px #ef8126;
}

a, 
a:hover,
a:visited{
	color:inherit;
	text-decoration: none;
};


