/*   
Theme Name: siete34
Theme URI: http://siete34.com
Description: childtheme from thematic framework.
Author: siete34
Author URI: http://siete34.com/
Template: thematic
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/3c-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/* Style the meta panel for logged-in users */
@import url('../thematic/library/styles/sitemeta.css');

/* Un-comment the line below to set a grid with 18px line-height to fit 125px ad units  */
/* body { background:url(../thematic/images/960_grid_12_col.gif) repeat-y top center; } */



/* -------------------------------------------------------------- 
   
   Default styles for Images
     
-------------------------------------------------------------- */   
a:link {
    color: #B24700;
	 text-decoration: none;
	 white-space: nowrap; /*  */
}
a:visited {
    color: #B24700;
	 text-decoration: none; /* */
}

a:hover {
    color:#ff6600;
	 text-decoration: underline;
}

.entry-content img {
    margin: 10px 0 10px 0;
    max-width:100%;
}
.alignleft,
img.alignleft {
	float: left;
    margin-right:20px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:20px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
	text-align: center;
	margin-bottom:18px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:5px;
}
.gallery img {
    margin:0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}


/* =Header
-------------------------------------------------------------- */

#header {
    background:#000;
	 height: 173px;
	 z-index: 250;
}

#headerLay {
    background:black;
	 	 z-index:970;
	 height: 45px;
}

#blog-title {
    font-size:36px;
    line-height:54px;
    font-weight:bold;
    letter-spacing:-1px;
    padding:15px 0 0px 0;
    border-bottom:0px solid #242A30;
	 width: 27%;
	 float: left;
}
#branding {
    padding:0px 0 0px 0;
}

#blog-title a {
display:block; /* We do this so we can add a background image */
text-indent:-9000px; /* Hides the text--but not from search engines */
height: 150px; /* height of your logo, like 180px */
width: 250px; /* width of your logo, like 940px */
background:url(http://siete34.com/wp-content/themes/siete34/images/logoSiete34Web250.png) no-repeat 0px 0px; /* adds in the logo image */

}
#blog-description {
    font-style:italic;
    padding:8px 25px 5px 0;
    color:#111;
	 font-size: 75px;
	 font-family: Century Gothic, Verdana, Geneva, Arial, Helvetica, sans-serif; 
	 font-weight: bold;
	 font-style: italic;
	 width: 70%;
	 height: 80px;
	 float: left;
	 text-align: right;
	 line-height: 25px;
}

#blog-description h1 {
	 font-weight: bold;
}

/* =Menu
-------------------------------------------------------------- */

.skip-link {
    display:none;
}
#access {
    border-bottom:0px solid #ccc;
    height:30px;
    font-size:11px;
	 float: right;
	 width: 650px;
    overflow:visible;
    z-index:100;
	 margin-top: 15px;
}

.menu {
	width: 660px;
	margin: 0 auto;
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** THEMATIC SKIN Neo ***/

/*** DEMO SKIN ***/

.sf-menu {
    border-right:0px solid #fff;
	float:left;
	font-family: Century Gothic, Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-weight: bold;
}

.sf-menu a {
	border-left:0px solid #ccc;
		border-right:1px solid #ccc;
	border-top:0px solid #ccc;
	border-bottom:0px solid #ccc;
	padding:9px 13px;
	text-decoration:none;
}

.sf-menu li {
	background: transparent;
	font-size: 11px;
}

.sf-menu li a, .sf-menu li a:visited {
	 color: #f60;
}

.sf-menu li a:hover {
	 color: #000;
	 background: #f60;
}

.sf-menu li li {
		font-size: 0.8em;
}

.sf-menu li li a, .sf-menu li li a:visited {
	 color: #f60;
	 	background:		#000;
}

.sf-menu li li a:hover {
	 color: #000;
	 	background:		#f60;
}

.sf-menu li li li {
	background:		#000;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background: #000;
	outline:		0;
}

.sf-menu li.current_page_item a,
.sf-menu li.current_page_item a:visited {
	 background: #ff6600;
	 color: #000;
}

.sf-menu li.current_page_parent a.sf-with-ul,
.sf-menu li.current_page_parent a.sf-with-ul:visited{
	border-bottom: 1px dashed #f60;
		border-right: 0px dotted #f60;
				border-top: 1px dashed #f60;

}

.sf-menu li.current_page_item ul li.page_item a,
.sf-menu li.current_page_item ul li.page_item a:visited{
		background: #000;
	 color: #f60;
}

.sf-menu li.current_page_item ul li.page_item a:hover
 {
	 	 background: #f60;
	 color: #000;
}

.sf-menu li.current-cat a,
.sf-menu li.current-cat a:visited
 {
	 	 background: #ff6600;
	    color: #000;
}

.sf-menu li.current-cat ul.children a,
.sf-menu li.current-cat ul.children a:visited
 {
	 	 background: #000;
	 color: #f60;
}

.sf-menu li.current-cat ul.children a:hover
 {
	 	 background: #f60;
	 color: #000;
}

.sf-menu li.current-cat-parent a.sf-with-ul:visited,
.sf-menu li.current-cat-parent a.sf-with-ul  {
	border-bottom: 2px solid #f60;
}

.sf-menu li li.current-cat a,
.sf-menu li li.current-cat a:visited {
	 	 background: #ff6600;
	 color: #000;
}

/* cambio pero sigo en head*/
#lang2 {
  float: right;
	width: 100%;
	height: 7px;
	margin: 30px 0 0 0;
	background: Black url(images/lang3Back.png) repeat-x 0px 0px;

}

