/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 7/02/2014, 02:25:01 PM
    Author     : Henry
*/

a{
    text-decoration: #FFF;
    color: #FFF;  
}

a:hover{
    text-decoration: #FFF;
    color: #FFF;  
}


table{
	width: 300px;
    height: auto;
    background-color: #839192;
    opacity: 0.88;
    color: #FFF;
    border-radius: 10px;
    position: fixed;
    text-align: center;
    /*font-size: 20px;*/
    padding: 20px;
}

h1{
    font-size: 24px;
    font-family: sans-serif;
}

th{
    font-family: sans-serif;
}

tr td:hover{
    background-color: #839192;
    opacity: 0.7;
    color: #FFF;
    border-radius: 5px;
}

td {
    font-family: sans-serif;
}

#fondo{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.boton1{ 
background:-moz-linear-gradient(#f9f9f9 0%,#DADADA 100%);
background:-ms-linear-gradient(#f9f9f9 0%,#DADADA 100%); 
background:-o-linear-gradient(#f9f9f9 0%,#DADADA 100%); 
background:-webkit-linear-gradient(#f9f9f9 0%,#DADADA 100%); 
background:linear-gradient(#f9f9f9 0%,#DADADA 100%);
border:solid 1px #DEDEDE; 
border-radius:5px;
text-align:center;
padding:5px; 
color:#000; 
width:125px; 
height: 50px;
} 
.boton1:hover{
background:-moz-linear-gradient(#fff 0%,#DEDEDE 100%);
color:#006699; 
cursor: pointer;
}

input{
    cursor: pointer;
}
