@import url(http://www.barna-consulting.com/themes/barna/reset.css);
@import url(http://www.barna-consulting.com/themes/barna/text.css);


/*GENERAL*/

.clear{
	clear:both;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.highlight{
	color:#ef8e00 !important; 
}

/*LAYOUT*/

html, body{
	height:100%;
}

body{
	color:#666;
	font-size:12px;
}

#wrapper{
	width:100%;
	min-height:100%;
}

/*ESTILOS GENERALES*/

/*Titulos*/

h1,h2,h5,h6{font-weight:bold;}
h3,h4{font-weight:normal;}
h1,h2,h3{color:#007272;}
h1{
	font-size:30px;
	line-height:25px;
}
h2{
	font-size:25px;
	line-height:20px;
}
h3 {
	font-size:18px;
	line-height:26px;
}
h4 {
	font-size:16px; 
	line-height:20px;
}
h5 {
	font-size:14px;
	line-height:18px;	
}
h6 {
	font-size:13px;
}
/*Fin titulos*/

p.subtitle{
	font-size:18px !important;
	font-weight:bold;
	font-style:italic;
	color:#b2b2b2 !important;
	margin-bottom:3px;
}

.content_block h4.titulo_ejemplo{
	margin-top:0;
	}/*correccion para el listado de tama�os de titulares de ejemplo*/

.listado li{
	background:transparent url(http://www.barna-consulting.com/themes/barna/images/body_arrow.gif) no-repeat scroll left 5px;
	list-style:none;
	padding-left:15px;
}

.img-border {
	border:5px solid #efefef;
	margin-bottom:15px;
}
.img-border:hover {
	border:5px solid #cacaca;
}

/*destacados en paginas interiores*/
.destacado {
	background:#f5f5f5;
	width:100%;
	padding:2px 0 8px 0;
	margin-bottom:14px;
}

*:first-child+html .destacado { /* this applies only to ie7 */
	padding-bottom:14px;
}

.destacado h3 {
	margin:10px 14px 0 14px;
	width:500px;	
}

.destacado_parrafo {
	color:#a1a1a1;
	margin:4px 14px 6px 14px;
	font-style:italic;
	font-weight:bold;
}
/*fin destacados en paginas interiores*/

/*FIN ESTILOS GENERALES*/

/*CABECERA*/

#header{
	margin-top:15px;
	position:relative;
}
#logo{
	width:150px;
	float:left;
	margin-bottom:15px;
}
#header_img{
	display:block;
	clear:both;
	margin:0 0 20px;
	padding:10px 0;	
	position:relative;
}

#header_img a{
	position:absolute;
	left:25px;
	top:20px;
}

#header_img a.logo-home{
	top:235px;
}

/*Navegacion*/
#nav{
	float:right;
	margin-bottom:0;
}

#nav li{
	float:left;
	list-style:none;
	margin-left:0;	
	margin-bottom:0;
}

#nav a{
	color:#7d7d7d;
	font-size:13px;
	text-decoration:none;
	
	
}

#nav a:hover{
	color:#ef8e00;	
}

/*menu desplegable*/
.jqueryslidemenu {
	display:block;
	float:right;
	position:relative;
	left:18px;
	z-index:100;
	margin-top:15px;
}
.jqueryslidemenu ul {
	list-style-type:none;
}
.jqueryslidemenu .primary-menu {
	margin:10px 0 10px 10px;
}

/*elementos de nivel superior*/
.jqueryslidemenu ul li {
	display:inline;
	position:relative;
}

.jqueryslidemenu ul li a {
	display:block;
	padding:0 16px 0 6px; 
	color:#7d7d7d;
}

* html .jqueryslidemenu ul li a { /*IE6 hack*/
	display:inline-block;
}
.jqueryslidemenu ul li a:hover {
	color:#f87b27;
	background:#fff; 
}	

.jqueryslidemenu ul .selected a {
	color:#f87b27;
}

/*1er subnivel del menu*/
.jqueryslidemenu ul li ul {
	display:block;
	left:0;
	position:absolute;
	visibility:hidden;
	border-top:1px solid #efefef;
}

.jqueryslidemenu ul li ul li {
	display:list-item;
	float:none !important;
}

.jqueryslidemenu ul li ul li a {
	width:190px; 
	padding:6px 5px 6px 10px;
	border-top-width:0;
	border-bottom:1px solid #efefef;
	border-left:1px solid #efefef;
	border-right:1px solid #efefef;
	background:#fff;
}
.jqueryslidemenu ul li ul li a:hover { /* sub menus hover style */
	background:#fafafa;
	color:#f87b27;
}

