body{
	background-image:url(../img/Sys/bgin.png?v=2); background-repeat:repeat-x;
	
	}
.content{margin:0 auto;width:260px;text-align:center;
     border: 1px solid #a1a1a1;
    padding: 10px 40px; 
    background: #f7f7f7;
    width: 300px;
    border-radius: 10px; margin-top:5%;
	 }
input {
  font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
  font-size: 14px;
}

input[type=text], input[type=password] {
  margin: 5px;
  padding: 0 10px;
  width: 200px;
  height: 34px;
  color: #404040;
  background: white;
  border: 1px solid;
  border-color: #c4c4c4 #d1d1d1 #d4d4d4;
  border-radius: 2px;
  outline: 5px solid #eff4f7;
  -moz-outline-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}
input[type=text]:focus, input[type=password]:focus {
  border-color: #800000;
  outline-color: #E0E0E0;
  outline-offset: 0;
}

.lt-ie9 input[type=text], .lt-ie9 input[type=password] {
  line-height: 34px;
}
.enviar {
    color: #FFF;
    font-size: 18px;
    width: 100%;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a90329+0,8f0222+44,6d0019+100;Brown+Red+3D */
    background: #a90329; /* Old browsers */
    background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
}
        #logo {
            float: left;
        }
	#dif{ float:right;}
	
	#abajo{
	color: #ffffff; background-color: #fff; text-align:left; vertical-align:text-top ; padding:0px; height:60px ; background-image: url(../img/Sys/BackBott.png); background-repeat: no-repeat;   position: fixed;
    bottom: 0;
    width: 100%;
	}
.grdRojo {
    background: #a90329;
    background: -moz-linear-gradient(top,#a90329 0,#8f0222 44%,#6d0019 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#a90329),color-stop(44%,#8f0222),color-stop(100%,#6d0019));
    background: -webkit-linear-gradient(top,#a90329 0,#8f0222 44%,#6d0019 100%);
    background: -o-linear-gradient(top,#a90329 0,#8f0222 44%,#6d0019 100%);
    background: -ms-linear-gradient(top,#a90329 0,#8f0222 44%,#6d0019 100%);
    background: linear-gradient(to bottom,#a90329 0,#8f0222 44%,#6d0019 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019', GradientType=0 );
    color: #FFF
}