h1 {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Arial,Helvetica,sans-serif;
  color: red;
  font-style: normal;
  text-align: right;
}
h2 {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Arial,Helvetica,sans-serif;
  color: red;
  font-style: normal;
  text-align: left;
}
h3 {
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Arial,Helvetica,sans-serif;
  color: gray;
  font-style: normal;
  text-align: left;


}
h4 {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Arial,Helvetica,sans-serif;
  color: red;
  font-style: normal;
  text-align: left;


}
p {
  font-size: 12px;
  font-weight: normal;
  text-transform: normal;
  font-family: Arial,Helvetica,sans-serif;
  color: gray;
  font-style: normal;
  text-align: justify;
}

fecha {
  font-size: 12px;
  font-weight: normal;
  text-transform: normal;
  font-family: Arial,Helvetica,sans-serif;
  color: gray;
  font-style: normal;
  text-align: right;
}

ul {
  font-size: 12px;
  font-weight: normal;
  text-transform: normal;
  font-family: Arial,Helvetica,sans-serif;
  color: gray;
  font-style: normal;
  text-align: justify;
}
footer {
  font-size: 10px;
  font-weight: normal;
  text-transform: normal;
  font-family: Arial,Helvetica,sans-serif;
  color: gray;
  font-style: normal;
  text-align: justify;
}
a:link    {
  /* Applies to all unvisited links */
    font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Arial,Helvetica,sans-serif;
  text-decoration:  none;
  font-weight:      bold;

  color:            red;
  } 
a:visited {
  /* Applies to all visited links */
    font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Arial,Helvetica,sans-serif;
  text-decoration:  none;
  font-weight:      bold;

  color:            red;
  } 
a:hover   {
  /* Applies to links under the pointer */
    font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Arial,Helvetica,sans-serif;

  font-weight:      bold;

  color:            black;
  } 
a:active  {
  /* Applies to activated links */
    font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Arial,Helvetica,sans-serif;
  text-decoration:  underline;
  font-weight:      bold;

  color: red;
  } 


a.text:link    {
  /* Applies to all unvisited links */
    font-size: 8px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Arial,Helvetica,sans-serif;
  text-decoration:  none;
  font-weight:      normal;

  color:            black;
  } 
a.text:visited {
  /* Applies to all visited links */
    font-size: 8px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Arial,Helvetica,sans-serif;
  text-decoration:  none;
  font-weight:      normal;

  color:            black;
  } 
a.text:hover   {
  /* Applies to links under the pointer */
    font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Arial,Helvetica,sans-serif;

  font-weight:      bold;

  color:            black;
  } 
a.text:active  {
  /* Applies to activated links */
    font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Arial,Helvetica,sans-serif;
  text-decoration:  underline;
  font-weight:      bold;

  color: red;
  } 
bannerh1 {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Arial,Helvetica,sans-serif;
  color: white;
  font-style: normal;
  text-align: left;
}
bannerp {
  font-size: 12px;
  font-weight: normal;
  text-transform: normal;
  font-family: Arial,Helvetica,sans-serif;
  color: white;
  font-style: normal;
  text-align: justify;
}


html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 1.3em;
	padding: 0 20px 20px;
	background: white;
	color: #333;
}
.nav-links {
	position: absolute;
	top: 30px;
	left: 20px;
	width: 200px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav-links li {
	line-height: 1.6em;	
	font-size: 1.2em;
}
#content {
	margin-left: 240px;
	margin-top: 30px;
	margin-right: 50px;
}
.twitthis {
	position: absolute;
	top: 250px;
	left: 20px;
}
pre {
	background: #e8e8e8;
	border-left: 10px solid #777;
	font-size: 0.85em;
	padding: 1em;
	color: black !important;
	overflow-x: auto;
}
.important {
	border: 1px solid #666;
	background: #ddd;
	padding: 0 1em;
	color: #C30;
}
h3 {
	font-size: 1.45em;
	line-height: 1.05em;
	border-bottom: 1px solid #333;
}
.galleryview {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 0.5em;
}
.code_wrapper {
	border: 1px solid #888;
	background: #f0f0f0;
	padding: 10px;
}
code, .code {

}
.options {
	border: 1px solid #777;
	border-right: none;
	font-size: 0.8em;
	font-family: Verdana, Geneva, sans-serif;
}
.options th {
	text-align: left;
	background: #777;
	color: white;
	font-weight: bold;
}
.options th, .options td {
	padding: 4px 10px;
}
.options td {
	border-right: 1px solid #777;
}
#parts-img {
	border: 1px solid black;
}
img.nav {
	border: 1px solid black;
	margin-bottom: 5px;
}

.panel-overlay h2,
.panel-overlay p{
	margin: .3em 0;
}
.panel-overlay p {
	line-height: 1.2em;
}
