/*
Theme Name: Twenty Ten
Theme URI: http://wordpress.org/
Description: The 2010 default theme for WordPress.
Author: the WordPress team
Version: 1.0
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, 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 {
	background-color:#ffffff;
	background-image:url(images/bg_body.jpg);
	background-position:bottom center;
	background-repeat:repeat-x;
	font-family:arial;

}
h1, h2, h3, h4, h5, h6 {

}
ol, ul {
margin-left:20px;
}

ul li{
	list-style-image:url(images/li.gif);
	margin:5px 0;}
	
ul{
}
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; }

a{
color:#009acb;
text-decoration:underline;}

a:hover{
text-decoration:none;}

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;

}
#content {
padding:15px;}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 984px;
	margin:400px auto 0;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
}

h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#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,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit]
{

}
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,
div.menu,
#colophon,
#branding,

#wrapper,
.contenedor_portada, .contenedor_interior{
	margin: 0 auto;
	width: 984px;
}
#wrapper {



}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	width: 700px;
	font-weight: bold;
	font-size: 14px;
}
#site-generator {
	float: right;
	width: 220px;
}



/* =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:5px 0;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
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: #ffc;
	text-decoration: none;
}
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;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	padding: 2px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}




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



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

#header {

}
#site-title {
	float: left;
	margin: 0 0 18px 0;
	width: 700px;
	font-size: 30px;
	line-height: 36px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 14px 0 18px 0;
	width: 220px;
}

/* This is the custom header image */
#branding img {

}

#logo{
width:279px;
float:left;}

.menu-menu_lateral-container ul#menu-menu_lateral{
	margin-left:0;
	padding-left:0;
	}

.menu-menu_lateral-container ul#menu-menu_lateral li{
	list-style-image:none;
	list-style-type:none;
	margin-left:0;
	padding-left:0;
	margin-bottom:15px;}

.menu-menu_lateral-container ul#menu-menu_lateral li a{
	color:#000000;
font-size:17px;
text-decoration:none;}
.interior #logo {
margin-top:10px;
width:126px}
.portada #menu {
float:left;
width:675px;
margin-top:70px;
}

.interior #menu {
float:left;
margin-top:39px;
width:858px;	
background-image:url(images/bg_menu_interior.jpg);
height:55px;}

.interior #menu ul li ul, .interior #menu ul li.current-menu-item ul li ul li a, .interior #menu ul li.current-menu-ancestor ul li ul{
display:none;}

.interior #menu ul li.current-menu-ancestor ul li.current-menu-item ul, .interior #menu ul li.current-menu-ancestor ul li.current-menu-ancestor ul  {
display:block;
left:400px;
position:absolute;
width:400px;}
.interior #menu ul li ul li a{
padding:3px 10px!important;
padding:5px 10px 1px;}
.interior #menu ul{
position:relative;
margin-left:0;
padding-left:0;
width:858px;}
.interior #menu ul li.current-menu-item 
{
}


#menu ul li ul li ul, .interior #menu ul li.current-menu-parent ul li ul, .interior #menu ul li.current-menu-ancestor ul li.current-menu-ancestor ul{
	background-color:#ffffff;}
	
#menu ul li ul li ul li a, .interior #menu ul li.current-menu-parent ul li ul li a, .interior #menu ul li.current-menu-ancestor ul li.current-menu-ancestor ul a{
font-size:10px;
margin-right:2px;
color:#009ACB;}
.interior #menu ul li ul li.current-page-ancestor a{
color:#000000;}
.interior #menu ul li ul li a{
font-size:11px;
color:#009acb;
border:none;}


.interior #menu ul li ul li.current-menu-item a {
color:#000000;}
.interior #menu ul li.current-menu-item ul, .interior #menu ul li.current-menu-parent ul {
display:block;
font-size:10px;
left:0;
margin-left:0;
position:absolute;
background-color:#F4F4F4;}

.interior #menu ul li.current-menu-ancestor ul li.current-menu-ancestor ul{
display:block;}

.interior #menu ul li.current-menu-ancestor ul{
display:block;

left:0;
margin-left:0;
position:absolute;}
#menu {
background-image:url(images/bg_menu_top.jpg);
background-repeat:repeat-x;
}

#menu ul{
margin-top:0;
float:left;
}

#menu ul li {
margin-top:0;
margin-bottom:0;
width:auto!important;
width:100px;
text-align:center;}

#menu ul li#menu-item-46, #menu ul li#menu-item-44 {
width:auto!important;
width:110px;}


#menu ul li#menu-item-41 {
width:auto!important;
width:170px;}

