﻿.ingresar {
	border: 3px solid #03C;
	background-color:#FFF;
	color:black;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding:5px 5px 5px 5px;

}

.ingresar2{
  width:185px;
  background:#fff;
  margin-bottom:4%;
  border:1px solid #ccc;
  padding:2%;
  padding-left:5px;
  font-family:'Open Sans',sans-serif;
  font-size:95%;
  color:#555;
}

.ingresar3{
  width:185px;
	  background:#fff;
	  margin-bottom:2%;
	  border:1px solid #ccc;
	  padding:1%;
	  padding-left:5px;
	  font-family:'Open Sans',sans-serif;
	  font-size:95%;
	  color:#555;
}
.ingresar33{
  width:500px;
	  background:#fff;
	  margin-bottom:1%;
	  border:1px solid #ccc;
	  padding:1%;
	  padding-top:3px;
	  padding-left:5px;
	  font-family:'Open Sans',sans-serif;
	  font-size:95%;
	  color:#555;
}
.ingresar4{
  width:150px;
  background:#fff;
  margin-bottom:4%;
  border:1px solid #ccc;
  padding:2%;
  padding-left:5px;
  font-family:'Open Sans',sans-serif;
  font-size:95%;
  color:#555;
}
.ingresar5{
  width:80px;
  background:#fff;
  margin-bottom:4%;
  border:1px solid #ccc;
  padding:2%;
  padding-left:5px;
  font-family:'Open Sans',sans-serif;
  font-size:95%;
  color:#555;
}

.ingresar6{
  width:100px;
  background:#fff;
  margin-bottom:4%;
  border:1px solid #ccc;
  padding:2%;
  padding-left:5px;
  font-family:'Open Sans',sans-serif;
  font-size:95%;
  color:#555;
}

.ingresar7{
  width:125px;
  background:#fff;
  margin-bottom:4%;
  border:1px solid #ccc;
  padding:2%;
  padding-left:5px;
  font-family:'Open Sans',sans-serif;
  font-size:95%;
  color:#555;
}
.ingresar8{
  width:50px;
  background:#fff;
  margin-bottom:4%;
  border:1px solid #ccc;
  padding:2%;
  padding-left:5px;
  font-family:'Open Sans',sans-serif;
  font-size:95%;
  color:#555;
}

.ingresar9{
  width:185px;
  height:30px;
  background:#fff;
  border:1px solid #ccc;
  padding-left:5px;
  font-family:'Open Sans',sans-serif;
  font-size:95%;
  color:#555;
}
.ingresar30{
   height:30px;
  background:#fff;
  border:0px solid #ccc;
  padding-left:0px;
  font-family:'Open Sans',sans-serif;
  font-size:95%;
  color:#555;
}



.ingresar10{
  width:300px;
	  background:#fff;
	  margin-bottom:2%;
	  border:1px solid #ccc;
	  padding:1%;
	  padding-left:5px;
	  font-family:'Open Sans',sans-serif;
	  font-size:95%;
	  color:#555;
}

.ingresar11{
  width:500px;
  height:30px;
  background:#fff;
  border:1px solid #ccc;
  padding-left:5px;
  font-family:'Open Sans',sans-serif;
  font-size:95%;
  color:#555;
}
.ingresar51{
  width:140px;
  background:#fff;
  margin-bottom:4%;
  border:1px solid #ccc;
  padding:2%;
  padding-left:5px;
  font-family:'Open Sans',sans-serif;
  font-size:95%;
  color:#555;
}
.ingresar52{
  width:500px;
  background:#fff;
  margin-bottom:4%;
  border:1px solid #ccc;
  padding:2%;
  padding-left:5px;
  font-family:'Open Sans',sans-serif;
  font-size:95%;
  color:#555;
}

#pwd, #n_usuario{
	border: 3px solid black;
	background-color:white;
	color:black;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;

}

.boton3 {
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #db2211) );
	background:-moz-linear-gradient( center top, #f24537 5%, #db2211 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#db2211');
	background-color:#f24537;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #d02718;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:30px;
	line-height:30px;
	width:40px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #810e05;
}
.boton3:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #db2211), color-stop(1, #f24537) );
	background:-moz-linear-gradient( center top, #db2211 5%, #f24537 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#db2211', endColorstr='#f24537');
	background-color:#db2211;
	cursor:pointer;
}.boton3:active {
	position:relative;
	top:1px;
}

.boton4 {
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #db2211) );
	background:-moz-linear-gradient( center top, #f24537 5%, #db2211 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#db2211');
	background-color:#f24537;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #d02718;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:30px;
	line-height:30px;
	width:150px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #810e05;
}
.boton4:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #db2211), color-stop(1, #f24537) );
	background:-moz-linear-gradient( center top, #db2211 5%, #f24537 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#db2211', endColorstr='#f24537');
	background-color:#db2211;
	cursor:pointer;
}.boton4:active {
	position:relative;
	top:1px;
}


.boton5 {
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #db2211) );
	background:-moz-linear-gradient( center top, #f24537 5%, #db2211 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#db2211');
	background-color:#f24537;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #d02718;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:30px;
	line-height:30px;
	width:55px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #810e05;
}
.boton5:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #db2211), color-stop(1, #f24537) );
	background:-moz-linear-gradient( center top, #db2211 5%, #f24537 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#db2211', endColorstr='#f24537');
	background-color:#db2211;
	cursor:pointer;
}.boton5:active {
	position:relative;
	top:1px;
}

.boton6 {
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #db2211) );
	background:-moz-linear-gradient( center top, #f24537 5%, #db2211 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#db2211');
	background-color:#f24537;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #d02718;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:30px;
	line-height:30px;
	width:64px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #810e05;
}
.boton6:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #db2211), color-stop(1, #f24537) );
	background:-moz-linear-gradient( center top, #db2211 5%, #f24537 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#db2211', endColorstr='#f24537');
	background-color:#db2211;
	cursor:pointer;
}.boton6:active {
	position:relative;
	top:1px;
}
.ingresar05{
  width:500px;
  background:#fff;
  margin-bottom:0%;
  border:1px solid #ccc;
  padding:0%;
  padding-left:5px;
  font-family:'Open Sans',sans-serif;
  font-size:100%;
  color:#555;
}




