 body {
        background-color: white;             
        background-attachment: fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        font-family: Arial, Helvetica, sans-serif;
	            
        }
        #pie {
        clear: both;
        text-align: center;
        padding: 20px;
        border-top: 2px solid #999999;
       }
       
        #agrupar {
        position: relative;
	width: 1200px;
	margin: 50px auto 0 auto;
	padding: 10px 0 0 0px;
	
        }
        
        #user{
           padding: 5px;
           border: solid 5px #c9c9c9;
           border-radius: 8px;
           transition: border 0.3s;
           width: 200px;
           height: 40px;
         }
         
       #userfile{
           padding: 5px;
           border: solid 5px #c9c9c9;
           border-radius: 8px;
           transition: border 0.3s;
           width: 400px;
           height: 40px;
         }

         #password{
              padding: 5px;
           border: solid 5px #c9c9c9;
           border-radius: 8px;
           transition: border 0.3s;
           width: 200px;
           height: 40px;
         }
         
        #confirmarPassword{
           padding: 5px;
           border: solid 5px #c9c9c9;
           border-radius: 8px;
           transition: border 0.3s;
           width: 200px;
           height: 40px;
         }
         
        input[type=text]{
           padding: 5px;
           border: solid 5px #c9c9c9;
           border-radius: 8px;
           transition: border 0.3s;
           width: 300px;
           height: 40px;
        }
	
	 input[type=date]{
           padding: 5px;
           border: solid 5px #c9c9c9;
           border-radius: 8px;
           transition: border 0.3s;
           width: 300px;
           height: 40px;
        }

	select{
           padding: 5px;
           border: solid 5px #c9c9c9;
           border-radius: 8px;
           transition: border 0.3s;
           width: 300px;
           height: 40px;
        }
        
       /*input[type=file]{
           padding: 5px;
           border: solid 5px #c9c9c9;
           border-radius: 8px;
           transition: border 0.3s;
           width: 200px;
           height: 40px;
        }*/

        input[type=password]{
           padding: 5px;
           border: solid 5px #c9c9c9;
           border-radius: 8px;
           transition: border 0.3s;
           width: 200px;
           height: 40px;
        }
         input[type=number]{
           padding: 5px;
           border: solid 5px #c9c9c9;
           border-radius: 8px;
           transition: border 0.3s;
           width: 60px;
           height: 40px;
        }
        
        input[type=email]{
           padding: 5px;
           border: solid 5px #c9c9c9;
           border-radius: 8px;
           transition: border 0.3s;
           width: 300px;
           height: 40px;
        }
              
        #generar {
           width: 170px;
           font-size: 18px;
           padding-bottom: 15px;
           padding-top: 25px; 
           display:inline-block;
          }
        
          #producto{
              width: 150px;
              height: 40px; 
              border-radius:8px; 
              font-size: 15px;
              padding: 5px;
              border: solid 5px #c9c9c9;
              border-radius: 8px;
              transition: border 0.3s;
            }
            textarea{
              font-size: 15px;
              padding: 5px;
              border: solid 5px #c9c9c9;
              border-radius: 8px;
              transition: border 0.3s; 
              resize: none;
            }
            
         #direccion{
           padding: 5px;
           border: solid 5px #c9c9c9;
           border-radius: 8px;
           transition: border 0.3s;
           width: 450px;
           height: 80px;
        }
        
        .asterisco{
            font-size: 20px;
            color: black;
        }
              
        p {
            color: black;
            margin: 4px;
            }
        
        h1 {
        font: bold 20px verdana, sans-serif;
        }
        
        h2 {
        font: bold 14px verdana, sans-serif;
        }
        
        #imagen {
        
        background: #FFFBCC;
        border: 1px solid #999999;
        padding: 20px;
        margin-bottom: 15px;
        }
        
        table {
        border: 0px;
        padding: 10px;
        font-family: Arial;
	font-size:15px;
	border-width: 0px;
	
        
        }
        
        table td {
            padding: 8px;
	}
        
        table tr {
            width: 40px;
        }
        a {
            background-color: #008B8B;
            color: black;
        
        }
        #nav a:hover {
        background: #333;
        color: #fff;
        border-radius: 1px; 
        }
        
        #nav a:link,a:visited { 
            border-radius: 40px;
        }
        
        #nav {
        background-color: #008B8B;
        color: black;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        width: 100%;
        position: absolute;
        top: 0;
            
        }
        #check {
        border: solid 5px #c9c9c9;
        display:inline-block;
        width:19px;
        height:19px;
        }
        *{
    font-size: 14px;
    font-family: sans-serif;
}

form.login {
    background: none repeat scroll 0 0 #F1F1F1;
    border: 1px solid #DDDDDD;
    margin: 0 auto;
    padding: 20px;
    width: 450px;
    border: 1px solid grey;
    border-radius: 10px;
}
form.login div {
    margin-bottom: 15px;
    overflow: hidden;
}
form.login div label {
    line-height: 25px;
}
form.login div input[type="text"], form.login div input[type="password"] {
    border: 1px solid #DCDCDC;
    padding: 0px;
}
form.login div input[type="submit"] {
    background: none repeat scroll 0 0 #DEDEDE;
    border: 1px solid #C6C6C6;
    font-weight: bold;
    padding: 4px 20px;
}

form.login div input[type="button"] {
    background: none repeat scroll 0 0 #DEDEDE;
    border: 1px solid #C6C6C6;
    font-weight: bold;
    padding: 4px 20px;
}

form.login div input[type="reset"] {
    background: none repeat scroll 0 0 #DEDEDE;
    border: 1px solid #C6C6C6;
    font-weight: bold;
    padding: 4px 20px;
}
.error{
    color: red;
    font-weight: bold;
    margin: 10px;
    text-align: center;
}


