/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	font: 11px/120% "Arial", Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0;
	padding: 0 0 50px 0;
	background: #f7cf12 url() repeat-x;
	text-align: center;
	background-color: #f7cf12;
}

/* Links */
a {
	text-decoration: none;
	color: #3b1eb2; 	
}
a:hover {
	background: #ffffff; 
	color: #3b1eb2;
	border-bottom: 1px dotted #faf8c0;
}

/* Headers */
h1, h2, h3 {
	font: bold 1em/1.5em "Arial", Tahoma, Arial, Sans-serif;
	color: #111;
	padding: 15px 10px 5px 10px;
	margin: 0;
}
h1 {
	font-size: 200%;	
	font-weight: normal;
	letter-spacing: -2px;	
}
h2 {
	font-size: 75%;
	color: #3b1eb2;	
}
h2:hover {
	background: #ffffff;
	color: #3b1eb2;
	border-bottom: 1px dotted #faf8c0;
}
h3 {
	font-size: 120%;
	color: #3b1eb2;	
	font-weight: normal;	
}

p, dl { padding: 10px; margin: 0; }

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: none; }

dt {
  font-weight: bold;
  color: #f7cf12;
}
dd {
  padding-left: 25px; 
}

/* Images */
img {
	background: #ffffff;
   border: 0px solid #fcf3c9;
	padding: 5px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Arial', 'courier new', monospace ;
  	/* white-space: pre; */
  	border: 1px solid #EBEBEB;
	background: #F0F0F0;  
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 15px 10px;
 	padding: 10px 10px 10px 35px;  
   border: 1px solid #F0F0F0;
	background: #F0F0F0 url() no-repeat 10px 10px;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.5em;
	font-style: italic;
	font-family: Georgia, "Arial", Times, serif;	
	color: #555;	
}



/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#header-wrap {
	position: relative;
	background: #f7cf12 url() repeat;
	margin: 0 auto;
	width: 940px;
	height: 140px;
	text-align: left;	
}
#header-photo {
	position: absolute;
	top: 25px;
	left: 25px;
	padding: 0;
	height:50px;
	width: 890px;
	clear: both;
	background-color: #f7cf12;
	/* border: 1px solid #F0F0F0; */
}
#header-photo img {
	border: none;
	margin: 0; padding: 0;
} 

/*  Navigation  */
#nav {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 880px;
	left: 23px;
	top: -21px;
	height: 9px;
}
#nav ul {
	float: left;
	list-style: none;
	width: 880px;		
	height: 20px;
	margin: 0; padding: 0;	
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	float: left;
	margin: 0;	padding: 9px 11px 0 11px;
	font: bold 14px/35px 'Arial', Tahoma, Helvetica, Arial, Geneva, Sans-serif;
	text-decoration: none;	
	color: #000000;	
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #000000;
	background: none;
	border: none;
}
#nav ul li#current a {	
	color: #000;	
	background: #f7cf12 ;
	border-bottom: 1px solid #f7cf12;
}

#header-wrap h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 20px Georgia, 'Arial', Times, serif;
	letter-spacing: -1.5px;
	color: #070000;
	text-decoration: none;
		
	/* change the values of top and left to adjust the position of the logo*/
	top: 27px; left: 26px;	
}
#header-wrap h1#logo-text a:hover {
	background: none;	border: none;
}
#header-wrap p#intro {
	position: absolute;
	margin: 0;
	padding: 0;
	font-family: Georgia, 'Arial', Times, serif;
	font-weight: normal;
	font-size: 10px;
	line-height: 1.6em;
	font-style: italic;
	text-transform: none;
	color: #663333;
	width:500px;
	/* change the values of top and left to adjust the position */
	top: 96px;
	left: 26px;
}

/* header quick search */
#header-wrap form#quick-search {
	position: absolute;
	top: 25px;
	right: 25px;
	padding: 0;
	margin: 0;
	width: 504px;
	height: 26px;
	background: #fff;
	z-index: 999999;
	border: 1px solid #f7cf12;
	left: 409px;
}
#header-wrap form#quick-search p {
	margin: 0; padding: 0;		
}
#header-wrap form#quick-search .tbox {
	margin: 2px 0 0 4px; 
	width: 150px;
	background: none;
	border: none;
	color: #ABABAB;
}
#header-wrap form#quick-search label,
#header-wrap form#quick-search .btn {
	display: none;	
}

#content-outer {
	background: #f7cf12;
	width: 100%;
}
#content-wrapper {
	width: 890px;
	margin: 0 auto;	
	text-align: left;
}
#content {
	float: left;
	width: 100%;
	background: #fff url() no-repeat;		
}

.col-one {
	margin-right: 100px;
	padding-left: 25px;
}