#menu ul li a{
border-left:1px solid #F2F2F2;
border-right:1px solid #D7D7D7;
color:#000000;
display:block;
font-size:13px;
padding:6px 15px;
text-decoration:none;
text-transform:uppercase;
height:18px;}

#menu ul li a:hover, #menu ul li.current-menu-item a, #menu ul li.current-menu-parent a{
background-color:#f4f4f4;
height:18px;}
#menu ul li {
float:left;
list-style-image:none;
list-style-type:none;}
.fila{
clear:both;}

#cabecera{
clear:both;}
#tagline{
float:left;
margin-left:45px;
margin-top:15px;}

#tagline p{
color:#000000;
font-size:28px;}

#tagline p strong{
font-size:32px;
font-weight:bold;}

#descripcion{
clear:both;
float:left;
margin:0 40px 0 120px!important;
margin:0 40px 0 60px;
width:590px;}

#descripcion p{
font-family:arial;
font-size:17px;
line-height:23px;
margin-top:10px;}

#descripcion p strong{
color:#009acb;}

#detacado_portada{
margin:0 auto;
width:900px;
clear:both;
margin-top:20px;}


#contenedor_fotos_pajaros{
	background-image:url(images/fotos_pajaros.jpg);
	background-position:center bottom;

	background-repeat:repeat-x;
	height:260px;}
	
.hightlights{
width:245px;
float:left;
}

#hightlight1, #hightlight2, #hightlight4{
margin-right:75px;}

iframe .fan_box .connections .connections_grid {
margin-top:20px;
}
#hightlight5{
margin-right:30px;
}

#hightlight6{
margin-top:6px;}

h2{
color:#009ACB;
font-size:18px;
font-weight:normal;
}
#hightlight_superior h2{
height:34px;
padding-bottom:12px;
padding-left:74px;
padding-top:20px;
}
.interior h2{
height:34px;
padding-bottom:12px;
padding-left:66px;
padding-top:20px;
background-image:url(images/h2_interior.jpg);
background-position:left top;
background-repeat:no-repeat;

}
h2.disenho{
background-image:url(images/diseno.jpg)}
h2.imagen_corporativa{
background-image:url(images/imagcorp.jpg)}
h2.consultoria{
background-image:url(images/consultoria.jpg)}
h2.tiendas_online{
background-image:url(images/tienda.jpg)}
h2.gestor_contenidos{
background-image:url(images/gestor.jpg)}
h2.difusion_contenidos{
background-image:url(images/difusion.jpg)}
h2.filosofia{
background-image:url(images/filosofia.jpg)}
h2.factor_humano{
background-image:url(images/factorhumano.jpg)}

.interior h2.soluciones{
background-image:url(images/soluciones.jpg)}
.interior h2.actualizaciones{
background-image:url(images/actualizacion.jpg)}
.interior h2.fidelizacion{
background-image:url(images/fidelizacion.jpg)}
.interior h2.comercio{
background-image:url(images/comercio.jpg)}
.interior h2.corporativadigital{
background-image:url(images/corporativadigital.jpg)}
.interior h2.diagnostico{
background-image:url(images/diagnostico.jpg)}
.interior h2.resolucion{
background-image:url(images/resolucion.jpg)}
.interior h2.acompanamiento{
background-image:url(images/acompanamiento.jpg)}
.interior h2.rediseno{
background-image:url(images/rediseno.jpg)}
.interior h2.desarrollo{
background-image:url(images/desarrollo.jpg)}
.interior h2.catalogo{
background-image:url(images/catalogo.jpg)}
.interior h2.tiendas{
background-image:url(images/tiendas.jpg)}
.interior h2.pasarela{
background-image:url(images/pasarela.jpg)}
.interior h2.servicios{
background-image:url(images/servicios.jpg)}
.interior h2.ofrecemos{
background-image:url(images/ofrecemos.jpg)}
.interior h2.blogpersonal{
background-image:url(images/blogpersonal.jpg)}
.interior h2.blogprofesional{
background-image:url(images/blogprofesional.jpg)}
.interior h2.blogcorporativo{
background-image:url(images/blogcorporativo.jpg)}
.interior h2.alta{
background-image:url(images/alta.jpg)}
.interior h2.campana{
background-image:url(images/campana.jpg)}
.interior h2.posicionamiento{
background-image:url(images/posicionamiento.jpg)}
.interior h2.redes{
background-image:url(images/redes.jpg)}
.interior h2.contenido{
background-image:url(images/contenido.jpg)}


	



h2.tipo01{

}
#hightlight_inferior h2{
color:#000000;
font-size:18px;
height:45px;
padding:65px 0 0 108px;}