/*
desde LAYOUT: Three-Column
DESCRIPTION: Three-column 950px fixed layout with two sidebars on either side of content
*/


#container {
    width:940px;
    float:left;
    margin:0 0 0 10px;
}
#content {
	margin: 0px 200px;
   overflow:hidden;
	width: 450px;
	padding: 0px;
}
#primary {
    width:170px;
    float:left;
	margin: 5px 0 0 -940px;
	border: 0px;
}
* html #primary {
	left: 20px;
	position: relative;
}
#secondary {
    width:260px;
    float:left;
	margin: 0px 0 35px -250px;
}
#footer {    
    clear:both;
	 background: #000;
    color:#eee;
    padding: 0px 0 15px 0;
    border-top:2px solid #000;
	 font-size: 0.8em;
	 font-style: italic;
}

#footer a {
    color:#ff6600;
	 font-size: 11px;
	 font-family:  Century Gothic, Verdana, Geneva, Arial, Helvetica, sans-serif; 
}

#subsidiary {
    width:960px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:300px;
    float:left;
    margin: 0 10px 10px 20px;
	 border-right: 1px solid #eee;
}

#subsidiary #third {
    margin:0 0 0 10px;
}

#siteinfo {
    clear:both;
    width:940px;
    margin: 0px auto 0px auto;
	 border-top: 1px solid #FF6600;
}

/*
qTranslate*/


.qtrans_language_chooser { list-style-type:none;
	float: right;
	width: 510px;
	height: 30px;
	font-family: Century Gothic, verdana, arial, sans serif;
	font-size: 11px;
	font-weight: bold;
	margin: 5px 65px 15px 425px;
	background-color: transparent;
	
 }
 
 .qtrans_language_chooser a {
	color: #391700;

 }
 
  .qtrans_language_chooser a:hover {
	color: #eee;
	text-decoration: none;
 }

#qtrans_language_chooser .active {
	font-size: 14px;
	font-style: italic;
	background: transparent  url(images/lang3BackWrd.png) no-repeat 2px 0px;
	height: 26px;
	width: 101px;
	text-align: center;
	color: #eee;
	}
 #qtrans_language_chooser a.active {
	color: #eee;
	}
 
.qtrans_language_chooser li { 
	float:left; 
	margin-left:17px;
	padding: 2px 3px 5px 3px;
 }
 
.qtrans_flag { border:1px solid #ff9900 }

#qtrans_select_qtrans_language_chooser { 
	border:0px solid #ff9900;
	float: right;
	background-color: transparent;
	font-family: Century Gothic, verdana, arial, sans serif;
	font-weight: bold;
	font-size: 9px;
	margin: 4px 5px 0 9px; 
	height: 20px;
	}


/*
qTranslate div*/

#lang {
  float: left;
	padding-left: 5px;
	font-family: Century Gothic, verdana, arial, sans serif;
	font-size: 11px;
	color: #555555;
	font-style: italic;
	padding-top: 15px;
}

#lang2 {
  float: right;
	width: 100%;
	height: 25px;
	margin: 0px 0 0 0;
	background: url(images/lang3Back.png) repeat-x 0px 10px;

}