/*Siguientes niveles de submenu*/
.jqueryslidemenu ul li ul li ul {
	margin-top:-1px; 
	border-top:1px solid #efefef;
}
.jqueryslidemenu ul li ul li ul a {
	top:0;
}

/*fin navegacion*/

/*FIN CABECERA*/

/*Content*/

#content{
	width:960px;
	margin:0 auto;
}


/*Columnas*/
#main_col{
	float:left;
	width:600px;
	margin-right:40px;
	display:inline;
	position:relative;
}

#side_col{
	float:left;
	width:320px;
	padding-top:7px;
	display:inline;
}

#col_1 #main_col{
	width:960px;
	margin-right:0;
}
/*fin columnas*/

/*Bloque destacado home*/
.main_block{
	margin-bottom:20px;
}

.main_block h1{
	margin-top:10px;
}

.main_block h1 img{
	width:370px;
}

.main_block p{
	font-size:15px;
	color:#666666;
	text-align:justify;
}
/*fin bloque destacado home*/

/*estilos generales bloque de contenido*/
.content_block{
	padding-top:10px;	
	margin-bottom:30px;
	overflow:hidden;
}

.content_block h2{
	margin-top:5px;
	}
	
.content_block h4{
	margin-top:20px;
	}
/*fin estilos generales bloque de contenido*/

/*direccion*/
#address{
	background:url(http://www.barna-consulting.com/themes/barna/images/contacto_bg.png) no-repeat center top;
	padding:15px 40px 10px;
	height:55px;
	width:240px;
	overflow:hidden;
	margin-bottom:25px;
	font-size:15px;
}

#address p{
	overflow:hidden;
	clear:both;
	margin-bottom:5px;
	display:block;
	height:23px;
}	

#address p strong{
	float:left;
}

#address p span{
	float:right;
}
/*fin direccion*/

/*bloque ultimos posts y ultimas noticias*/
.last_news{
	margin-bottom:30px;
}

.last_news li{
	list-style:none;
	margin-left:0;
	padding-left:0;
	margin-bottom:10px;	
}

.last_news li p{
	margin-bottom:0;
	line-height:1.2;
}

.last_news h3 a{
	color:#007272;
}

.last_news h3 a:hover{
	color:#ef8e00;
}

.last_news .fecha{
	color:#a1a1a1;
}
/*fin bloque ultimos posts y ultimas noticias*/

/*bloque servicios home*/
.services{
	overflow:hidden;
	clear:both;
}

.services li{
	list-style:none;
	margin:0;
	float:left;
	width:190px;
	margin-left:15px;
}
.services li.first{
	margin-left:0;
}

.services h3{
	margin-bottom:0;
}

.services h3 a{
	color:#4c9c9c;
}

.services h3 a:hover{
	color:#ef8e00;	
}

.services img.principal{
	
}

.services p{
	line-height:1.3;
}

.services .see_more:hover{
	text-decoration:underline;
}
/*fin bloque servicios home*/

/* estilos de tabla */
.tbl {
	float:left;
	margin:10px 0 20px 0;
	width:100%;
	border-collapse:separate;
	border:5px solid #ccc;
}
*:first-child+html .tbl { /* ie7 hack */
	margin-bottom:10px;
}

.tbl tr td {
	padding:4px 0 4px 14px;
	width:auto;
}

.tbl thead tr td { 
	background:#007272;	
	color:#fff;
}

.tbl tbody tr td { 
	border-bottom:1px solid #dadada;
	height:auto;
}
.tbl .odd td { 
	background:#fff;
}
.tbl .even td { 
	background:#ddfcfc;
}

/* fin estilos de tabla */


/***BLOG***/

.blog-entry {
	width:100%;
	margin-bottom:50px;
}

.ccm-blog-post-preview h2{
	line-height:28px;
}

h2 a, h3 a {
	color:#007272;
	text-decoration:none;
}

h2 a:hover, h3 a:hover{
	color:#EF8E00;
}

.blog-misc{
	display:block;
	padding:4px 0 10px;
}

.blog-misc a{
	color:#a1a1a1;
}

.blog-misc a:hover {
	text-decoration:underline;
}


/*categorias*/

span.category, span.blog-tags {
	font-size:18px;
	color:#007272;
	line-height:26px;
}

