@charset "utf-8";
/*********************************************************************************
**********************************************************************************
             COMISION DE DERECHOS HUMANOS DEL ESTADO DE MEXICO
        		  DEPARTAMENTO DE DESARROLLO DE SISTEMAS
				           UNIDAD DE INFORMATICA
**********************************************************************************
*********************************************************************************/

#contenedor_login
{
	margin:50px auto;
	width:640px;
	/*border:1px solid;*/
}

#contenedor_msg
{
	margin:10px auto;
	width:840px;
	/*border:1px solid;*/
}

#login
{
	position:relative;
	margin:0 auto;
	padding:20px 20px 20px 20px;
	width:410px;
	border:1px solid #cfcfcf;
	/*-moz-box-shadow:rgba(67,67,67,1) 0px 5px 10px;
	-webkit-box-shadow:rgba(88,88,88,0.2) 0px 5px px;
	box-shadow:rgba(88,88,88,0.2) 0px 5px 7px;*/
}

#msg
{
	position:relative;
	margin:0 auto;
	padding:20px 20px 20px 20px;
	width:810px;
	border:1px solid #cfcfcf;
	/*-moz-box-shadow:rgba(67,67,67,1) 0px 5px 10px;
	-webkit-box-shadow:rgba(88,88,88,0.2) 0px 5px px;
	box-shadow:rgba(88,88,88,0.2) 0px 5px 7px;*/
}

#login p.submit
{
	text-align:center;
}

#login:before {
  content: '';
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  z-index: -1;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}

#login h1 {
  margin: -20px -20px 21px;
  line-height: 40px;
  font-size: 15px;
  font-weight: bold;
  color: #36783b;
  text-align: center;
  text-shadow: 0 1px white;
  background: #f3f3f3;
  border-bottom: 1px solid #cfcfcf;
  border-radius: 3px 3px 0 0;
  /*background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
  background-image: linear-gradient(to bottom, whiteffd, #eef2f5);*/
  -webkit-box-shadow: 0 1px whitesmoke;
  box-shadow: 0 1px whitesmoke;
  text-transform:uppercase;
}

#login p {
  margin: 20px 0 0;
}

#login p:first-child {
  margin-top: 0px;
}

#login input[type=text], #login input[type=password] {
  width: 258px;
}

input {
  font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
  font-size: 14px;
}

input[type=text]{
  margin: 5px;
  padding: 0 10px;
  padding-left:30px;
  width: 200px;
  height: 34px;
  color: #404040;
  background: white url(../IMAGENES/usu_1.fw.png) no-repeat;
  border: 1px solid;
  border-color: #c4c4c4 #d1d1d1 #d4d4d4;
  border-radius: 2px;
  outline: 5px solid #f3f3f3;
  -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=password] {
  margin: 5px;
  padding: 0 10px;
  padding-left:30px;
  width: 200px;
  height: 34px;
  color: #404040;
  background: white url(../IMAGENES/key_1.fw.png) no-repeat;
  border: 1px solid;
  border-color: #c4c4c4 #d1d1d1 #d4d4d4;
  border-radius: 2px;
  outline: 5px solid #f3f3f3;
  -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: #cfcfcf;
  outline-color: #9ed2d8;
  outline-offset: 0;
  background-color:white;
}

input[type=submit] {
  padding: 0 18px;
  height: 29px;
  font-size: 12px;
  font-weight: bold;
  color:#595959;
  text-shadow: 0 1px #e3f1f1;
  background: #ebebeb;
  border: 1px solid;
  border-color: #b4ccc0 #b4ccc0 #b4ccc0;
  border-radius: 6px;
  outline: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: -webkit-linear-gradient(top, #ebebeb, #cfcfcf);
  background-image: -moz-linear-gradient(top, #ebebeb, #cfcfcf);
  background-image: -o-linear-gradient(top, #ebebeb, #cfcfcf);
  background-image: linear-gradient(to bottom, #ebebeb, #cfcfcf);
  -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
}

input[type=submit]:active {
  background: #cfcfcf;
  border-color: #9ed2d8;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  color:#595959;
}

.error-message,label.error
{
	font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
	font-weight:bold;
    border: 1px dotted #999;
	border-left:3px solid #F00;
    margin:5px 5px;
    padding:10px 5px 10px 5px;
    /*background-repeat: no-repeat;
    background-position: 10px center;
	background:url(../IMAGENES/error.png) 10px center no-repeat;*/
    position:absolute;
	width:210px;
	height:14px;
	color: #424242;
    background-color:#ebebeb;
}

#error
{
	color:#F00;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:-24px;
	text-align:center;
	text-transform:uppercase;
}