#lang3 {
  float: left;
	width: auto;
	height: auto;
	margin: -5px 25px 0 0;
	background: transparent url(images/lang3BackWrd.png) no-repeat 0px 0px;

}

#lang4 {
  float: right;
	width: 100%;
	height: 5px;
	margin: 0px 0px 15px 0px;
	background: transparent url(images/lang3Back.png) repeat-x 0px 0px;

}

/* =Content
-------------------------------------------------------------- */

#main {
    padding:0 0;
}

.hentry {
    margin:9px 0 0 0;
    padding:44px 1px 36px 1px;
    border-top:1px solid #e0e0e0;
}
.p1 {
    margin:0;
    padding:0 0 36px 0;
    border:none;
}
.page-title {
    font-size:14px;
    font-weight:bold;
    padding:18px 0 0 25px;
}
.page-title span {
    font-size:12px;
    font-weight:normal;
    font-style:italic;
}
.entry-title {
    font-size:24px;
    line-height:26px;
    padding:15px 0 2px 0;
    font-weight:bold;
    color:#eee;
	 margin-top: 25px;
}

.entry-title a {
    text-decoration:none;
    color:#B24700;
}

.entry-meta {
    font-size:11px;
    color:#787878;
}
.entry-meta a {
    color:#787878;
    font-style:italic;
}
.entry-meta a:hover {
}
.entry-meta .author {
}
.entry-meta .meta-sep {
}
.entry-meta abbr {
}
.entry-content {
    margin: 0px 0 0 0;
    overflow:hidden;
	 color: #ccc;
	 padding: 0px 15px 15px 30px;
	 text-align: justify;
	 line-height: 1.6em;
	 font-size: 0.9em;
	 background-color: #0E0E0E;
}
.entry-content h1, .entry-content h2 {
    font-size:18px;
    font-weight:bold;
    margin:0 0 18px 0;
    padding:18px 0 0 0;
}
.entry-content h3 {
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:1px;
    margin:0 0 18px 0;
    padding:18px 0 0 0;
}
.entry-content h4 {
    font-weight:bold;
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:1px;
}
.entry-content h5 {
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:1px;
}
.entry-content h6 {
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:1px;
}
.entry-content ul {
    list-style:square;
    margin:0 0 18px 1.5em;
	 list-style-position: inside;
}

.entry-content ul li {
	padding-top: 15px;
}

.entry-content dt {
    font-weight:bold;
}
.entry-content dd {
    margin:0 0 18px 0;
}
.entry-content abbr, .entry-content acronym, .entry-content .help {
  border-bottom: 1px dotted #333;
  cursor: help;
}
.entry-content ul.xoxo {
    margin:0 0 18px 0;
    overflow:hidden;
}
.entry-content ul.xoxo ul {
    margin:0 0 0 1.5em;
}
li.content-column, .entry-content li.linkcat {
	float:left;
	list-style:none;
	margin:0 20px 0 0;
}
.entry-content li.linkcat ul.xoxo {
    overflow:visible;
}
.more-link {
    font-weight:bold;
    font-style:italic;
    display:block;
}
.page-link {
    margin:0 0 18px 0;
}
.page .edit-link {
    float:left;
    clear:both;
}
.entry-utility {
    font-size:11px;
    color:#787878;
}
.entry-utility a {
    font-style:italic;
    color:#787878;
}
.entry-utility a:hover {
}
.comments-link a {
    font-weight:bold;
    color:#2772B3;
}

/* -------------------------------------------------------------- 
   
   Set default typography based on Blueprint
   
   http://code.google.com/p/blueprintcss/
     
-------------------------------------------------------------- */   

body, input, textarea {
    color: #999;    
    font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
    line-height:18px;
	 background: #000;
}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { 
	font-weight:normal;
	clear:both;
}

/* Text elements
-------------------------------------------------------------- */

