* {
	margin: 0;
	padding: 0;
}
body {
  /*width: 1200px;*/
  margin-left: auto;
  margin-right: auto;

  background-color: #334D66;
  color: #FFF;
  font: 62.5% Verdana, sans-serif;
}
html > body {
	font-size: 10px;
}

div#mega_container
{
  height: 100%;
  width: 100%;
}

#content #main ul {
	margin-left:20px;
	font-size:1.2em;
}
#content #main ul a {
	border-bottom: #008FB3 1px dotted;
}

.post pre {
    overflow: auto;
    border: 1px #eee solid;
    padding: 10px;
    margin: 0px;
    background-color: #333;
    color: #ddd;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.post pre code {
	background-color: #333;
}

.post code {
    font-family: Monaco, "Courier New", Courier, mono;
	background-color: #ccc;
}

/* flash replacement styles */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-hasFlash h1 {
	visibility: hidden;
}
.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}
.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}
.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}
.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}

/* header styles */

#header {
	background: url(../../media/images/theme/header.gif) repeat-x;	
	height: 134px;
	width: 100%;
}
#header .rt {
	background: url(../../media/images/theme/header-rt.jpg) no-repeat right top;
	height: 134px;
	padding-right: 75px;
}
#header .lt {
	background: url(../../media/images/theme/header-lt.jpg) no-repeat;
	height: 134px;
	overflow: hidden;
	padding-left: 95px;
}
#header #title {
	padding-top: 25px;
	text-align: center;
}
#header #title h1 {
	color: #334D66;
	font-size: 4.8em;
	font-weight: normal;
}
#header #title h2 {
	color: #334D66;
	font-size: 1.8em;
	font-weight: normal;
}
#header #search {
	float: right;
	height: 134px;
	margin-left: 20px;
	width: 250px;
}
#header #search input {
	background: url(../../media/images/theme/header-search-input.gif) repeat-x;
	border: 0;
	color: #00ABCD;
	float: left;
/*font: Verdana;*/
	height: 19px;
	left: 8px;
	padding: 2px 0 0 4px;
	position: relative;
	top: 63px;
	width: 194px;
}
#header #search img {
	float: left;
	position: relative;
	top: 63px;
	z-index: 1;
}
#header #search #search-lt {
	left: 10px;
}

/* main content styles */

