﻿@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
html {overflow-y: scroll; }
body {font-family:'Roboto', sans-serif; font-size:1em; color:dimgray; border:0; padding:0; margin:0; }
select {height:40px; font-size:1em; padding-left:5px; border:1px solid rgb(231,231,231); color:dimgray; background:transparent; 
        text-shadow:none; box-shadow:none;  }
select:-moz-focusring {color: transparent; text-shadow: 0 0 0 #000;}

textarea{font-size:1em; font-family:'Roboto', sans-serif; padding-left:5px; border:1px solid rgb(231,231,231); box-sizing:border-box; color:dimgray;}

input[type=password]{height:40px; font-size:1em; padding-left:5px; border:1px solid rgb(231,231,231); box-sizing:border-box; color:dimgray; }

input[type=text]{height:40px; font-size:1em; padding-left:5px; border:1px solid rgb(231,231,231); box-sizing:border-box; color:dimgray; }
input[type=email]{height:40px; font-size:1em; padding-left:5px; border:1px solid rgb(231,231,231); box-sizing:border-box; color:dimgray; }


input[type=text]:disabled{background-color:rgb(250,250,250); }

input[type=button]{height:40px; font-size:1em; cursor:pointer;}
input[type=submit]{height:40px; font-size:1em; cursor:pointer; padding:0px 10px 0px 10px;}


a{text-decoration:none; color:rgb(0,148,214);}
a:hover{color:dodgerblue; text-decoration:none; cursor:pointer; }

input[type=checkbox], input[type=radio]{vertical-align:middle; height:22px; width:22px;}
label{vertical-align:middle; margin-left:0px;}

hr{border-top-color:transparent; border-bottom-color:rgb(231,231,231); margin:0; padding:0;}

table{}
table td{padding:5px;}
ul{list-style-type:none; padding:0px; }

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:rgb(201,201,201);
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:rgb(201,201,201);
}

::-ms-input-placeholder { /* Microsoft Edge */
  color:rgb(201,201,201);
}

.CssSelImagen { border: 2px dotted rgb(0,148,214); text-align: center; display: block; padding: 10px; background-color: beige; cursor: pointer; color:rgb(0,148,214); }
.CssSelImagen .cssFile { display: none; }

.BotonProcesar{width:150px; background-color:rgb(0,148,214); color:white;}