﻿/**********************************************************************************************
*******************************ESTILOS PARA EL LOGIN******************************************
**********************************************************************************************/
div.div-login 
{
	margin:  50px 0px 0px 50px;
	padding: 10px 0px 0px 10px;
	float:left;
	border-style: none;
	border-width: thin;
	border-color: #CBD1C7;
	width: 50%;
	height: 500px;
	
	
	}
	
#divLogin input[type="text"]
{
	width:250px;
	display:block;
	height: 35px;
	margin:10px 0px 10px 0px;
	font-family:Arial;
	font-style:normal;
	font-size:large;
	
}

input[type="password"]
{
	width:250px;
	display:block;
	height: 35px;
	margin:10px 0px 10px 0px;
	font-family:Arial;
	font-style:normal;
	font-size:large;
	
}


.botones
{
	background-color:#459e00;
    border-style:none; 
    color:White;
    width:90px;
    height:30px;
    cursor:pointer;
    font-family:Arial;
	font-style:normal;
	font-size:large;
}


input[type="button"]:focus, input[type="button"]:hover 
{
	background-color:#61B224;
	}
	

/**********************************************************************************************
*******************************ESTILOS PARA EL LOGIN******************************************
**********************************************************************************************/
#divDatos 
{
	width: 20%;
	float:left;
	padding: 10px 5px 10px 5px;
	}
	
#divContenido 
{
	width: 77%;
	float:left;
	padding: 5px 5px 5px 5px;
	height: auto;
	text-align: center;
	vertical-align: middle;
	border-left-style :solid;
	border-width: thin;
	border-color: Gray;
	margin-bottom:100px;
	}
	
	
	
#divDatosPersonal 
{
	 margin-bottom  : 10px; 
	 width: 100%; 
	 float: left; 
	 border-bottom-style   : solid ; border-bottom-width : thin   ; border-bottom-color : #69B124 ;
	 /*border-top-style   : solid ; border-top-width : thin  ; border-top-color : #69B124 ;*/
	 padding-bottom : .5em;
}

#divDatosPersonal span 
{
	font-family: Arial ;
	font-size : 1.1em;
	color : Gray ;
	font-weight :bold ;
	}
#divHora 
{
	border-bottom-style   : solid ; border-bottom-width : medium   ; border-bottom-color : #69B124 ;
	margin-bottom : .5em;
	}	
		
#divHora label 
{
	font-size : 2em ;
	color : Orange  ;
	
	}
	
label 
{
	font-family: Arial ;
	}	
	
/*span 
{
	font-family: Arial ;
	color : Gray ;
	font-weight :bold ;
	}*/
	

/* ------------------------------------------------------- */
/* Presentar datos en tabla */
.td-text-align-right 
{
	text-align:right;
	}
	
.td-text-align-left 
{
	text-align:left;
	
	}	
	
.td-text-align-center
{
	text-align : center ;
	} 	