/* 
Theme Name: Combo
Version: 1.0
Design Name: Gran Combo (850px)
Description: Una columna principal, un sidebar
Author: Gran Combo Club
Author URI: http://grancomboclub.com
*/

body {
  background-color: #708090;
  margin: 0;
  }
  
img {
  border: 0;
  }
 
object, embed {
  display: block;
  margin-left: auto;
  margin-right: auto;
  }

#table {
  width: 1200px;
  background-color: #FFFFFF;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  padding: 0;
  }
  
#lista {
  background-color: #003F6A;
  text-align: right;
  font-family: arial, sans-serif;
  font-size: 8pt;
  text-transform: uppercase;
  }

#lista a {
  color: #FFFFFF;
  text-decoration: none;
  }
  
#lista ul, #lista li {
  display: inline;
  list-style: none;
  margin: 0;
  padding-right: 10px;
  }
  
  
#lista a:hover {
  border-bottom: 3px solid #E3CF58;
  }

#header {
  width: 1200px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 20px;
  background-color: #003F6A;
  }

#header img {
  padding-left: 10px;
  }
  
#mark {
  display: none;
  }

#main {
  width: 950px;
  float: left;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  }
  
#title a, #title h1, #title h2, #title h3 {
  font-weight: lighter;
  font-size: 18pt;
  font-family: arial, sans-serif;
  color: #003F6A;
  text-decoration: none;
  margin: 0;
  }
  
#post, #comments {
  line-height: 1.75em;
  font-weight: lighter;
  text-align: justify;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 12pt;
  }

#post img {
  border: 0;
  max-width: 900px;
/*  display: block;
  margin-left: auto;
  margin-right: auto;*/
  }

.goto a {
  text-transform: uppercase;
  }

#post a, .goto a, #comments a {
  color: #003F6A;
  text-decoration: underline;
  }

#post a:hover, .goto a:hover, #comments a {
  color: #003F6A;
  text-decoration: underline;
  }

#post strong {
  font-weight: bold;
  }

#post blockquote {
  font-style: italic;
  }

.fuga {
  margin-bottom: 20px;
  }

#sidebar {
  width: 200px;
  float: right;
  font-family: Georgia;
  font-weight: lighter;
  font-size: 10pt;
  }
.search {
  margin-left: auto;
  margin-right: auto;
  /*text-align: center;*/
  padding: 0;
  }
.search h4, #searchform, #searchsubmit {
  display: inline;
  margin-bottom: 40px;
  }
.box {
  width: 110px;
  float: left;
  }

#sidebar h4 {
  text-transform: uppercase;
  font-weight: lighter;
  }
  
#sidebar a {
  color: #336699;
  text-decoration: none;
  }  

#sidebar a:hover {
  color: #195999;
  text-decoration: underline;
  }  

#sidebar ul, #sidebar li {
  font-size: 8pt;
  list-style: none;
  list-style-type: none;
  font-weight: lighter;
  margin: 0;
  padding: 0;
  }

#s {
  width: 100px;
  }
  
#footer {
  clear: both;
  padding-top: 30px;
  padding-left: 30px;
  width: 750px;
  font-size: 10pt;
  font-style: italic;
  }

.alignleft {
  float: left;
  padding: 3px;
  border: #ccc 1px solid;
  margin-bottom: 5px; 
  margin-right: 15px;
  text-decoration: none;
  }
.alignright {
  float: right; 
  border: none;
  padding: 3px;
  border: #ccc 1px solid;
  margin-bottom: 5px; 
  margin-left: 15px;
  text-decoration: none;
  }
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border: #ccc 1px solid;
  padding: 3px;
  text-decoration: none;
  margin-bottom: 5px; 
  }