p {
    margin-bottom:18px;
}
ul, ol {
	margin: 0 0 18px 1.5em;
}
ul {
	list-style:disc;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom:0;
}
dl	{
    margin:0 1.5em;
}
dd {
	margin-bottom:18px;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style:normal;
}
pre {
	font:11px Monaco, monospace;
	line-height:18px;
	margin-bottom:18px;
}
code {
	font:11px Monaco, monospace;
}
ins {
	text-decoration:none;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Pullquotes
-------------------------------------------------------------- */

blockquote.left {
	float: left;
	margin-right:20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left:20px;
	text-align: left;
	width: 33%;
}

/*

Adapt the following for use in your Child Themes when using
different font-sizes and line-heights

body, input, textarea {
    font: --px Arial,sans-serif;
    line-height:--px;
}
p, ul, ol, dd, pre {
    margin-bottom:--px;
}
pre, code {
	font:--px Monaco, monospace;
	line-height:--px;
}

All other styles can be overridden--or ignored!--in Child Theme stylesheets

*/

/*

adapta header para lenguajes
*/

#langLat{
    padding: 3px 110px 10px 19px;
    color:#555;
	 font-family: Arial, Helvetica, sans-serif; 
	 font-weight: bold;
	 font-style: italic;
	 font-size: 10px;
	 line-height: 12px;
	 z-index:100;
	 position: relative;
}
#langLat a{
 white-space: normal;
}
.langLat_is { 
	background: transparent url(images/langLatIs.png) no-repeat top left;
	height: 200px;
}
.langLat_mo { 
	background: transparent url(images/langLatMo.png) no-repeat top left;
	height: 150px;
	}
.langLat_so { 
	background: transparent url(images/langLatSo.png) no-repeat top left;
	height: 150px;
	}
	
.langLat_et { 
	background: transparent url(images/langLatEt.jpg) no-repeat top left;
	height: 150px;
	}
.langLat_in { 
	background: transparent url(images/langLatIn.png) no-repeat top left;
	height: 221px;
	}
.langLat_te { 
	background: transparent url(images/langLatTe.png) no-repeat top left;
	height: 200px;}

/* =Comments
-------------------------------------------------------------- */

#comments {
    background:#181E24;
    color:#fff;
    margin:54px 0 0 0;
    padding:18px 0;
    overflow:hidden;
}
#comments .comment-navigation {
    background:#87B5DD;
    border-top:1px solid #6DA5D6;
    line-height:36px;
    margin:-18px 20px 18px 20px;
    padding:0 20px;
    overflow:hidden;
}
.comment-navigation a {
    color:#fff;
}
.paginated-comments-links {
    text-align:center;
}
#comments h3 {
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:1px;
    text-align:center;
    margin:0 0 18px 0;
    padding:0 20px 0 20px;
}
#comments .comments:first-child h3 {
    padding-top:18px;
}
#comments ol {
    margin:0 0 36px 0;
    list-style:none;
}
#comments ol ul {
    list-style:none;
    margin:0;
    padding:0 0 18px 0;
}
#comments li {
    background:#87B5DD;
    border-top:1px solid #6DA5D6;
    margin:0 20px 18px 20px;
    padding:17px 20px 0 20px;
    position:relative;
}
#comments li li {
    border:1px solid #6DA5D6;
    margin:0 0 18px 0;
}
#comments a {
}
#comments li.byuser {
    background:#5C9BD1;
    border-color:#3B86C7;
}
#comments li.byuser p a {
}
#comments li.bypostauthor {
}
#comments li.bypostauthor p a {
}
#comments .avatar {
    width:48px;
    height:48px;
    position:absolute;
    top:19px;
    left:20px !important;
    left:0px;
}
#comments .fn {
    font-weight:bold;
    font-size:14px;
    padding:18px 0 0 58px;
    display:block;
}
#comments .fn a {
    color:#fff;
}
#comments-list .comment-meta {
    font-size:10px;
    margin:0 0 18px 0;
    padding:0 0 0 58px
}
#comments-list .comment-meta a {
    font-style:italic;
    color:#fff;
}
#comments li p {
    margin:0;
    padding:0 0 18px 0;
}
.comment-reply-link {
    font-size:10px;
    font-style:italic;
    padding:0 0 18px 0;
}
.comment-reply-link a {
    color:#fff;
}
#cancel-comment-reply {
    padding:0 0 18px 0;
}
#trackbacks-list .comment-author {
    margin:0 0 18px 0;
    font-size:11px;
}
#trackbacks-list .comment-author a {
    font-size:14px;
    font-weight:bold;
    color:#fff;
}
#respond {
    background:#181E24;
    border-top: 1px solid Black;
    padding:17px 20px 0 20px;
	width:auto;
	_width:460px; /* IE6 Hack to display correctly the respond form */
	max-width:460px;
    margin:0 auto;
    z-index:100;
}
#respond h3 {
    padding-top:18px;
}
#cancel-comment-reply a {
    color:#fff;
    font-style:italic;
}
#respond form {
    padding:0 0 36px 0;
}
#respond #form-section-author {
    width:230px;
    float:left;
	margin-right:10px;
}
#respond #form-section-author input {
    width:220px;
}
#respond #form-section-email {
	width:220px;
    float:left;
}
#respond #form-section-email input {
    width:100%;
}
#respond #form-section-url {
	clear:both;
}
#respond #form-section-url input {
    width:100%;
}
#respond .form-label {
    font-size:10px;
}
#respond .form-input input {
    margin:0 0 14px 0;
}
#respond textarea {
    width:100%;
    margin:0 0 16px 0;
}
#respond .form-submit {
    float:right;
}
p.subscribe-to-comments {
    width:260px;
    float:left;
}
p.subscribe-to-comments label {
}
p.comment_license {
    clear:both;
    margin:0;
}
p.solo-subscribe-to-comments {
    clear:both;
    margin:0;
}
p.solo-subscribe-to-comments:first-line {
    font-style:italic;
}
#respond .required {
    font-weight:bold;
}

