/*
Theme Name: Aroha Digital Coorporative web
Theme URI: http://arohadigital.com/
Description: Aroha Digital Coorporative web theme for WordPress.
Author: Aroha Digital team
Version: 0.1
Tags: black, blue, white, two-columns, fluid-width, custom-header, theme-options, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/


/* --------------------------------------------------------------

   Reset default browser CSS.

   Based on work by Eric Meyer:
   http://meyerweb.com/eric/tools/css/reset/index.html

-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background-image: url(images/main_bg.png);
	background-repeat: repeat-x;
	background-position: left 0px;
}
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }



/*
LAYOUT: 3 columns
DESCRIPTION: 3-column fluid layout with one sidebar left of content and one sidebar right of content
*/

#container {
	margin: 0 auto 0 auto;
	width: 75%;
	float: right;
}
#mainSidebar {
	width:24%;
	padding:0px 0px 0px 0px;
	float: left;
	/*background-color: #eaeaea;
	border: 1px solid #c2c2c2;
	border-top: 1px solid #999;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-top: 5px;
	background: url(images/boxSidebarTop.jpg) repeat-x left top;
*/
	margin-bottom:20px;
}

#primary{
	padding: 0px 10px 10px 0px;
	/*border: 1px solid #fff;*/
	margin:10px 0px 0px 0px;
	text-align: right;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-top: 5px;}


#content {
	width: 72%;
	float: left;
	/*-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-top: 5px;*/
}
.box-right-1, .box-right-2, .box-right-3 {
	width: 25%;
	float: right;
	clear: right;
	padding: 0px;
	color: #000;
	/*-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-top: 5px;*/
}
#footer {
	clear: both;
	width: 100%;
}




/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Arial, Helvetica, sans-serif;
}

h2#comments-title,
h3#reply-title,
#access .menu,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.meta-things,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget_search label,
.widget-title
{
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}

code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}



/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
}
#wrapperAll {
	width:94%;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	padding-top:0px !important;
}
#wrapper {
	padding: 0 0px;
	position: relative;
	background-image: url(images/cenefa.jpg);
	background-repeat: repeat-x;
	background-position: left -1px;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	font-size: 11px;
	float: right;
	padding: 0px 20px 0px 20px;
	width: 19%;
	border-left: 1px #999 dotted;
	/*background-color:#003;*/
	filter:alpha(opacity=65);
	-moz-opacity:0.65;
	-khtml-opacity: 0.65;
	opacity: 0.65;
	color:#000;
	text-align: left;
	margin-top:10px;
}
#footer-widget-area .widget-area:last-child {
	border-left: 0px;
}
#footer-widget-area .widget-area:hover{
	background-color:transparent;
	filter:alpha(opacity=85);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
}
#footer-widget-area .widget-area ul li ul li{
	list-style-type: square;	
}
#footer-widget-area .widget-area a{
	color:#5E6B7C;
}
#footer-widget-area .widget-area ul li ul li a:hover{
	color:#000;
}

#footer-widget-area .widget-area h5{
	color:#000;
	font-size: 11px;
	line-height: 30px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: right;
	width: 30%;
}
#site-generator {
	float: left;
	width: 60%;
}



/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles  */
body {
}
body, input, textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #E7E7E7;
	border:0;
	height: 1px;
	margin-bottom: 18px;
	clear:both;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: disc;
	margin: 0 0 18px 1.5em;
}
ul ul{
	list-style: square;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
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 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #FFFFCC;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
ins {
	text-decoration: none;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"], textarea {
	padding: 0 0 0 3px;
}
a:link {
	color:#0066CC;
}
a:visited {
	color:#743399;
}
a:active,
a:hover {
	color: #FF4B33;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}



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

#headerAll {
	width:100%;
	background-color: #5E6B7C;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-khtml-border-radius-top-left: 6px;
	-khtml-border-radius-top-right: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	padding-bottom: 0px;
	}
#topest {
}
#topest ul{
	padding: 6px 36px 0px 36px;
	text-align: left;
}
#topest li{
	display: inline;
	padding: 0px 1px 2px 1px;
	color: #999;
	list-style-type: none;
}
#topest li a{
	color: #fff;
	padding: 4px 20px 1px 20px;
	font-weight: bolder;
	}
#topest li a:hover{
	color: #99D6FF;
	}