#content {
	background: #FFF url(../../media/images/theme/content.gif) repeat-x;	
	width: 100%;
}
#content .rt {
	background: url(../../media/images/theme/content-rt.gif) repeat-y right top;
	width: 100%;
}
#content .lt {
	background: url(../../media/images/theme/content-lt.gif) repeat-y;
	overflow: hidden;
	width: 100%;
}
#content .wrapper {
	float: left;
	margin-right: -345px;
	width: 100%;
}
#content #main {
	color: #334D66;
	margin: 20px 345px 20px 95px;
	overflow: hidden;
}
#content #main img {
	border: #87A51E 1px solid;
	display: block;
	margin: 0 10px 10px 0;
	padding: 10px;
}
#content #main a:hover img {
	border-color: #FF5C87;
}
#content #main h2 {
	color: #008FB3;
	font-size: 2.0em;
	font-weight: normal;
	margin-top:10px;
  text-align: center;
  font-family: Andy MT;
}
#content #main h3, #content #main h4 {
	color: #FF5C87;
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 10px;
}
#content #main a {
	color: #008FB3;
	text-decoration: none;
}
#content #main a:hover {
	color: #FF5C87;
	text-decoration: none;
}
#content #main a.admintools {
	background: url(../../images/theme/main-admin.gif) no-repeat left center;
	margin-left: 5px;
	padding-left: 15px;	
}
#content #main a.admintools:hover {
	background: url(../../images/theme/main-admin-hover.gif) no-repeat left center;
}
#content #main p {
	font-size: 1.2em;
	line-height: 1.6em;
	margin-top: 5px;
	margin-bottom: 5px;
}
#content #main p a {
	border-bottom: #008FB3 1px dotted;
}
#content #main p a:hover {
	border-bottom: #FF5C87 1px solid;
}
#content #main p.auth {
	background: url(../../media/images/theme/main-auth.gif) no-repeat left center;
	color: #87A51E;
	padding-left: 15px;
	margin-bottom: 10px;
	text-indent: 0;
}
#content #main p.meta {
	background: url(../../media/images/theme/main-auth.gif) no-repeat left center;
	color: #87A51E;
	padding-left: 15px;
	margin-top: 10px;
	text-indent: 0;
}
#content #main p.auth a, #content #main p.meta a, #content #main p.cite a {
	border: 0;
}
#content #main p.more a {
	background: url(../../media/images/theme/main-more.gif) no-repeat right center;
	padding-right: 15px;
}
#content #main p.more a:hover {
	background: url(../../media/images/theme/main-more-hover.gif) no-repeat right center;
}
#content #main blockquote {
	background: url(../../media/images/theme/main-blockquote.gif) repeat-y;
	color: #FF5C87;
	clear: both;
	font-size: 1.2em;
	line-height: 1.6em;
	padding-left: 15px;
	margin: 10px;
}
#content #main table {
	color: black;
	text-align: left;
	border-width: 1px 1px 1px 1px;
}
#content #main table th {
	color: black;
	text-align: center;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
}
#content #main table th:first-child {
	border-width: 1px 1px 1px 1px;
	text-align: left;
}
#content #main table td {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
}
#content #main table td:first-child {
	border-width: 1px 0 0 0;
	text-align: left;
}
#content #main li.graybox {
	list-style: none;
	margin-bottom: 20px;
}
#content #main li.graybox a.admintools {
	background: none;
	margin-right: 10px;
	padding: 0;
}
#content #main p.cite {
	background: url(../../media/images/theme/main-li-graybox.gif) no-repeat left center;
	color: #87A51E;
	font-size: 1.2em;
	padding-left: 20px;
	text-indent: 0;
}
#content #main .post {
	margin-bottom: 20px;
  clear: both;
}
#content #main .comment-box img {
	border: 0;
	float: left;
	margin: 0;
	padding: 0;
}
#content #main .comment-box input {
	background: url(../../media/images/theme/main-comment-input.gif) no-repeat;
	border: 0;
	float: left;
	font: 12px Verdana;
	height: 25px;
	margin-left: 10px;
	padding: 2px 0 0 4px;
	width: 350px;
}
#content #main .comment-box textarea {
	background: url(../../media/images/theme/main-comment-textarea2.gif) no-repeat;
	border: 1px;
	float: left;
	font: 12px Verdana;
	height: 325px;
	margin-left: 10px;
	padding: 2px 0 0 4px;
	width: 600px;
}
#content #main .comment-box #guest_author input {
	background: url(../../media/images/theme/main-comment-guest_author.gif) no-repeat;
	width: 300px;
}
#content #main .comment-box #frm-btns {
	display: block;
	float: left;
	height: 21px;
	overflow: hidden;
	padding-top: 2px;
	width: 30px;
}
#content #main .comment-box #form-submit-button {
	background: url(../../media/images/theme/main-comment-submit.gif) no-repeat;
	border: 0;
	float: left;
	padding: 0;
	width: 166px;	
}

#content #main a.rss {
  background: url(../../media/images/theme/main-rss.gif) no-repeat left top;
  border: 0;
  display: block;
  float: left;
  height: 11px;
  margin: 5px 4px 0 0;
  width: 17px;
}
#content #main a.rss:hover {
	background: url(../../media/images/theme/main-rss.gif) no-repeat right top;
	border: 0;
}

/* content sidebar styles */