/* IE6 Hack to display correctly the respond form */
#contentLay {
	margin: 0 5px;
   overflow:hidden;
	width: 650px;
	padding: 10px;
}

.aside ul ul {
    list-style: url(images/icon1.png);
    margin:0 0 1px 1.5em;
	 font-weight: bold;
	font-size: 11px;
}

/* round corners */
.roundtop { 
	background: url(images/sqrTR.png) no-repeat top right;
	background-color: #0E0E0E;
}

.roundbottom {
	background: url(images/sqrBR.png) no-repeat top right; 
	background-color: #0E0E0E;

}

img.corner {
   width: 17px;
   height: 15px;
   border: none;
   display: block !important;
}

/* round corners Content */

.rndCntnt { 
	width: 400px;
}

.rndCntntTop { 
	background: url(images/rndCntntTop.png) no-repeat top right;
	background-color: #0E0E0E;
	height: 16px;
	margin-top: 30px;
}

.rndCntntBottom {
	background: url(images/rndCntntBtm.png) no-repeat top right; 
	background-color: #0E0E0E;
	height: 21px;

}

.rndCntntBck {
	background: url(images/rndCntntBck.png) repeat-y top right; 
	background-color: #0E0E0E;
	padding: 0 10px 0 10px;
	font-family: Century Gothic, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;

}
.rndCntntBckG {
	background-color: #212121;
	padding: 5px 10px 0 0px;
	text-align: right;
	font-size: 10px;
	line-height: 130%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
}

.rndCntntBckCnt {
	border-top: 1px solid #eee;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	padding: 10px 0 0 70px;
	line-height: 130%;
	padding-top: 10px;
}

.rndCntntImg {
	margin: 10px 15px 10px -15px;
	line-height: 130%;
}


img.corner {
   width: 17px;
   height: 15px;
   border: none;
   display: block !important;
}


/* laterales */
.aside ul ul ul ul {
    margin:0 0 0 1.5em;
	 font-size: 10px;
	 font-style: italic;
}

/* footer xTras */

.aside h3 {
    font-size:14px;
    font-weight:bold;
	 font-family: Century Gothic, Verdana, Geneva, Arial, Helvetica, sans-serif; 
	 color: #ccc;
	 border-bottom: 1px solid #555C6A;
	 margin: 35px 0 10px 0;
}

.aside ul ul ul {
    margin:0 0 0 1.5em;
	 font-size: 10px;
}

#footer .widgetcontainer {
    padding: 0px;
    margin: 0px 0px 15px 0px;
}

.aside ul {
    margin:0;
    list-style:none;
	 padding-right: 15px;
	 font-size: 0.9em;
}




/*

adapta footer para lenguajes
*/