#header {
	margin-top: 0px;
	padding: 0px 0 0 0;
}
#site-title {
}
#site-title, #site-title span {
	margin: 0px auto 0 auto;
	padding: 0px 0 0 0;
	position: relative;
	line-height: 1.1em;
	font-weight: bolder;
	font-size: 24px;
	letter-spacing: -1px;
	width: 143px;
	height: 80px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
}
.h1-label {
	display:none;
	}
#branding a, #site-title span a{
	color: #fff;
	text-decoration: none;
}
#header h1 a:hover, #site-title span a:hover{
	color: #99D6FF;
	text-decoration: none;
}
#site-description {
	color: #fff; /*99D6FF*/
	font-size: 10px;
	margin-bottom:20px;
	text-transform: uppercase;
	clear: left;
	display:none;	
	}
	
	/* This is the custom header image */
#branding {
	clear: both;
	float: left;
	width: 100%;
	text-align: center;
}
#branding img {
	clear: both;
	border-top: 4px solid #000;
	display: block;
}
#header-tools {
	float: right;
	width: 70%;
	text-align: right;
}
/* =Menu
-------------------------------------------------------------- */

#access {
	background-color: #000;
	margin: 0 auto;
	width: 100%;
	display:block;
	float:left;
}
#access .menu-header {
	font-size: 11px;
	margin-left: 2%;
}
#access .menu-header ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li {
	float:left;
	position: relative;
}
#access a {
	display:block;
	text-decoration:none;
	color:#000;
	padding:0 10px;
	line-height:22px;
	text-transform: uppercase;
}
#access ul ul {
	display:none;
	position:absolute;
	top:38px;
	left:0;
	float:left;
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	z-index: 99999;
}
#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	background:#333;
	height:auto;
	line-height:1em;
	padding:10px;
	width: 130px;
}
#access li:hover > a,
#access ul ul :hover > a {
	color:#f0f0f0;
	background:#666;
}
#access ul li:hover > ul {
	display:block;
}



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

#main {
	padding: 30px 0 0 0;
}
#content {
	margin: 0 0px 36px 0px;
	width: 72%;
	float: left;
	padding:10px 4px 40px 10px;
	/*border: 1px solid #C6E5E8;*/
}
#content,
#content input,
#content textarea {
	color: #444;
	font-size: 14px;
	line-height: 1.2em;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom:6px;
}
#content ul, #content ol {margin-left:40px;margin-top:3px;}

#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom:10px;
	margin-left:30px;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content strong,
#content b,
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	margin: 10px 0 10px 0;
	line-height: 1.1em;
}
#content table {
	border: 1px solid #e7e7e7;
	text-align: left;
	margin: 10px -1px 6px 0;
	width: inherit;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 3px 24px;
}
#content tr.odd td {
	background: #F2F7FC;
}
.hentry {
	margin: 0 0 0px 0;
}
.entry {
	display: inline;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 5px;
	color:#333;
	/*background-image: url(images/boxContent.jpg);
	background-repeat: repeat-x;*/
	/*background:#fff url(images/box.gif) repeat-x left top;
	border: #A7A7A7 solid 1px;*/
}
.entry ul{
}
.entry li{
	margin-bottom:2px;
	margin-top:2px;
}
.entry p{
}
.entry p a{
	color:#006699;
	text-decoration: none;
}
.entry p a:hover{
	color:#F90;
	border-bottom:dotted #fff 1px;
}
.home .sticky {
	background: #F2F7FC;
	border-top: 4px solid #000;
	padding: 18px 20px;
	margin-left: -20px;
	margin-right: -20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}

.page-title span {
	color: #444;
	font-style: italic;
}
.page-title a:link, .page-title a:visited {
	color:#888;
	text-decoration: none;
}
.page-title a:active, .page-title a:hover {
	color: #FF4B33;
}
.entry-category h1{
	font-size: 26px;
	background-image: url(images/arrowClara.jpg);
	padding-left: 26px;
	background-repeat: no-repeat;
	margin: 0 0 10px 0 !important;
	background-position: left 4px;
	}
.entry-category p{
	font-size: 12px;
	}
.entry-category p:last-child{
	font-size: 12px;
	margin-bottom:30px !important;
	}
