﻿body 
{
	height:100%;
	width:100%;
	font-family:Arial;
	font-size:1em;
	padding-top:0%;
	margin-top: -1px;
	 margin-bottom:-1px;
	 margin-right:-1px;
	 margin-left:-1px;
	 border-style:solid;
	border-color:White;
	cursor:default
	/*border-style:solid;
	border-color:Gray;*/
			
}

 #Image2
{
	width:12%;
	margin-left:73%;
	padding: 0% 0% 0% 0%;
	/*border-style:solid;
	border-color:Gray*/
	
}
#encabezado
{
	margin-top:0%;	
	margin-left:10%;
	background-color:White;
	height: 175px;
	width:80%;
	height:24%;
	border-bottom-color:Gray;
	border-bottom-style:solid;
	border-bottom-width:thin;
	/*border-style:solid;
	border-color:Gray*/
	
}

#login
{
	margin-left:10%;
	padding-top:5%;
	padding-bottom:5%;
	margin-bottom:15.85%;	
	width:80%;		
	border-bottom-color:Gray;
	border-bottom-style:solid;
	border-bottom-width:thin;
	/*border-color:Gray;
	border-style:solid;
	border-width:thin;*/
		
}

/*#datos
{
	width:40%;
	margin-left:30%;
	border-color:Gray;
	border-style:solid;
	border-width:thin;
		
}*/

#TextBox1,#TextBox2
{
	width:20%;
   padding:  12px 12px;
    margin: 8px 0;
    box-sizing: border-box;
    font-size:medium;
    margin-left:40%
}

#Label1,#Label2
{
	margin-left:40%;
	border-color:Gray;
	/*border-style:solid;
	border-width:thin;*/
}

#Label3
{
		margin-left:10%;
		border-color:Gray;
	/*border-style:solid;
	border-width:thin;*/
}

#Button1
{
 background-color: #e2e9f1;
    border: none;
    color: Black;
    padding: 16px 32px;
    font-family:Arial;
    font-size:1em;
    text-decoration: none;
    margin: 4px 2px;
    cursor:default;
    margin-left:70%;
    border-radius: 6px;
		border-radius: 15px 10px; 
}

.Button1
{
 background-color: #e2e9f1;
    border: none;
    color: Black;
    padding: 16px 32px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: default;
    margin-left:70%;
    border-radius: 6px;
		border-radius: 15px 10px; 
	
}

.Button1:hover {background-color:#7c95b8; color:White; cursor:default}

#Button1:hover {background-color:#7c95b8; color:White; cursor:default}