#hightlight_inferior h2 a{
	text-decoration:none;
	font-weight:bold;
	color:#000000;
	font-size:20px;}
#hightlight1 h2{
background-image:url(images/hightlights01.png);
background-position:left top;
background-repeat:no-repeat;
}

#hightlight4 a.rsswidget{
display:none;}

#hightlight4 ul li a.rsswidget{
display:block;}

#hightlight2 h2{
background-image:url(images/hightlights02.png);
background-position:left top;
background-repeat:no-repeat;
}

#hightlight3 h2{
background-image:url(images/hightlights03.png);
background-position:left top;
background-repeat:no-repeat;

}

#hightlight4 h2{
background-image:url(images/blog.jpg);
background-position:left top;
background-repeat:no-repeat;
padding-left:93px;

}

#hightlight5 h2{
background-image:url(images/twitter.jpg);
background-position:left top;
background-repeat:no-repeat;
padding-left:100px;
}



#hightlight_superior, #hightlight_inferior{
width:885px;
margin:0 auto;}


#portafolio {

margin: 0 auto;
clear:both;}



#footer ul#menu-menu_superior-1 li{
float:left;
width:150px;
margin-right:20px;
list-style-image:none;
list-style-type:none;
margin-left:0;
padding-left:0;
}
#footer ul#menu-menu_superior-1{
margin-left:0;
padding-left:0;
}
#footer ul#menu-menu_superior-1 li ul{
margin-left:0;
padding-left:0;}


#footer ul#menu-menu_superior-1 li a{
text-transform:uppercase;
color:#63bdbe;
text-decoration:none;
font-weight:bold;
font-size:14px;
}

#footer ul#menu-menu_superior-1 li a:hover{
text-decoration:underline;}

#footer ul#menu-menu_superior-1 li ul li {
clear:both;
margin:5px 0;}


#footer ul#menu-menu_superior-1 li ul li a{
text-transform:none;
color:#000000;
font-size:11px;
line-height:10px;
font-weight:normal;
}


.clearer {
clear:both;}
/* =Menu
-------------------------------------------------------------- */

#access {
	background: #000;
	margin: 0 auto;
	width: 940px;
	display:block;
	float:left;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float:left;
	position: relative;
}
#access a {
	display:block;
	text-decoration:none;
	color:#aaa;
	padding:0 10px;
	line-height:38px;
}
#access ul ul {
	display:none;
	position:absolute;
	top:38px;
	left:0;
	float:left;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;	
}
#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	background:#333;
	height:auto;
	line-height:1em;
	padding:10px;
	width: 160px;
}
#access li:hover > a,
#access ul ul :hover > a {
	color:#fff;
	background:#333;
}
#access ul li:hover > ul {
	display:block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color:#fff;
}

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

#main {
clear:both;
}
#content {
	margin-bottom: 36px;
}
#content {
color:#333333;
font-size:14px;
line-height:24px;
width:715px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {

}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom:0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {

}
#content table {
	border: 1px solid #e7e7e7;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #F2F7FC;
}
.hentry {

}
.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 {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}


.page-title a:active,
.page-title a:hover {
	
}
#content .entry-title {
	color: #000;

	margin-bottom: 0;
}

h1.entry-title{
font-size:27px;}

.home h1
{
font-size:25px;
margin-bottom:15px;
}


.entry-title a:active,
.entry-title a:hover {
	
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.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;
}

.home .sticky .page-link a {
	background: #D9E8F7;
}
.page-link a:active,
.page-link a:hover {
	
}
.page .edit-link {
	clear: both;
	display: block;
}
#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 {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	clear: both;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	
}
#content .video-player {
	padding: 0;
}



/* 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 .entry-meta {
}
.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
-------------------------------------------------------------- */

#content img {
	margin: 0;

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



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

.navigation {
	font-size:  12px;
	line-height: 18px;
	overflow: hidden;
	color: #888;
}

.navigation a:active,
.navigation a:hover {
	
}
.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 {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.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;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#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:active,
.comment-meta a:hover {
	
}
.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 {
	
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.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 */
input[type=submit] {
	color: #333;
}
#respond {
	margin: 24px 0;
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#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 {
	
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px;
	width:98%;
}
#respond textarea {
	width:98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget_search #s { /* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display:none;
}
.widget-container {
	margin: 0 0 18px 0;
}

.widget-container ul li{
	list-style-image:none;
	list-style-type:none;}
.widget-title {
	color: #222;
	font-weight: bold;
}

