
*{
    padding: 0;
    margin:0;

}

html {
    height: 100%
}

body{
    /* height: 100%; */
    /* font-family: 'Arimo'; */
    /* background-position: center,center;
    background-repeat: no-repeat;
    background-image: url('../imagenes/fondo/fondo_registrahoras01.jpg');
    background-attachment:fixed;
    background-size: cover; */
    margin: 0 auto;
    /* background-color: white; */
}

.ir-arriba {
	cursor:pointer;
	position: fixed;
	bottom:100px;
	right:20px;
    z-index: 3;
}


.fondoNegro80{
    background: transparent url('../imagenes/fondo/fondoNegro80.png') center center repeat;
}

.fondoNegro50{
    background: transparent url('../imagenes/fondo/fondonegro50.png') center center repeat;
}

.fondoBlanco50{
    background: transparent url('../imagenes/fondo/fondoBlanco50.png') center center repeat;
}

.fondoBlanco70{
    background: transparent url('../imagenes/fondo/fondoBlanco70.png') center center repeat;
}


#divFondoImagenWeb{
    background-position: center,center;
    background-repeat: no-repeat;

    /* background-attachment:fixed; */
    background-size: cover;



    /* opacity: 0.3; */
}


#divImagenFondoRegistraHoras{
    z-index: -1;
}





a:link{
    text-decoration:none;

}

a:visited{
    text-decoration:none;

}

a:hover{
    text-decoration:none;

}

a:active{
    text-decoration:none;

}


#imagenLogoCuerpo1,#imagenLogoCuerpo2{
    z-index: -1;
}





/* ********************************************************************************** */
/* **********************PANTALLAS DE M�?S DE 300px************************ */

@media screen and (min-width:300px){




}

/* **********PANTALLAS DE  400px******************************************* */

@media screen and (min-width:400px){

}

/* **********PANTALLAS DE M�?S DE 600px************** */
@media screen and (min-width:600px){


}


/* **********PANTALLAS DE M�?S DE 800px************** */
@media screen and (min-width:800px){

    #calendarioEventos {
    	/* cursor:pointer; */

        /* z-index: 2; */
    }



}

/* **********PANTALLAS DE M�?S DE 1024px************** */
@media screen and (min-width:1024px){






}

/* **********PANTALLAS DE M�?S DE 1200px************** */
@media screen and (min-width:1200px){




}
