@charset "utf-8";
/* CSS Document */

* {margin:0; padding:0; box-sizing:border-box; text-decoration:none;}
body {color:#ffffff; font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"; font-size:1em; font-weight:normal; text-align:center; background:url("Lobster_Blanco_4000.jpg") no-repeat fixed; background-size:cover;}
h1 {font-size:48px; margin:45px; text-align:center; color:#ffffff; text-shadow:0 0 5px #1f404c;}
.list {background-color:#FFF8F0; margin:0 auto; border-radius:25px; border:1px dashed #873d1f; padding:25px 10px; clear:both; opacity:.75;}
.list p, .list h2 {padding:15px; text-align:left; color:#873d1f;}
.listline p {border-bottom:1px dotted #FFA43E; border-width:1px; margin-left:25px; margin-right:25px;}
a {color:#b94617; font-weight:bold;}
.linkstext {width:160px; display:block; float:left;}
.linksurl {width:440px; display:block; float:left;}
.three {min-height:250px;}
.nosidepadding {padding:10px 0;}
.disclaimer {margin:200px auto; text-align:center; color:#cdcdcd; text-shadow:0 0 5px #1f404c;}
input[type=text], select, textarea {width:100%; padding:12px; border:1px solid #cccccc; border-radius:10px; box-sizing:border-box; margin-top:6px; margin-bottom:16px; resize:vertical;}
input[type=button], input[type=submit], button, p.nav a {background-color:#465693; color:#ffffff; padding:12px 20px; border:none; border-radius:4px; cursor:pointer;}
button, p.nav a {border:1px solid #ffffff;}
p.nav {padding:25px 0 45px;}
p.nav a {background-color:#fc4f08;}
p.nav a:hover {background-color:#e45920;}
blockquote {border:1px solid #cccccc; margin:10px auto; background-color:#DEDEDE; width:80%;}
.list blockquote p {color:#333333; font-family:Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace"; font-size:0.75em;}
.list p.center {text-align:center;}
h4 {color:#ffffff; text-shadow:0 0 5px #031147;}
.star {color:#FFA43E; font-weight:bold;}
.cols {columns:100px 3; width:33%;}
.listline {width:90% !important;}
.slim {max-width:640px;}
.padsides {padding-left:15px; padding-right:15px;}
.glow {-webkit-animation: glow 1s ease-in-out infinite alternate; -moz-animation: glow 1s ease-in-out infinite alternate; animation: glow 1s ease-in-out infinite alternate; -webkit-text-stroke: 2px #B7C2D4;}
@-webkit-keyframes glow {
  from {text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #7B98C8, 0 0 50px #7B98C8, 0 0 60px #7B98C8, 0 0 70px #7B98C8;}
  to {text-shadow: 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff, 0 0 50px #7B98C8, 0 0 60px #7B98C8, 0 0 70px #7B98C8, 0 0 80px #7B98C8;}
}