.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#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 {
	
}
#fs-title{
display:none;}
.widget_rss .widget-title img {
	height: 11px;
	width: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;

}
#main .widget-area ul ul {
	border: none;
	padding: 0;

}
#main .widget-area ul li ul li{
}
#primary {
}
#secondary {
}
#fs-excerpt{
font-family:Arial;
font-size:15px;
line-height:20px;
margin:10px 0;
}

#fs-excerpt p.enfasis
{
font-weight:bold;
font-style:italic;
font-size:16px;
line-height:20px;
margin-bottom:15px;
}

li.fs-entry{
	list-style-image:none;
	list-style-type:none;}



#fs-main #fs-excerpt ul{
width:405px;}
#fs-excerpt ul{
height:auto;
margin:0;
padding:0;}
#fs-excerpt ul.columnas li{
float:left;
width:95px;}


#fs-main p.masinfo{
text-align:right;
}
#fs-main p.masinfo a{
background-image:url("images/botoninformacion.jpg");
background-repeat:no-repeat;
color:#ffffff;
font-size:11px;
font-weight:bold;
padding:6px 31px 5px 45px;
text-decoration:none;}

#fs-main p.masinfo a:hover{
background-image:url("images/informacion_hover.jpg")}

p.masinfo{
text-align:right;
}
p.masinfo a{
background-image:url("images/boton_info.jpg");
background-repeat:no-repeat;
color:#333333;
font-size:11px;
font-weight:bold;
padding:2px 7px 5px 24px;
text-decoration:none;}

p.masinfo a:hover{
background-image:url("images/info_hover.jpg")}

#fs-excerpt ul li{
cursor:auto;
height:auto;
list-style-type:circle;
margin:0 0 0 30px;
padding:0;}

#fs-excerpt a{}
/* Footer widget areas */
#footer-widget-area {
}
.entry-content h2 a, .entry-content h3 a{
text-decoration:none;
}

.entry-content h2 a:hover, .entry-content h3 a:hover{
text-decoration:underline;
}
.entry-content h3{
font-size:14px;
}

.entry-content h3 a{
color:#000000;}
.fs-comment {
display:none;}

.fs-title{

background-position:left top;
background-repeat:no-repeat;
font-family:arial;
font-size:14px;
padding-bottom:5px;
padding-left:35px;
padding-top:10px;}

#fs-entry-title-0{
background-image:url("images/icono01.png");
}

#fs-entry-title-1{
background-image:url("images/icono02.png");
}

#fs-entry-title-2{
background-image:url("images/icono03.png");
}

#fs-entry-title-3{
background-image:url("images/icono04.png");
}

#fs-entry-title-4{
background-image:url("images/icono05.png");
}
#fs-entry-title-5{
background-image:url("images/icono06.png");
}
#fs-entry-title-6{
background-image:url("images/icono07.png");
}
#fs-entry-title-7{
background-image:url("images/icono08.png");
}

#fs-picture{
	background-position:left top;}

#fs-main ul {
width:263px;}

#fs-text{
font-size:16px;
margin-left:140px;
width:450px;
}


#fs-main li {
height:34px;
width:264px!important;
width:260px;}

#fs-main li.fs-current, #fs-main li:hover{
background-image:url(images/bg_front.jpg)!important;
background-position: center top;
background-repeat:repeat-x;}

.resumen
{
color:#333333;
font-size:15px;
font-style:oblique;
font-weight:bold;
line-height:20px;
padding-bottom:15px;
	}
.mitad
{
margin-right:30px;
width:327px!important;
width:315px;
	float:left;
	}

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

#footer {
	overflow:visible;
}

#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	position: relative;
	font-style: italic;
}
#site-generator a {
	color: #666;
	display:inline-block;
	text-decoration: none;
	background: url(images/wordpress.png) center left no-repeat;
	padding-left: 20px;
	line-height: 16px;
}
#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,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}



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

/*@media print {
	body {
		background:none !important;
	}
	#wrapper {
		float: none !important;
		clear: both !important;
		display: block !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		margin: 0;
		padding:0;
		line-height: 1.4em;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		width: 100%;
		margin: 0;
	}
	#content,
	.one-column #content {
		width: 100%;
		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 {
		display:inline;
	}
	.home .sticky {
		border: none;
	}
}
*/


#cformsform label, #cformsform label span {
float:left;
margin:0 15px 10px 0;
padding:0;
text-align:right;
width:149px;
}
#cformsform input {
	background-color:#FFFFFF;
	clear:both;
	display:block;
	font-size:12px;
	height:15px;
	line-height:0;
	width:250px;
	margin:0;
	float:left;
	clear:right;
}