.subsidiary_is { 
	background: transparent url(images/footerBackIs.jpg) no-repeat top right;
}
.subsidiary_mo { 
	background: transparent url(images/footerBackMo.jpg) no-repeat top right;
}
.subsidiary_so { 
	background: transparent url(images/footerBackSo.jpg) no-repeat top right;
}
.subsidiary_et { 
	background: transparent url(images/footerBackEt.jpg) no-repeat top right;
}
.subsidiary_in { 
	background: transparent url(images/footerBackIn.jpg) no-repeat top right;
}
.subsidiary_te { 
	background: transparent url(images/footerBackTe.jpg) no-repeat top right;
}

/*

menú lateral 1
*/

.sidenav {
	font-size: 12px;
	float: left;
	width: 165px;
	margin-top: 15px;
	padding: 0 0 7px 0;
	list-style: none;
	background: transparent;
	border-bottom: 0px solid #c16c33 ;
	border-top: 0px solid #7c3200;
	font-family: Century Gothic, Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-weight: bold;
 	font-style: italic;
	text-align: left;
}


.sidenav ul{
	font-size: 11px;
	float: left;
	width: 145px;
	margin: 0;
	padding: 0px;
	list-style: none;
	background: transparent;
	border-bottom: 1px solid #c16c33 ;
	border-top: 1px solid #7c3200;
	font-family: Century Gothic, Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-weight: bold;
	text-align: left;
}
.sidenav ul li a{
	display: block;
	color: #B24700;
	text-decoration: none;
	width: 125px;
	padding: 5px 10px 5px 10px;
	background: url(sidenav_a.gif) no-repeat 5px 7px;
	border-top: 1px solid #c16c33;
	border-bottom: 1px solid #7c3200;
	white-space: normal;
}

.sidenav ul li a:hover {
	background: #ff6600 url(sidenav_a.gif) no-repeat 5px 7px;
	border-top: 1px solid #7c3200;
	color: White;
}
.sidenav ul li span{	display: none; }
.sidenav ul li a:hover span {
	display: block;
	font-size: 11px;
	font-style: italic;
	padding: 10px 0;
	border-top: 1px solid #fff;
}



/* =home Btnn
-------------------------------------------------------------- */

#homeBtnOff {
	 height: 72px;
	 width: 75px;
	 margin: 15px 0px 15px 40px;
	background: transparent url(images/homeBtn.png) no-repeat -160px 0px;
}


#homeBtnOffInt a {
	 display: block;
	 height: 35px;
	 width: 55px;
	 margin: 15px 0px 5px 40px;
	 padding: 45px 0 0 20px;
	 font-size: 10px;
	 text-decoration: none;
	 color: White;
	 background: transparent url(images/homeBtn.png) no-repeat 0px 0px;
}

#homeBtnOffInta a:link {
	 background-position: 0px 0px;
}

#homeBtnOffInt a:hover {
	background-position: -80px 0px;
}

#homeBtnOffInt a:active {
	background-position: -80px 0px;
}

#homeCont a {
	 display: block;
	 height: 75px;
	 width: 125px;
	 margin: 0px 0px 0px 40px;
	 padding: 65px 0 0 18px;
	 font-size: 17px;
	 text-decoration: none;
	 color: White;
	 font-weight: bolder;
	 background: transparent url(images/homeCont.png) no-repeat 0px 0px;
}

#homeCont a:link {
	 background-position: 0px 0px;
}

#homeCont a:hover {
	background-position: -140px 0px;
}

/* =home LayOut
-------------------------------------------------------------- */

#contentHome {
	margin: 25px 180px;
   overflow:hidden;
	width: 490px;
	padding: 0px;
}


#headHome {
	font-size: 18px;
	float: left;
	width: 434px;
	margin: 25px 25px 10px 25px;
	padding: 0px 0px 5px 0px;
	list-style: none;
	background: transparent;
	border-bottom: 1px solid #c16c33 ;
	font-family: Century Gothic, Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-weight: bold;
	text-align: left;
	line-height: 22px;
}
#subHeadHome {
	font-size: 11px;
	float: left;
	width: 440px;
	margin: 5px 25px 5px 5px;
	padding: 0px 0px 5px 0px;
	list-style: none;
	background: transparent;
	font-family: Century Gothic, Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-style: italic;
	text-align:  right;
	line-height: 14px;
}

#leftHome {
	font-size: 10px;
	float: left;
	width: 40%;
	font-family: Century Gothic, Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-style: italic;
	line-height: 11px;
}

#rightHome {
	font-size: 10px;
	float: left;
	width: 60%;
	font-family: Century Gothic, Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-style: italic;
	line-height: 11px;
}