.entry-title {
	clear: left;
	margin-right: 10px;
}
#content .entry-title {
	
	color: #F60;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 21px;
	letter-spacing: -1px;
	padding:0px;	/*background-color:#C8DEE9;*/
	
}
.entry-title a:link, .entry-title a:visited {
	color:#F60;
	text-decoration: none;
}
.entry-title a:active, .entry-title a:hover {
	color: #000;
}
.entry-thumbnail {
	clear: both;
	float: left;
	width: inherit;
	margin-right: 6px;
	display: inline;
}
.entry-content,
.entry-summary {
	padding: 0px 0 0 0;
	width: auto;
	margin-top: 0;
}
.entry-summary p {
	line-height: 1.3em;
	color: #333;
}


.entry-content h2{
	color: #F60;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 21px;
	/*background-image: url(images/arrowBlackCaja.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;*/
	padding:2px 0px 2px 0px;
	letter-spacing: -1px;
}
.entry-content h3{
	background-image: url(images/arrowGranate.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 14px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}
.entry-content h4{
	background-image: url(images/arrowWhiteRed.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 12px;
	font-weight: bold;
	font-size: 12px;
	clear: left;
}

.entry-content a{
}
.entry-content p{
	line-height: 1.4em;
}
.entry-content li{
	line-height: 1.4em;
}
#content .entry-summary p:last-child {
	margin-bottom: 8px;
}
#content .entry-summary p a:last-child {
	font-size: 0.8em;
	border-bottom: 0px;
}
.entry-content fieldset {
	border: 1px solid #E7E7E7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight:bold;
	margin:0 0 22px 0;
	word-spacing:0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color:#444;
	font-weight:normal;
	padding:0.5em 0.75em;
	text-decoration:none;
}
.home .sticky .page-link a {
	background: #D9E8F7;
}
.page-link a:active,
.page-link a:hover {
	color: #FF4B33;
}
#entry-author-info {
	background: #F2F7FC;
	border-top: 4px solid #000;
	padding: 18px 20px;
	margin: 24px 0;
	overflow: hidden;
	clear: both;
	font-size: 14px;
	line-height: 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	margin: 0 -104px 0 0;
	padding: 11px;
	height: 60px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 0;
}
.entry-utility {
	border-top: 1px dotted #ccc;
}
.entry-utility, .meta-things {
	color: #888;
	font-size: 0.8em;
	clear:left;
	line-height: 16px;
}
.meta-things {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 20px;
}
.meta-things abbr, .meta-things abbr {
	border: none;
}
.meta-things abbr:hover, .entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.meta-things a, .entry-utility a {
	color: #069;
	text-decoration: none;
}
.meta-things a:hover, .entry-utility a:hover {
	color: #FF4B33;
}
#content .video-player {
	padding: 0;
}


/* box-right
-------------------------------------------------------------- */

.gancho li{
	font-family:Arial, Helvetica, sans-serif;
	background: url(images/checkmark.gif) no-repeat 4px 0px;
	font-size: 11px;
	font-weight: bolder;
	color: #000;
	padding: 4px 2px 4px 28px;
	margin: 0px;
}
.box-right-1 div.widget-container, .box-right-2 div.widget-container, .box-right-3 div.widget-container {
	background: #F5F9FB url(images/boxSidebar-bg-on.jpg) repeat-x;
}
.box-right-1 div.widget-container:hover, .box-right-2 div.widget-container:hover, .box-right-3 div.widget-container:hover {
	background: #EBF3F7  url(images/boxSidebar-bg.jpg) repeat-x;
}
.box-right-1 div.widget-container {
	margin-bottom:10px;
	padding: 0px;
	border:1px solid #C6E5E8;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-top: 5px;
}
.box-right-2 div.widget-container {
	margin-bottom:10px;
	padding: 0px;
	border:1px solid #C6E5E8;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-top: 5px;
}
.box-right-1 div.widget-container h5, .box-right-2 div.widget-container h5, .box-right-3 div.widget-container h5 {
	font-size:11px;
	/*border-bottom:#000 1px solid;*/
	margin:0px 0px 6px 0px;
	padding:8px 2px 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999; /*7E6B44*/
	background:url(images/base_mini_head_bg.gif) repeat-x 0px 0px;
	text-transform: uppercase;
	border-bottom:1px solid #C6E5E8;
	line-height: 1.1em;
}
.box-right-3  {
	margin-bottom:10px;
	padding: 0px 0px 0px 2px;
	/*background: transparent url(images/boxSidebarTodo.jpg) repeat-x left top;*/
	border: 1px solid #C6E5E8;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-top: 5px;
}
.box-right-3 h5{
}
#adc-shopping-cart h5.widge-ttitle, #adc-resumen-shopping-cart h5.widge-ttitle{
	background: url(images/icon_basket.gif) no-repeat 6px 2px;
}
.box-right-1 a, .box-right-2 a, .box-right-3 a{
	text-decoration: none;
}
.box-right-1 ul, .box-right-2 ul, .box-right-3 ul{
	margin: 12px 10px 12px 10px;
	text-align: left;
	list-style:none;
}
.box-right-1 ul ul, .box-right-2 ul ul, .box-right-3 ul ul{
	margin: 0px 0px 0px 10px;
}
.box-right li{
	line-height: 2em;
	border-bottom: 1px dotted #ccc;
}
.box-right li:last-child {
	line-height: 2em;
	border-bottom: 0px dotted #ccc;
}
.box-right li:hover{
	background-color: #FFF;
}
.box-right-1 li a, .box-right-2 li a, .box-right-3 a{
	padding-top:2px;
}

