@charset "utf-8";
/* CSS Document */

body {
	background-color:#fff;
	}
	
.image{
	width:270px;
	height:60px;
    z-index: 1;
	background-repeat:no-repeat;
	}
	
#volver{
	background-image:url(/finanzas/image/egresos/volver.png);
	position:absolute;
	top:115px;
	left:10px;
	width:50px;
	height:50px;
    z-index: 1;		
	}	
#volver:hover {
	background-image:url(../image/volver_hover.png);
	}	
	
#linea1{	
	background-image:url(/finanzas/image/egresos/cheques.png);
	position:absolute;
	top:130px;
	left:350px;
	width:260px;
	height:60px;
	}	
#linea1:hover {
	background-image:url(/finanzas/image/egresos/cheques_hover.png);
	}
#linea2{	
	background-image:url(/finanzas/image/egresos/decpagos.png);
	position:absolute;
	top:183px;
	left:379px;
	width:250px;
	height:60px;
	}	
#linea2:hover {
	background-image:url(/finanzas/image/egresos/decpagos_hover.png);
	}
#linea3{	
	background-image:url(/finanzas/image/egresos/honorarios.png);
	position:absolute;
	top:236px;
	left:350px;
	width:260px;
	height:60px;
	}	
#linea3:hover {
	background-image:url(/finanzas/image/egresos/honorarios_hover.png);
	}
#linea4{	
	background-image:url(/finanzas/image/egresos/servbasico.png);
	position:absolute;
	top:289px;
	left:379px;
	width:260px;
	height:60px;
	}	
#linea4:hover {
	background-image:url(/finanzas/image/egresos/servbasico_hover.png);
	}
.centrar {
	border-radius: 3px;
	border-style: solid;
	border-width: 1px 1px 0px 1px;
	border-color:#60CCD5;
	background-image:url(/finanzas/image/egresos/front_egresos.png);
    position: absolute;
    top: 25%;
    left: 45%;
    width: 850px;
    height: 500px;
    margin-left: -320px;
    margin-top: -60px;
    font-size: 24px;
}		