body {
	margin:0px;
	padding:0px;
	background-image:url("../images/networking.jpg");
	background-position: center;
//	background: transparent radial-gradient(ellipse at center 0px , #7788B7 0%, #1C202A 100%) no-repeat fixed center top
}


.cajalogin {
        width:350px;
        margin:auto;
        margin-top:100px;
        box-shadow: 0px 0px 10px rgba(0,0,0,0.7) !important;
	background-color: rgba(255,255,255,0.7) !important;
}

.caja {
	width:600px;
	margin:auto;
	margin-top:100px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.7) !important;
}

.error {
	color:red;
	font-weight:bold;
}

.separador {
	border-top: 1px solid gray;
	padding-top:10px;
	font-weight: bold;
	text-align: center;
}
