header{
	width: 400px;
	margin: 75px auto;
	
}

header img{

    width: 100%;
    margin: 0 auto;
}

html,body{
	background-color: rgb(219, 219, 219);

}
#map-canvas { 
	width: 1000px; 
	height: 300px; 
	display:none; 
	margin: 10px auto; 
	border:1px solid rgba(144,144,144,1); 
	border-radius:5px;
}

#panel-user{
	display:block;
	margin: 10px;
	padding: 5px;
	background-color: rgba(165,250,222,0.5);
	border-radius: 4px;
	border: 1px dashed rgba(165,250,222,1);
}

/*  login multi boxes*/

#login{
   /* background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
    background-image: -webkit-linear-gradient(top, #fff, #eee);
    background-image: -moz-linear-gradient(top, #fff, #eee);
    background-image: -ms-linear-gradient(top, #fff, #eee);
    background-image: -o-linear-gradient(top, #fff, #eee);
    background-image: linear-gradient(top, #fff, #eee);  */
    height: 240px;
    width: 400px;
    margin: 0 auto;
    padding: 30px;
   
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    /*-webkit-box-shadow:
          0 0 2px rgba(0, 0, 0, 0.2),
          0 1px 1px rgba(0, 0, 0, .2),
          0 3px 0 #fff,
          0 4px 0 rgba(0, 0, 0, .2),
          0 6px 0 #fff,
          0 7px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow:
          0 0 2px rgba(0, 0, 0, 0.2),
          1px 1px   0 rgba(0,   0,   0,   .1),
          3px 3px   0 rgba(255, 255, 255, 1),
          4px 4px   0 rgba(0,   0,   0,   .1),
          6px 6px   0 rgba(255, 255, 255, 1),
          7px 7px   0 rgba(0,   0,   0,   .1);
    box-shadow:
          0 0 2px rgba(0, 0, 0, 0.2),
          0 1px 1px rgba(0, 0, 0, .2),
          0 3px 0 #fff,
          0 4px 0 rgba(0, 0, 0, .2),
          0 6px 0 #fff,
          0 7px 0 rgba(0, 0, 0, .2);*/
}



fieldset{
    border: 0;
    padding: 0;
    margin: 0;
}

/*--------------------*/

#inputs input{
    background: #f1f1f1 url('../imagenes/login-sprite.png') no-repeat;
    padding: 15px 15px 15px 30px;
    margin: 0 0 10px 0;
    width: 353px;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
}

#user{
    background-position: 5px -2px !important;
}

#pass{
    background-position: 5px -52px !important;
}

#inputs input:focus{
    background-color: #fff;
    border-color: #94e590;
    outline: none;
    -moz-box-shadow: 0 0 0 1px #e8c291 inset;
    -webkit-box-shadow: 0 0 0 1px #e8c291 inset;
    box-shadow: 0 0 0 1px #e8c291 inset;
}

/*--------------------*/
.actions{
    margin: 25px 0 0 0;
}

.actions a{
    text-decoration: none;
    color: #646464;
}

.alingn-to-bottom{
    bottom: 0;
    padding-bottom: 15px;
    padding-right: 15px;
    position: absolute;
    right: 0;
}

.submit{		
    /*background: #b6e026; !* Old browsers *!
	background: -moz-linear-gradient(top,  #b6e026 0%, #abdc28 100%); !* FF3.6+ *!
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6e026), color-stop(100%,#abdc28)); !* Chrome,Safari4+ *!
	background: -webkit-linear-gradient(top,  #b6e026 0%,#abdc28 100%); !* Chrome10+,Safari5.1+ *!
	background: -o-linear-gradient(top,  #b6e026 0%,#abdc28 100%); !* Opera 11.10+ *!
	background: -ms-linear-gradient(top,  #b6e026 0%,#abdc28 100%); !* IE10+ *!
	background: linear-gradient(to bottom,  #b6e026 0%,#abdc28 100%); !* W3C *!
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6e026', endColorstr='#abdc28',GradientType=0 ); !* IE6-9 *!*/
    
    background-color: #0D98FB;
    border-width: 1px;
    border-style: solid;
    /*border-color: #d69e31 #e3a037 #d5982d #e3a037;*/
	/*border-color: #53d330 #68e238 #2ed33f #44e238;*/

   
    height: 35px;
    margin-left: 5px;
	margin-top: 10px;
    width: 100%;
	
    cursor: pointer;
    font: bold 15px Arial, Helvetica;
    color: #ffffff;
}

#submit:hover,#submit:focus{		
	background: #abdc28; /* Old browsers */
	background: -moz-linear-gradient(top,  #abdc28 0%, #b6e026 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, 	color-stop(0%,#abdc28), color-stop(100%,#b6e026)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #abdc28 0%,#b6e026 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #abdc28 0%,#b6e026 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #abdc28 0%,#b6e026 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #abdc28 0%,#b6e026 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#abdc28', endColorstr='#b6e026',GradientType=0 ); /* IE6-9 */

}	

#submit:active{		
    outline: none;
   
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
     -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
     box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;		
}

#submit::-moz-focus-inner{
  border: none;
}

#actions a{
    color: #3151A2;    
    float: right;
    line-height: 35px;
    margin-left: 10px;
}

/*--------------------*/

#back{
    display: block;
    text-align: center;
    position: relative;
    top: 60px;
    color: #999;
}


/*---------- Menu -----------*/

#encaMenu{
	width: auto;
	margin: 0 auto;
	box-shadow: 0 0 1px rgba(0,0,0,1);
	/*border-radius: 3px 3px 0 0;*/
	border: 1px solid rgba(65,233,90,1);
	border-bottom: none;
	text-align:center;
	border-radius: 4px;
	background-color:#25D121;
	
	/********Gradient**********/
	
	
	
}
#contenedor{
	width: 100%;
    height: 100%;
	padding: 10px;
	/*margin: 0 auto;*/
	box-shadow: 0 0 1px rgba(0,0,0,3);
	border: 1px solid rgba(216,216,216,1);
	border-radius: 7px;
	background-color: rgb(255,255,255);
	
	
	/*
	-webkit-transition-property: height, width;
    -webkit-transition-duration: 1s;*/
}


.content-bock{

    width: 100%;
    height: 100%;

    background-color: #333333;

}

#fieldpromo{
	border:1px solid #6C6;
	text-align:right;
	width:250px;
	padding: 5px;
	display: inline-block;
	border-radius: 5px
}

#fieldpromo input, select{
	margin: 5px;
	padding:5px;
	border: 1px solid #9DF894;
	border-radius: 5px;
	
}

#fieldBoton{
	text-align:center;
	width:250px;
}



article{
	width: 300px;
	display: inline-block;
}


#legend1{
	text-align:center;
	font-weight: bold;
	font-size: 18px;
	color:#20891B;
	text-shadow: 1px 1px 1px rgba(0,0,0,1);
	
}

.block-size{
    height: 98%;
}
	