.blog-category {
	float:left; 
	margin:10px 0 0 0; 
	width:311px;
	padding-bottom:20px;
}
.blog-category li {
	float:left;
	margin-left:0;	
	list-style:none;
	margin-bottom:0;
}
.blog-category li a {
	background:url(http://www.barna-consulting.com/themes/barna/images/body_arrow.gif) no-repeat left 9px;
	float:left;
	display:block;
	width:288px;
	padding:5px 0 5px 14px;
	border-bottom:1px solid #efefef;	
	color:#828282;
}

.blog-category li a:hover {
	background-color:#f5f5f5;
	border-bottom:1px solid #cacaca;
	color:#f87b27;	
	text-decoration:none;
}

.blog-category ul{
	margin:0 0 0 30px;
}

.blog-category ul li a{
	background:url(http://www.barna-consulting.com/themes/barna/images/body_arrow.gif) no-repeat left 9px;
	padding-left:15px;
}

/*fin categorias*/

/* START blog comment form styles */
.bc-submit, .contact-submit {
	background:#a3a3a3 url(http://www.barna-consulting.com/themes/barna/input_arrow.gif) no-repeat;
	color:#fff;
}
.bc-submit:hover, .contact-submit:hover {
	background:#f87b27 url(http://www.barna-consulting.com/themes/barna/input_arrow.gif) no-repeat;
}
/* END blog comment form styles */

/* Leer mas / Bot�n de paginacion */
.leer_mas, .reverse-arrow{
	float:left;
	height:20px;
	padding-right:14px;
	background:#a3a3a3 url(http://www.barna-consulting.com/themes/barna/images/input_arrow.gif) no-repeat 3px 1px;
}

.leer_mas a, .reverse-arrow a{
	display:block;
	float:left;
	margin-left:22px;
	color:#fff;
	text-decoration:none;
}

.leer_mas a:hover {
	color:#fff;
}

.leer_mas:hover { 
	background-color:#f87b27;
}
.reverse-arrow { 
	background:#a3a3a3 url(http://www.barna-consulting.com/themes/barna/images/reverse_arrow.gif) no-repeat 3px 1px;
}
.reverse-arrow a {
	color:#fff;
	text-decoration:none;
}
.reverse-arrow:hover {
	background-color:#f87b27;
}
/* fin leer mas / boton de paginacion */

/* paginacion */
.pagination {
	width:100%;
}
.pagination .reverse-arrow {
	margin-right:10px;
}
.pagination .page-number {
	display:block;
	float:right;
	width:150px;
	text-align:right;
	color:#a1a1a1;
}
/* fin paginacion */

/*compartir*/
.blog-share {
	float:left;
	margin-top:14px;
}
.blog-share ul li {
	float:left;
	margin:4px 23px 0 0;	
	width:16px;
	list-style:none;
}
/*fin compartir*/

/*FIN BLOG*/

/*Footer*/
#footer{
	clear:both;
	overflow:hidden;
	width:100%;
	border-top:1px solid #ccc;
	padding-top:10px;
	font-size:11px;
}

#footer a{
	color:#666;
	text-decoration:none;
}

#footer a:hover{
	color:#ef8e00;
}


#footer li{
	float:left;
	list-style:none;
	margin-left:0;
	margin-right:15px;
}

#footer li.copyright{
	float:right;
	margin-right:0;
}

#footer li.copyright span{
		color:#ef8e00;
}
/*FIN FOOTER*/



/* EVENTOS */
#side_col .iCal{
	float:none;
	padding-left:70px;
}

#side_col #event_small_cal{
	margin:0 0 0 1px;
}

#side_col .nav, #side_col ul{
	list-style-type:disc;
	color:#B2B2B2;
}

#side_col .ccm-page-list h3{
	font-size:14px;
	line-height:18px;
}

#side_col .ccm-page-list h3 a{
	color:#007272;
}

#side_col .ccm-page-list h3 a:hover{
	color:#EF8E00;
}

#simplecal #titlehead{
	width:535px;
	font-family:Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif;
}

#simplecal #titlehead #title{
	line-height:28px;
	color:#007272;
	
}

/*Breadcrumbs*/
.breadcrumbs{
	position:absolute;
	top:-15px;
	height:15px;
	overflow:hidden;
}

/* Estilos para feeds RSS */
.rssItem .rssItemTitle a{
	color:#007272;
	font-size:14px;
	line-height:18px;
	font-weight:normal;
}
.rssItem .rssItemTitle a:hover{color:#EF8E00;}


/* Tag cloud */

#content .tag-cloud{
	overflow:hidden;
}

#content .tag-cloud li{
	list-style:none;
	float:left;
	line-height:22px;
	margin-left:0;
}

/* Blog side bar */
#content .ccm-blog-sidebar{
	float:left;
	width:311px;
}

