/*body{
	background-image: url(../img/Halloween-pumpkin-dark.jpg);
	color: white;
}*/

fieldset{
	border-radius: 6px;
	margin: 0px 30px 10px 0px;
	box-shadow:0 0 10px #999;
}

legend, h2{
	font-size: 25px;
	background: #fff;
	text-shadow: -1px -1px 1px #000, 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000;
	color: white;
	text-decoration: none;
}

td a
{   
	display: block;
	height: 100%;
	width: 100%;
	text-shadow: -1px -1px 1px #000, 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000;
	color: white;
	text-decoration: none;
}

input[type="number"] {
    position: relative;
    margin:0px 0px 0px 40px; 
    width: 40px;
    padding: 3px;
    border-radius: 8px;
    border-color: #BBB #ECECEC #ECECEC #BBB;
}

textarea{
	display: block;
	border-radius: 6px;
	width: 390px;
	height: 300px;
	border: 2px solid #cccccc;
	padding: 5px;
}

input[type="text"] {
	padding: 0px 0px 1px 2px;
}

a:link{	
	/*font-size: 19.5px;*/
	text-decoration: none;
}

a:visited { 
text-decoration: none;
}

td{
	padding: 5px;
	margin: -1px;
}

td:hover{
	color: white;
	background: #81F781;
}

.upload{

	margin: 30px 200px 0px 0px;
}

.head{
	text-align: right;
	margin-bottom: 30px;
}

.menu{
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	background: #3d60eb;
	margin-bottom: 10px;
}

.login{
	width: 300px;
	margin: 0 auto;
	/*text-align: center;
	padding-left: 300px;*/
}

.datos{
	margin: 15px 0px 35px 0px;
}

.logout_btn {
	margin-right: 8px;
	background-color:#3d60eb;
	border:1px solid #3d60eb;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:14px;
	padding:10px 25px;
	text-decoration:none;
	text-shadow:0px 1px 0px #3d768a;
}

.logout_btn:hover{
	color: #A9D0F5;
}

.deptos_btn {
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
	margin: 20px 1px 0px 70px;
	border-radius:10px;
	border:1px solid #337fed;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:20px;
	font-weight:bold;
	padding:5px 20px;
	text-decoration:none;
	text-shadow:0px 1px 0px #1570cd;
}
.deptos_btn:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6));
	background-color:#1e62d0;
}

.mapa{
	margin: 0px 0px 0px 7px;
	font-style: italic;  
	font-size: 15px;
	color: black;
}

.mapa:hover{
	color: black;
}

.prueba{
	color: white;
	display: none;

}

.emp_form{
	text-align: right;
	float: right;
	height: 19px; 
    width: 175px; 
    background-color: transparent;  
    border-style: solid;  
    border-width: 0px 0px 1px 0px;  
    border-color: darkred; 
    outline:0;
}

.usuario, .pass{
	margin: 0px 0px 0px 33px;
	-moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
    line-height: 19px;
	border: 1px solid #CCC;
    border-right: 1px solid #FFF;
    display: inline-block;
	padding: 5px;
	background: #EEE;
}

.usuario_input {
	border-color: #81BEF7;
	-moz-border-radius: 0px 25px 5px 0px;
    -webkit-border-radius: 0px 25px 5px 0px;
	border-radius: 0px 25px 5px 0px;
	height: 22px;
    line-height: 24px;
    margin: 0 0px 0px -5px;
    outline: none;
    padding: 3px 3px 0px 0px;
    width: 150px;
}

.pass_input {
	border-color: #81BEF7;
	-moz-border-radius: 0px 5px 25px 0px;
    -webkit-border-radius: 0px 5px 25px 0px;
	border-radius: 0px 5px 25px 0px;
	height: 22px;
    line-height: 24px;
    margin: 0 8px 0 -5px;
    outline: none;
    padding: 3px 3px 0px 0px;
    width: 130px;
}

.usuario_input:focus, .pass_input:focus{
	border-color: #58ACFA;
	box-shadow: 3px 3px 0px 0px #3d768a;
}

.tabla{
	float: left;
	margin-top: 20px;
}

.tabla_css{
	border-radius: 3px;
	border-spacing: 1px;
	margin: 10px 10px 10px 10px;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid black;
}

.tabla_css td{
	vertical-align:middle;	
	border: solid black;
	border-width:1px 1px 1px 1px;
	text-align:center;
	font-family:Arial;
	color:#000000;
}

.tabla_css tr:nth-child(odd){

	background-color:#56aaff; 
}
.tabla_css tr:nth-child(even){

	background-color:#ffffff; 
}

.tabla_css tr:first-child td{
	background-color:#007fff;
	text-align:center;
	border-width:1px 1px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}

.btn_agraga{
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
	margin: 20px 1px 20px 100px;
	border-radius:10px;
	border:1px solid #337fed;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:20px;
	font-weight:bold;
	padding:5px 20px;
	text-decoration:none;
	text-shadow:0px 1px 0px #1570cd;
}

.btn_agraga:hover{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6));
	background-color:#1e62d0;
}

.contenido {
	float:left;
	margin: 20px 0px 0px 200px;
}

.boton{
	margin: 5px;
}

.botonbuscar{
  font-size: 20px;
	padding: 5px;
	border-radius: 10px;
	background-color:#79bbff;
	margin: 3px;
	text-align: center;
}

.botonbuscar a{
	color: white;
	text-decoration: none;
}

.botonbuscar:hover{
	background-color:#60aadd;
}


.cont_tablas{
	float: left;
}

.energias{
	float: left;
	margin-left: 20px;
}

.deptos a{
	text-shadow: -1px -1px 1px #000, 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000;
	font-size: 15px;
	color: white;
	text-decoration: none;
}

.maquinas a{
	text-shadow: -1px -1px 1px #000, 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000;
	color: #A9E2F3;
	text-decoration: none; 
}

.agrega{
	color: black; 
}

.agrega:hover{
	WIDTH:35px;
    HEIGHT:35px;
}
/******************************************/