#li--1, #li--2, #li--3{
clear:both;}
#cformsform textarea {
	background-color:#FFFFFF;
	clear:rigth;
	float:left;
	display:block;
	font-size:12px;
	height:150px;
	line-height:1.2;
	width:250px;
}
#cformsform .reqtxt {
	overflow:hidden;
}
#cformsform .cf-sb input {
	cursor:pointer;
	height:27px;
	width:100px;
}
.linklove {
	display:none;
}
#content #cformsform ol li {
	background:none repeat scroll 0 0 transparent;
	border:medium none;
	margin:0;
	overflow:hidden;
	padding:0;
}
#menu_derecha li a{
	color:#555555;
	font-size:15px;
	text-decoration:none;
	font-weight:bold;
}

#li--4 input {
	height:15px;
	margin-left:163px;
	margin-top:10px;
	width:15px;
}
#li--4 label span {
	margin-left:5px;
	margin-top:8px;
	text-align:left;
	width:300px;
}

#menu_derecha li a:hover{
text-decoration:underline;}
#menu_derecha li {
background-position:5px 6px;
background-repeat:no-repeat;
border-bottom:1px solid #EEEEEE;
border-left:1px solid #EEEEEE;
color:#777777;
font-size:10px;
margin-bottom:0;
margin-top:0;
padding:17px 21px 10px 44px;
border-right:1px solid #eeeeee;}

ul#menu_derecha{
border:1px solid #EEEEEE;
margin-top:25px;
	}
	
li.bordeporarriba{
border-top:1px solid #EEEEEE;
	}
#main .widget-area ul.xoxo{
	padding-right:0;
	list-style-image:none;
	list-style-type:none;}
	
li#der_01{
background-image:url("images/icono01.png");)}
li#der_02{
background-image:url("images/icono001.png");)}
li#der_03{
background-image:url("images/icono04.png");)}
li#der_04{
background-image:url("images/icono03.png");)}
li#der_05{
background-image:url("images/icono02.png");)}
li#der_06{
background-image:url("images/icono08.png");)}

li#der_07{
background-image:url("images/icono09.png");)}


.columna{
float:left;
margin-bottom:20px;}

#footer .columna{
margin-right:55px;}
#footer .columna ul {}

#footer .columna ul li{}

#footer .columna ul li a, #footer .columna  h2 a{color:#000000;}

#footer .columna ul li h2{}




.columna h2{
	background-image:none;
	padding:0;}
	
	


 #content .jcarousel-skin-neat p.caption{
font-weight:bold;
margin-left:7px;
padding-top:5px;
margin-bottom:5px;
font-size:16px;}

 #content li.jcarousel-item p{
font-size:14px;
margin:0 0 0 7px;
padding:0;
line-height:17px;
}

.jcarousel-scroll a.cgj_prev{
float:left;}

.jcarousel-scroll a.cgj_next{
float:right;}

.jcarousel-scroll a.cgj_prev, .jcarousel-scroll a.cgj_next{
text-decoration:none;}

.jcarousel-scroll a.cgj_prev:hover, .jcarousel-scroll a.cgj_next:hover
{
text-decoration:underline;
}
.jcarousel-scroll{
clear:both;
font-size:13px;
height:27px;
margin-left:7px;
margin-right:8px;}

.mar_der{
margin-right:20px;}

.width_uno{
float:left;
width:205px;}

.titulo2{
}

.margen_cero{
margin-left:0;
padding-left:0;}

#footer a{
text-decoration:none;}

#footer a:hover{
	text-decoration:underline;}
	
.width_dos{
float:left;
width:165px;}

.mar_der_dos{
margin-right:60px;}

#footer .columna h2 a{
font-size:14px;

}

.pie_servicios{
border-right:1px solid #000000;
width:485px;}

.pie_contenidos{
float:left;
width:347px;}

.pie_contenidos .width_uno{
width:100px;}

.pie_contacto {
clear:both;
}

p.direccion{
float:left;
color:#ffffff;}

p.avisos{
float:right;
color:#ffffff;}

#footer p.avisos a{
color:#ffffff;

text-decoration:underline;}

#footer p.avisos a:hover{
text-decoration:none;}


p.cf-sb{
clear:both;}

#cformsform .cf-sb input {
margin-left:164px;
margin-top:5px;}

.entry-content div.failure {
	border:none;
	border:medium none;
color:#AD2929;
font-size:13px;
font-weight:bold;
	}
	
	.cform {
margin-top:20px;
}

.pie_servicios h2{
margin-bottom:10px;}

#primary ul li{
list-style-image:none;
list-style-type:none;}
