﻿body, html, form {height: 100%; min-height: 100%; margin: 0; padding: 0; color: #808080; font-size: 14px; font-family: 'Raleway', sans-serif; position:relative; }


a:link, a:visited { color: #575756; text-decoration: none; font-weight: 600; font-family: 'Raleway', sans-serif; }
a:hover { color: black; text-decoration: none; font-weight: 600; } 

a:active { color: #575756; text-decoration: none; font-weight: 600; }
a img { border: none; }
textarea { resize: none; }

select {
}

h1 { color: #DF7319; font-size: 30px; font-family: 'Raleway', sans-serif; text-transform: uppercase;  margin:0px; padding:0px;}
h2 { color: #ffffff; font-size: 30px; font-family: 'Raleway', sans-serif; text-transform: uppercase;   margin: 0; padding: 0; }
h3 { color: #575756; font-size: 14px; font-family: 'Raleway', sans-serif; text-transform: uppercase; margin : 0; padding: 0; }
h4 { color: #575756; font-size: 9px; font-family: 'Raleway', sans-serif; text-transform: uppercase; margin: 0; padding: 0;}
p {color: White; font-size: 13px; font-family: 'Raleway', sans-serif; margin: 0; padding: 0; margin-top: 20px; text-transform: none;}
.dvpage { width: 100%; margin: 0 auto 0 auto; padding: 0; position: relative; padding-top:60px; }
.loginStyle {background-color: Gray; width: 100%; height: 100%;  text-transform:none; font-size:9px;}
.bodyStyle
{
    width: 100%; height:100%;
}

 .header {background-image: url('../images/header_login.png'); width: 100%; height: 150px; margin: auto; position: relative; background-repeat: repeat-x;}
.dvlogo {background-image: url('../images/logo_isonic.png'); width: 200px; height:85px; margin: auto; position: relative;  background-repeat: no-repeat;}
.reloj {background-image: url('../images/reloj_login.png'); height: 300px; width: 500px; margin: auto; position: relative;  background-repeat: no-repeat; margin-left: 100px;}
.clear
{
    clear: both;
    margin-bottom:10px;
    background-color:transparent;
}

.dvcontent { width: 1000px; margin:auto;}

.dvaction { width: 1000px; margin: 0; }

.OtrosDatos {float:left; width: 500px;}

.Borde {border:groove 2px #000000;
-moz-border-radius: 22px;
-webkit-border-radius: 22px;
border-radius: 22px;margin-top: 20px;}

.BordeAccion 
{
    float: left;
    width: 350px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px; 
    padding-top:10px; 
    padding-bottom:10px; 
    margin-top: 20px;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.4);
    -moz-box-shadow:    0px 0px 3px 1px rgba(50, 50, 50, 0.4);
    box-shadow:         0px 0px 3px 1px rgba(50, 50, 50, 0.4);
    background-color:White;
    margin-left: 100px;
   
    height: 350px;
}

.loginlabel
{
    padding-left: 120px;
    padding-top: 20px;
  
}
.loginusuari
{
    padding-left: 50px;
    padding-top: 20px;
}
.Textbox 
{
    width: 250px;
    font-size: 15px;
}

.titulo 
{
 text-align: center;
    float: left;
    width: 500px;
    margin-top: 40px;
   
}

.botonEntrar
{
    width: 250px;
    height: 35px;
    font-weight: bold;
    color: White;
    background-color: #DF7319;
    cursor: pointer;
    border: 1px solid gray;
}
.botonError404
{

    cursor: pointer;
  
}
.botonEntrar:hover
{
    box-shadow: 0px 0px 5px 0px #000000;
}