.col-one, .col-two, .col-three {
	padding-bottom: 20px;
}

#content .col-one h2 {
	padding-bottom: 3px;
	font: normal 2.5em "Arial", Tahoma, Arial, Sans-serif;
	color: #3b1eb2;
	letter-spacing: -2px;	
	text-transform: none;
	border-bottom: 1px solid #ebebeb;	
	margin-left: 5px;
	padding-left: 5px;
}
#content .col-one h2 a {
	background: #ffffff;
	color: #3b1eb2;
	border-bottom: 1px dotted #faf8c0;
}
#content .col-one ul li {
	list-style-image:  url();
}
#content-wrapper .col-two h3, 
#content-wrapper .col-three h3 {
	color: #f7cf12;
	font: normal 1.8em "Arial", Tahoma, Arial, sans-serif;
	text-transform: none;
	letter-spacing: -0.5px;
	padding: 5px 10px;
	margin: 15px 0 5px 0;
}

/* sidebar menu */
ul.sidemenu {
	text-align: left;
	margin: 7px 5px 8px 0px; padding: 0;
	text-decoration: none;		
	background:  url() repeat-x left top;
}
ul.sidemenu li {
	list-style: none;
	background:  url() repeat-x left bottom;
	padding: 6px 10px;
	margin: 0;		
}
* html body ul.sidemenu li {
	height: 1%;
}
ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	background-color: transparent;
	border: none;
	color: #666666;		
}
ul.sidemenu li a span {
	color: #666666;	
	font-family: Georgia, "Arial", Times, serif;
	font-style: italic;
	font-weight: normal;	
	font-size: 1em;
}
ul.sidemenu li a:hover {	
	color: #666666;	
	background: none;
	border: none;
}
ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
ul.sidemenu ul li { background: none; }


/* footer */
#footer-wrapper {
	clear: both;
	width: 940px;
	margin: 0 auto;
	text-align: left;
	font: normal 1em/1.6em 'Arial', Tahoma, Sans-serif;			
}
#footer-wrapper h3, #footer-wrapper p {
	padding-left: 0;
}
#footer-wrapper h3 {
	font: normal 1.6em/1.6em 'Arial', Tahoma, Arial, Sans-serif;
	color: #3b1eb2;	
}
#footer-wrapper a {
	color: #fff;
	background: transparent;
}

#footer-wrapper ul.footer-list {
	border-top: 1px solid #111;
	list-style: none;
	padding: 0;	
	margin-left: 0;	
}
#footer-wrapper ul.footer-list li {
	border-bottom: 1px solid #111;
}
#footer-wrapper ul.footer-list li a {
	display: block;
	width: 98%;
	line-height: 2em;
	font-weight: bold;
	padding: 4px 0;
	border: none;
	margin-left: 0;
	padding-left: 0;
	color: #666666;
}
#footer-wrapper ul.footer-list li a span {
	color: #444;
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, 'Arial', Times, serif;
}
#footer-wrapper ul.footer-list li a:hover,
#footer-wrapper ul.footer-list li a:hover span {
	color: #fff;
	text-decoration: none;	
}

#footer {
	float: left;	
	width: 100%;	
	padding: 0;				
	margin-left: 5px;	
	margin-top: 10px;
}
#footer-bottom {
	clear: both;
	border-top: 1px solid #111;
	width: 880px;
	margin: 0 auto;	
}
#footer-bottom .bottom-left {
	float: left;
	padding-left: 5px;	
}
#footer-bottom .bottom-right {
	text-align: right;
	padding-right: 0;
}


/* thumbnails */
p.thumbs{ padding: 12px 0 0 10px; }

.thumbs img {
	position: relative;
	padding: 4px;
	margin: 5px;
	background: #fafafa;
	border: 2px solid #84cbcf;
	background-color: #E0DFE;
	

}
.thumbs img:hover	{
	border: 2px solid #8E8E8E;
	background-color: #84cbcf;	
}
.thumbs a:hover { 
background: transparent; border: none }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* clearing */
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}
.float-left1 {float: left; }
.post-info1 {font-size: .95em; padding-top: 3px; margin-left: 5px; color: #84cbcf; }
.Estilo2 {color: #84CBCF}

a{
z-index:10;
}
a:hover{
position:relative;
z-index:100;
}
a span{
display:none;
}
a:hover span{
display:block;
position:absolute;
float:top;
white-space:nowrap;
top:-1.2em;
top:0.5em;
background:#fffcd1;
border:2px dotted #f7cf12;
color: #3b1eb2;
padding:1px 5px;
z-index:10;
font-size: 16px;

}


.col-one1 {	margin-right: 480px;
	padding-left: 25px;
}
.col-one2 {	margin-right: 300px;
	padding-left: 25px;
}