#content #sidebar {
	float: right;
	left: -75px;
	overflow: hidden;
	position: relative;
	width: 250px;
}
#content #sidebar a {
	color: #FFF;
	text-decoration: none;
}
#content #sidebar h3 {
	background: url(../../media/images/theme/sidebar-h3.jpg) no-repeat left center;
	font-size: 1.3em;
	font-weight: normal;
	display: block;
	padding: 4px 0 4px 20px;
	width: 250px;
}
#content #sidebar p {
	background: url(../../media/images/theme/sidebar-p.gif) no-repeat left center;
	font-size: 1.3em;
	font-weight: normal;
	display: block;
	padding: 4px 0 4px 20px;
	width: 250px;
}
#content #sidebar p em {
	background: url(../../media/images/theme/sidebar-em.gif) no-repeat left center;
	margin-left: -2px;
	padding-left: 20px;
}
#content #sidebar ul {
	font-size: 1.2em;
	padding: 5px 0;
	width: 250px;
}
#content #sidebar li {
	list-style: none;
	margin: 2px 0 2px 20px;
}
#content #sidebar #results {
	background: url(../../media/images/theme/sidebar-results.gif) repeat-y;
}
#content #sidebar #search-results {
	background: url(../../media/images/theme/sidebar-results-ul.gif) no-repeat;
	padding-top: 2px;
}
#content #sidebar #results ul {
	background: url(../../media/images/theme/sidebar-results-ul.gif) no-repeat;
}
#content #sidebar #results li a {
	background: url(../../media/images/theme/sidebar-results-li.gif) no-repeat left center;
	padding-left: 10px;
}
#content #sidebar #results li a:hover {
	color: #FF5C87;
	background: url(../../media/images/theme/sidebar-results-li.gif) no-repeat -500px 50%;
	padding-left: 10px;
}
#content #sidebar #plugins {
	background: url(../../media/images/theme/sidebar-plugins.gif) repeat-y;
}
#content #sidebar .sidebar-node {
	background: url(../../media/images/theme/sidebar-plugins-ul.gif) no-repeat;
	padding-top: 2px;
}
#content #sidebar #plugins ul {
	background: url(../../media/images/theme/sidebar-plugins-ul.gif) no-repeat;
}
#content #sidebar #plugins li a {
	background: url(../../media/images/theme/sidebar-plugins-li.gif) no-repeat left center;
	padding-left: 10px;
}
#content #sidebar #plugins li a:hover {
	color: #FF5C87;
	background: url(../../media/images/theme/sidebar-plugins-li.gif) no-repeat -250px 50%;
	padding-left: 10px;
}

/* footer styles */

#footer {
	background: url(../../media/images/theme/footer.gif) repeat-x;	
	height: 125px;
	text-align: right;
	width: 100%;
}
#footer .rt {
	background: url(../../media/images/theme/footer-rt.gif) no-repeat right top;
	height: 125px;
	padding-right: 95px;
}
#footer .lt {
	background: url(../../media/images/theme/footer-lt.gif) no-repeat;
	height: 125px;
	overflow: hidden;
	padding-left: 95px;
}
#footer a {
	color: #525457;
	text-decoration: none;
}
#footer a:hover {
	color: #FF5C87;
}
#footer ul {
	color: #525457;
	float: left;
	text-align: left;
	font-size: 1.2em;
	margin-top: 8px;
}
#footer li {
	list-style: none;
	margin: 2px 0;	
}
#footer img {
	margin-top: 15px;
}

.logo {
	background: url(../../media/images/logo.png) no-repeat;
	width:100%;
	height:55px;	
	margin-left:50px;
	margin-top:16px;
}

* html .logo {
	background-color: transparent;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../../media/images/logo.png", sizingMethod="crop");
}

.lt { text-align: justify;}

.autocomplete
{
border:1px solid #919EA9;
background-color:white;
}
.autocomplete ul, .autocomplete li
{
margin: 0;
padding: 0;
list-style: none;
font-size: 12px;
font-family: Tahoma, Arial, Helvetica, sans-serif;
color: #333;
}

ul.different
{
background-color: pink;
}

.autocomplete li
{
padding: 4px;
border-top: 1px solid #ccc;
}
.autocomplete .selected
{
background-color: #ffc;
}

/*
 * displaycode de developerworks para molar un 5% mas
 */
.displaycode {margin-top: 0; margin-bottom: 0; font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace; font-size: 11px}

