﻿.log-botonC {
    width: 30%;
    height: 20px;
    margin: 20px auto auto auto;
    background: #333 !important;
    height: 100%;
    text-align: center;
    padding: 8px;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 8px;
}

.log-botonC a:link {
	display: block;
	height: 100%;
	text-align: center;
    padding:8px;
    color: #fff;
}


 a:hover {
	/*background: #00445e !important;*/
    color: #fff;
}
.log-boton {
    width: 30%;
    height: 20px;
    margin: 20px auto auto auto;
    background: #333 !important;
    height: 100%;
    text-align: center;
    padding: 8px;
    color: #fff;
    border: none;
    cursor: pointer;
}

.log-boton a:link {
	display: block;
	height: 100%;
	text-align: center;
    padding:8px;
    color: #fff;
}

.log-boton a:hover {
	background: #00445e;
    color: #fff;
}

div.loading, .loading {
    background-color: #000;
    /*background-image: url('/Imagenes/pageLoader.gif');*/
    background-image: url('/Imagenes/loading_latino.gif');
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1400;
	position: absolute;
	/*nos posicionamos en el centro del navegador*/
	top:0;
	/*left:50%;*/
	/*determinamos una anchura*/
	width:100%;
	/*indicamos que el margen izquierdo, es la mitad de la anchura*/
	/*margin-left:-200px;*/
    /*determinamos una altura*/
	height:100%;
	/*indicamos que el margen superior, es la mitad de la altura*/
	/*margin-top:-150px;*/	   
    padding:5px;

    opacity:0.6;
    filter:alpha(opacity=60); /* IE < 9.0 */

}
div.loading * {
    visibility: hidden;
}
.link {
    font-size: .8em;
    /* color: #444; */
    color: #000 !important;
}