#postLang {
	 display: block;
	 height: 135px;
	 width: 230px;
	 margin: 0px 0px 0px 50px;
	 padding: 60px 100px 5px 35px;
	 font-size: 14px;
	 text-decoration: none;
	 font-style: italic;
	 font-weight: bold;
	 color: #111;
	 background: transparent url(images/postIts.png) no-repeat -270px -99px;
}

#postLangInt {
	 display: block;
	 height: 90px;
	 width: 190px;
	 font-size: 9px;
	 text-decoration: none;
	 font-weight: normal;
	 font-style: italic;
	 color: #111;
}

#postLangInt a{
 white-space: normal;
}

#postGuide {
	 display: block;
	 height: 75px;
	 width: 100px;
	 margin: 35px 0px 0px 55px;
	 padding: 60px 100px 5px 20px;
	 font-size: 15px;
	 text-decoration: none;
	 font-style: italic;
	 font-weight: bold;
	 color: #111;
	 background: transparent url(images/postIts.png) no-repeat -61px -87px;
}

#postGuideInt {
	 display: block;
	 height: 60px;
	 width: 140px;
	 font-size: 9px;
	 text-decoration: none;
	 font-weight: bold;
	 font-style: italic;
	 color: #111;
}

#postKnow {
	 display: block;
	 height: 75px;
	 width: 100px;
	 margin: 35px 0px 0px 35px;
	 padding: 60px 100px 5px 20px;
	 font-size: 15px;
	 text-decoration: none;
	 font-style: italic;
	 font-weight: bold;
	 color: #111;
	 background: transparent url(images/postIts.png) no-repeat -61px -87px;
}

#postKnowInt {
	 display: block;
	 height: 60px;
	 width: 140px;
	 font-size: 9px;
	 text-decoration: none;
	 font-weight: normal;
	 font-style: italic;
	 color: #111;
}

#postMenu {
	 display: block;
	 height: 60px;
	 width: 450px;
	 margin: 0px 0px 0px 50px;
	 padding: 15px 100px 5px 105px;
	 font-size: 14px;
	 text-decoration: none;
	 font-style: italic;
	 font-weight: bold;
	 color: #111;
	 	 position: absolute;
	 background: transparent url(images/postIts.png) no-repeat 0px 0px;
}

#postMenuInt {
	 display: block;
	 height: 80px;
	 width: 325px;
	 font-size: 9px;
	 text-decoration: none;
	 font-weight: normal;
	 font-style: italic;
	 color: #111;
	 line-height: 10px;
}


#rightHomeDN {
	font-size: 11px;
	font-family: Century Gothic, Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-style: italic;
	font-weight: bold;
	line-height: 12px;
	margin: 0px 0 0 25px;
	line-height: 12px;
	padding-bottom: 10px;
}

#langLatHome{
    padding: 3px 55px 10px 45px;
    color:#555;
	 font-family: Arial, Helvetica, sans-serif; 
	 font-weight: bold;
	 font-style: italic;
	 font-size: 11px;
	 line-height: 12px;
	 z-index:100;
	 position: relative;
	 background: transparent url(images/langLatHome.png) no-repeat top left;
	height: 200px;
}

#langLatHome a{
	 white-space: normal;
}

#mainHome {
    padding:0 0;
	 overflow: hidden;
	 margin: 0 auto;
	 position: relative;
	 width: 960px;
}

.mainHome_is { 
	background: transparent url(images/footerBackIs.jpg) no-repeat 380px 350px;
}
.mainHome_mo { 
	background: transparent url(images/footerBackMo.jpg) no-repeat bottom right;
}
.mainHome_so { 
	background: transparent url(images/footerBackSo.jpg) no-repeat 350px 350px;
}
.mainHome_et { 
	background: transparent url(images/footerBackEt.jpg) no-repeat 420px 400px;
}
.mainHome_in { 
	background: transparent url(images/footerBackIn.jpg) no-repeat 350px 350px;
}
.mainHome_te { 
	background: transparent url(images/footerBackTe.jpg) no-repeat bottom right;
}



.aside a:active,
.aside a:hover {
    color: #FF6600;
}

.entry-title a:active,
.entry-title a:hover {
    color: #FF6600;
}

#wrapper {
	 width: 960px;
	 margin: 0 auto;
}