.box-right-1 li a:hover, .box-right-2 li a:hover{
}
.box-right-1 table, .box-right-2 table{
	margin: 8px;
}

.box-right-1 p,.box-right-2 p {
	padding-right:12px;
	margin-bottom:12px;
	margin-top:12px;
	padding-left:12px;
}
.box-right-3 p {
	padding-right:6px;
	margin-bottom:6px;
	margin-top:6px;
	padding-left:6px;
}
.box-right-1 img{
	/*float:left;*/
}
/* Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top:0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}




/* Gallery listing
-------------------------------------------------------------- */

.category-gallery {
	margin-bottom: 48px;
}
.category-gallery h2 {
	margin-top: 10px;
}
.category-gallery .meta-things {
}
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right:20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-content p {
	display: inline;
}
.home #content .category-gallery .entry-utility {
	padding-top:4px;
}


/* Attachment pages
-------------------------------------------------------------- */

.entry-content .attachment img {
	margin-bottom: 0;
}
.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}



/* Images
-------------------------------------------------------------- */

.entry-content img {
	margin: 0 0 24px 0;
	max-width: 640px;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft, img.alignright, img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	color: #888;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
#content .wp-caption img {
	margin: 5px;
}
#content .wp-caption p.wp-caption-text {
	margin: 0 0 4px;
}
#content .wp-smiley {
	margin:0;
}
#content .gallery {
	margin: auto;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	margin-left: 0;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery-caption {
	color: #888;
	font-size: 12px;
	margin:-24px 0 24px 0;
}
#content .gallery br+br {
	display: none;
}



/* =Navigation
-------------------------------------------------------------- */

.navigation {
	font-size:  10px;
	line-height: 11px;
	overflow: hidden;
	color: #888;
	width: 94%;
	margin: 0 auto;
}
.navigation a:link, .navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #FF4B33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	width: 50%;
	text-align:right;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}



/* =Comments
-------------------------------------------------------------- */
#comments  {
	padding-top: 20px;
}
#comments .navigation {
	padding: 0 0 0px 0px;
}
h2#comments-title, h3#reply-title {
	color: #666;
	font-weight: normal;
	font-size: 21px;
	margin-bottom: 0;
	letter-spacing: -1px;
}
h2#comments-title, h3#reply-title {
	padding: 1px 0 24px 28px;
	background-image: url(images/arrowClara.jpg);
	background-repeat: no-repeat;
	background-position: 4px 2px;
}
h3#reply-title {
	margin-top: 20px;
}
#comments-title em{
	font-style: normal;
	color: #000;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link, .comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a, a.comment-edit-link {
	color: #888;
}
.reply a:hover, a.comment-edit-link:hover {
	color: #FF4B33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}



/* Comments form */
#respond {
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px 0;
	width:98%;
}
#respond textarea {
	width:99%;
}
#respond dt,
#respond dd {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond dd code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 0 0 24px;
}
#respond .form-submit input {
	width: auto;
}
#respond dl {
	margin: 0 0 10px;
}
#respond dt {
	 display: inline;
	font-weight: normal;
}
#respond dd {
	display: inline;
}


/* =Widget Areas
-------------------------------------------------------------- */
.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area p {
	list-style: none;
	margin-left: 1.3em;
}
.widget_search #s { /* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	font-size: 14px;
	font-weight: bold;
	color: #222;
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
}
.widget-area a:link, .widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active, .widget-area a:hover {
	text-decoration: none;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
.widget_tag_cloud div{
	line-height: 1.6em;
	margin: 12px 10px 12px 10px;
}
#wp-calendar {
	width:100%;
}
#wp-calendar caption {
	font-weight: bold;
	color: #222;
	text-align: left;
	font-size:14px;
	padding-bottom: 4px;
}
#wp-calendar thead {
	font-size:11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	padding: 3px 0 2px;
	background: #f5f5f5;
	border:1px solid #fff;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #FF4B33;
}
.widget_rss .widget-title img {
	height: 11px;
	width: 11px;
}
/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 10px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}



