﻿#input_usuario{
	background:url('../img/inputs/usuario.svg'); 
	background-position: 0 50%; 
	background-repeat:no-repeat; 
	padding-left:30px;  
	border:thin solid #C0C0C0;
}
#input_contrasena{
	background:url('../img/inputs/contrasena.svg'); 
	background-position: 0 50%; 
	background-repeat:no-repeat; 
	padding-left:30px;  
	border:thin solid #C0C0C0;
}
#inputs_table thead{
	border-bottom:thin solid black;
	 
}
#inputs_table thead tr th,#inputs_table tbody tr td{
	text-align:center;
	padding:10px;
}
#caja_sombreada{
	width: 100%;
	padding: 5px;
    background-color: #F4F4F4;
    /*background: #F4F4F4*/
    box-shadow: 0px 0px 5px #3333FF;
}