.form-control{
	background: whitesmoke none repeat scroll 0% 0%;
	border-color: rgb(216, 216, 216);
	color: #5F5D5D;
}

.foto_perfil{
	width: 90px;
	height: 90px;
	border-radius: 60px;
	margin-bottom: 10px;
}

.AsteriscoRojo{
	color: red;
}

.image-upload > input
{
	width: 80px;
	margin: 0 auto;
	margin-top: -114px;
	height: 106px;
	opacity: 0;
	cursor: pointer;
}

@media screen and (max-width: 479px){
.image-upload > input {
    width: 80px;
    margin: 0 auto;
    margin-top: -114px;
    height: 106px;
    opacity: 0;
    cursor: pointer;
}
}

@media screen and (max-width: 479px){
.product-info ul.tabs {
    float: left;
    height: 50px;
    border-bottom: 1px solid #dcdcdc;
    width: 100%;
    margin-top: 28px;
}
}

@media screen and (max-width: 479px){
.product-info ul.tabs li {
    float: left;
    margin: 0px 21px;
    cursor: pointer;
    height: 47px;
    line-height: 50px;
    color: #000;
    font-size:8px;
    position: relative;
    font-family: 'montserratbold';
}
}

@media screen and (max-width: 479px){
i.fa.fa-map-marker {
    background: none;
    padding-top: 0px;
    font-size: 9px;
    width: 2%;
    padding-right: 5px;
}
}

@media screen and (max-width: 479px){
i.fa.fa-picture-o {
    background: none;
    padding-top: 0px;
    font-size: 9px;
    width: 2%;
    padding-right: 1px;
}
}



.image-upload img
{
    width: 98px;
	height: 98px;
	border-radius: 60px;
	margin-bottom: 10px;
}

.Boletos p{
	margin-bottom: 2px !important;
}

.desc p{
	margin-bottom: 3px !important;
}

.TablaCompra thead{
	background: rgb(92, 92, 92) none repeat scroll 0% 0%;
	color: white;
}

.TablaCompra > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td {
    border: 1px solid #ddd !important;
}

.boletos {
    float: left;
    cursor: pointer;
    width: 7%;
    border-bottom: 1px solid #d9d9d9;
    background-color: #f1f1f1;
    padding-bottom: 5px;
    padding: 2px;
    border-radius: 5px;
    margin: 8px 5px;
}

.BotonComprar{
	clear: both;
	background: rgb(76, 175, 80) none repeat scroll 0% 0%;
	height: 50px;
	padding-top: 4px;
	font-size: 25px;
	color: white;
}

#area-main h3 {
    color: #1b1d1f;
    font-size: 18px;
}

.buscador{
	float: none;
	margin: 0 auto;
	margin-top: -280px;
	z-index: 999;
}

/*.IconoTarjeta{*/
	/*width: 100px;*/
	/*float: right;*/
	/*margin: -46px -12px 0 0;|*/
/*}*/

/*#preloader {*/
    /*position: fixed;*/
    /*top: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*background: white;*/
    /*z-index: 999999;*/
    /*!* makes sure it stays on top *!*/
/*}*/

#status {
    width: 117px;
    height: 117px;
    position: absolute;
    left: 50%;
    top: 50%;
    /*background-image: url(../img/loader.gif);*/
    background-image: url(../loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
    background-size: cover;
}

.navbar-brand img{
    width: 275px;
    margin-top: -18px;
}

.LogoIndex{
    width: 460px;
}

.ClickAqui{
    background: #5b97e2;
    color: white;
    padding: 0px 10px;
    border-radius: 20px;
}

@media screen and (max-width: 700px){
    .LogoIndex{
        width: 100%;
    }
}