#primary {
	font-size:11px !important; 
}
#primary .widget-area{
	padding:0px 20px 20px 0px;
}
#primary /*.widget-container*/ h5 {
	font-size:11px;
	/*border-bottom:#000 1px solid;*/
	margin:16px 0px 3px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #999; /*7E6B44*/
	padding:0px 0px 0px 0px;
	/*background:url(images/arrowWhiteRed.gif) no-repeat 0px 5px;*/
	text-transform: uppercase;
}
/*#primary li:first-child {
}
#primary li:first-child h5 {
	margin-top: -14px;
	color: #fc0 ;
	background:url(images/arrowWhiteRed.gif) no-repeat 0px 5px;
	padding-bottom: 18px;
	padding-left: 16px;
}
*/
#primary ul{list-style-type:none;}
#primary ul li{margin:0px 0px 2px 0px;text-transform:uppercase;}
#primary ul li a{color:#666;background:url(images/bulletPrimary.gif) no-repeat right top;padding:0px 16px 0px 0px;text-transform:uppercase;}
#primary ul li a:hover{color:#000;background:url(images/bulletPrimaryOn.gif) no-repeat right -1px;}
#primary ul ul li:hover{}
#primary  ul ul {
	margin-left: 0px!important;
}
#primary ul li ul{margin-left: 0px;}
#primary ul li ul li{color:#999;}
#primary ul li ul li a{color:#666;background:url(images/bulletPrimary.gif) no-repeat right -1px;padding:0px 16px 0px 0px;}	/*b9ccdd*/
#primary ul li ul li a:hover{color:#000;background:url(images/bulletPrimaryOn.gif) no-repeat right -1px;}
#primary ul li ul li:hover{}
#primary ul ul ul li{
	padding:0px 0px 0px 12px;
	margin:2px 13px 1px 0px;
}
#primary ul ul ul li:hover{} 



/*////////// login with ajax widget///////*/
#LoginWithAjax_Links {
	color: #666;
}

.box-right .widget_meta ul li:last-child {
	display:none;
}
.box-right .widget_meta ul li:nth-child(0n+4) {
	border:0px;
}
.box-right .widget_meta ul li:nth-child(0n+3) {
	border:0px;
}





/* Default CSS generated by dTabs */


ul.tabbar {margin:6px auto 1px 40px;padding:0px;width:auto;}
/* style the tabs in IE (the trailing comma prevents other browsers from reading this) */
.tabbar li, .tabbar ul li, {
	
	/* make them horizontal in IE*/
	display: inline;
	
	/* space them a little in IE*/
	margin: 0 5px;
}

/* style the tabs */
.tab, .tabselected {
	color:#ccc;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
}
.tab a, .tabselected a{
	color:#ccc;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
}
.tab a:hover {
	color:#FFF;
}
.tab:hover {
	background-color: #333;
}
.tab ul li a {
	color:#069;
	text-transform: lowercase;
	text-transform: capitalize;
}
.tab ul li a:hover {
	color:#000;
}
.tab ul li, .tabselected ul li {
	border-bottom: 1px dotted #ccc;
	line-height: 2em;
}
.tab ul li:last-child, .tabselected ul li:last-child {
	border-bottom: 0px dotted #ccc;
}
.tab ul li:hover, .tabselected ul li:hover {
	background-color: #fff;
}
.tab ul li a:hover, .tabselected ul li a:hover {
	color: #000 !important;
}
.tabselected a{
	color:#fff;
	text-decoration: none;
}
.current_page_item {
	background-color: #DAE9F0;
	color: #000;
}
.current_page_item a{
	color: #000 !important;
}
.tab, .tabselected {
	
	/* make them horizontal in Firefox 2*/
	display: -moz-inline-box;
	
	/* make them horizontal in all other browsers*/
	display: inline-block;
	
	/* space them a little */
	padding: 2px 10px 2px 10px;
	
	/* set a grey background for non-selected tabs (which we will overide for selected tabs later) */
	background-color: #5E6B7C;
	
	/* set a border, make it rounded at the top */
	/*border: 1px solid rgb(150,150,150);
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius-top-left: 5px;
	-khtml-border-radius-top-right: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;*/
}

