@import url('https://fonts.googleapis.com/css?family=Orbitron');

body{
	background-image: url("images/v01_pixel-18.jpg");
    background-repeat: repeat;
}
input[type=text]{
	border-radius: 6px;
}
input[type=password]{
	border-radius: 6px;
}
input[type=email]{
	border-radius: 6px;
}
input[type=number]{
	border-radius: 6px;
}
input[type=tel]{
	border-radius: 6px;
}
input[type=date]{
	border-radius: 8px;
}
input[type=text]:focus {
    background-color: lightblue;
}
input[type=email]:focus {
    background-color: lightblue;
}
input[type=password]:focus {
    background-color: lightblue;
}
input[type=number]:focus {
    background-color: lightblue;
}
input[type=tel]:focus {
    background-color: lightblue;
}
img{
	padding: 25px;
}
form{
	padding: 15px;
}
h1{
	font-family: 'Orbitron', sans-serif;
	text-align: center;
	color: #102951;
}
h3{
	margin-left: 10%;
}
a{
	text-decoration: none;
	color: black;
}
textarea #note {
	margin: 0px;
	width: 600px;
	height: 120px;
	resize: none;
	border-radius: 6px;
}


.divLogIn{
	display: table;
	margin: 0px auto;
	vertical-align: middle;
}
.TableLogIn{
	width: auto;
    height: auto;
	padding: 15px;
	background-color: #e6e6ff;
	border-radius: 12px;
}
.TableLogIn td{
	padding: 5px;
}
.mal{
	margin: auto;
	height: auto;
	width:50%;
	background-color: red;
	color: white;
	text-align: center;
	padding: 15px;
}
.bien{
	margin: auto;
	height: auto;
	width:50%;
	background-color: green;
	color: white;
	text-align: center;
	padding: 15px;
}
.advertencia{
	margin: auto;
	height: auto;
	width:50%;
	background-color: #dbe251;
	color: white;
	text-align: center;
	padding: 15px;
}
.ListaElementos{
	padding: 15px;
	margin: auto;
}
.ListaElementos th{
	background-color: #182fbf;
	color: white;
	padding-bottom: 3px;
	padding-top: 3px;
	border-style: solid;
	border-color: grey;
	border-width: 2px;
	border-radius: 4px;
}
.ListaElementos td{
	padding: 3px;
	text-align: center;
}
.ListaElementos tr{
		background: #dcdfe5;
}
.ListaElementos tr:nth-child(odd){
	background: white;
}
.agregarIcono{
	margin-left: 10%;
	float:left;
	vertical-align:middle;
}
.imgIcono{
	padding: 0px;
	padding-left: 3px;
	height: 15px;
}
.optionsList{
	background: white;

}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 1s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
.compatimento{
	background: #6d7075;
	color: white;
	margin: 1px;
	padding: 2px;
	border-width: 1px;
	border-style: solid;
	border-color: black;
}
.compatimento a{
	margin-bottom: 4px;
	padding-left: 2px;
	padding-right: 2px;
	vertical-align: middle;
	border-width: 1px;
	border-style: solid;
	border-color: black;
}
.compatimento a:hover{
	background: black;
	color: white;
}
