# Empty CSS file for your own CSS
.myForeground{
  z-index: 100;
}

.form_caja {

    width: auto;;
    padding-top: 8px;
    padding-bottom: 15px;
    margin: 0 auto 200px auto;
    background-color: #446bb3;
     border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    color: #446bb3;
    padding:10px;
	 box-shadow: 20px 31px 31px -2px rgba(0,0,0,0.50);
}
table { color : #443;}
thead { background-color: #446bb3  ; color : #fff; font: bold 14px verdana; padding:4px; line-height:30px;}
tbody tr:nth-child(even) {background: #CCC;
}
tbody tr:nth-child(odd) {background: #FFF}
 h3{
  font-family: 'Shadows Into Light', cursive;
 }
p{
  font-family: 'Shadows Into Light', cursive;
}
#brand-image
{
  height: 25px;
}