/* make changes to the selected tab */
.tabselected {
	
	/* set a white background */
	background-color: #54606F;
	
	/* make the border along the bottom blend into the white background */
	border-bottom-color: #5E6B7C;
}

/* style the drop down menus */
.dmenu {
	/* left align the text */
	text-align: left;
	
	/* REQUIRED */
	position: absolute;
	
	/* js fade method should display them 23px below the top of the tabs */
	margin: 27px 0 0 0;
	
	/* put some space around the contents */
	padding: 5px 15px;
	
	/* set a grey background */
	background-color: rgb(240,240,240);
	
	/* set a border, round all the corners except the top left */
	border: 1px solid #999;
	-moz-border-radius: 5px;
	-moz-border-radius-topleft: 0;
	-khtml-border-radius: 5px;
	-khtml-border-radius-top-left: 0;
	-webkit-border-radius: 5px;
	-webkit-border-top-left-radius: 0;
	border-top:0px;
	background: #EBF3F7  url(images/boxSidebar-bg.jpg) repeat-x left -80px;
	
}
.tabbar .dmenu ul {
	
	/* put space at the top and bottom of top-level menus */
	padding: 5px 0 0 10px;
	
	/* stop ie going crazy */
	margin: 0;
	
}
.tabbar .dmenu ul li {
	
	/* stop ie from displaying list items inline */
	display: list-item;
	
}
.tabbar .dmenu ul li a {
	color: #069;
	text-transform: uppercase;	
}
/* REQUIRED: hide menus off screen by default */
.dmenu {
	left: -999em;
}

/* STYLING JUST FOR CSS MENUS */
.tabbar .fademenu .dmenu {
	
	/* position menus correctly */
	margin: 5px 0 0 -6px;
}
/* REQUIRED: show menus on hovering */
.tabbar .fademenu:hover .dmenu {
	left: auto;
}



/*//// RECAPTCHA ///////*/
.recaptcha-error {
	line-height: 1.3em;	
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	width: 100%;
	margin-bottom: 20px;
	margin:0 auto;
	padding:0px;
	background-color: #E6EDF7;
	background-image: url(images/footerCenefa.jpg);
	background-repeat: repeat-x;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-khtml-border-radius-bottom-left: 6px;
	-khtml-border-radius-bottom-right: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	}
#colophon {
	padding: 20px 20px 4px 20px;
	text-align: right;
}
#site-info {
	font-size: 11px;
	clear: left;
	padding: 0px 0px 6px 0px;
	color: #5E6B7C;
	text-align: right;
}
#site-info a {
	color: #5E6B7C;
	text-decoration: none;
}
#site-info a:hover {
	color: #000;
	text-decoration: none;
}
#site-generator {
	position: relative;
	text-align: left;
	font-size: 10px;
}
#site-generator a {
	color: #666;
	display:inline-block;
	text-decoration: none;
	background: url(images/wordpress.png) center left no-repeat;
	padding-left: 19px;
	line-height: 16px;
	margin-left: 1px;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display:block;
	margin: 0 auto 10px;
}
















/* Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}

code {
	-webkit-text-size-adjust: 160%;
}

#access, .meta-things, .entry-utility, .widget_search label, .navigation, .widget-area {
	-webkit-text-size-adjust: 120%;
}

#site-description {
	-webkit-text-size-adjust: none;
}







/* *** CLASS DE COMPATIBILIDAD NAVEGADORES Float containers fix*** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  






/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background:none !important;
	}
	#wrapper {
		float: none !important;
		clear: both !important;
		display: block !important;
		position: relative !important;
	}
	#header {
		border-bottom: 4pt solid #000;
		padding-bottom: 18pt;
	}
	#site-title, #site-description {
		float: none;
		margin: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
		line-height: 1.4em;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#branding img.wp-post-image {
		display: block !important;
	margin-left: -104pt;
	margin-top: 20pt;
	border: none;
	margin-bottom: -24pt;
	}
	#container, #header, #footer {
		margin: 0 0 0 24%;
		width: 70%;
	}
	#content {
		margin: 24pt 0 0;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display:none
	}
	#site-generator a {
		padding: 0;
	margin: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		margin: 0;
		width: auto;
		padding: 0;
	}
	.home .sticky {
		border: none;
	}


