/*
font-family:Colaborate, Helvetica, sans-serif

*/

body { font-family: 'Droid Sans', sans-serif; }
a { color:#000;text-decoration:none;outline:0; }
a:hover, a:focus { color:#888; }
.mceEditor{ display:block;padding:0;background:none;	} /* Outline fix for validation errors */

h1, h2, h3 , .title{ color:#555;font-weight:normal;font-family:Colaborate, Helvetica, sans-serif;line-height:130%; }
h1, .title1 { margin:12px 0 20px 0;font-size:28px; }
h2, .title2 { margin:12px 0 16px 0;font-size:24px; }
h3, .title3 { margin:12px 0 12px 0;font-size:18px; }

div.submit{ text-align:right;padding:0;  }

.input.text input,.input.password input,.input textarea,.input select, .mceEditor {
	border: solid 1px #a4a4a4;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	background: #fff;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	-khtml-border-radius:0;
}

.input.text input:hover,.input.password input:hover,.input textarea:hover,.input select:hover,
.input.text input:focus,.input.password input:focus,.input textarea:focus,.input select:focus{ 
	border-color: #333; 
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

/****** @Paginator ******/

.paginator {
	text-align:center;
	margin-bottom:15px;
	padding:10px 40px;
	font-weight:bold;
 }

.paginator .current {  }
.paginator .buttons { overflow:auto; }

.paginator .first,
.paginator .prev,
.paginator .next,
.paginator .last {
	display:-moz-inline-stack;display:inline-block;vertical-align:top;zoom:1;*display:inline;
	width:38px;
	height:22px;
	background:no-repeat top;
	border:#BBB solid 1px;
}
.paginator .first { background-image:url(/img/first.png); }
.paginator .next { background-image:url(/img/next.png); }
.paginator .prev { background-image:url(/img/prev.png); }
.paginator .last { background-image:url(/img/last.png); }

.paginator .first.disabled,
.paginator .next.disabled,
.paginator .prev.disabled,
.paginator .last.disabled,
.paginator .first:hover,
.paginator .next:hover,
.paginator .prev:hover,
.paginator .last:hover { background-position:bottom; }

.paginator .numbers {
	line-height:24px;
	display:-moz-inline-stack;display:inline-block;vertical-align:top;zoom:1;*display:inline;
	padding:0 8px;
}
.paginator .numbers span { color:#CCC; }

.paginator.mini .numbers {
	line-height:12px;
	display:-moz-inline-stack;display:inline-block;vertical-align:top;zoom:1;*display:inline;
	padding:0;
}
.paginator.mini .numbers span {
	color:#CCC;
	text-indent:-9999px;
	display:-moz-inline-stack;display:inline-block;vertical-align:top;zoom:1;*display:inline;
	width:16px;
	height:22px;
	background:url(/img/showcase_nav.png) no-repeat center center;
}

.paginator.mini .numbers span.current {
	background-image:url(/img/showcase_nav_selected.png);
}

.paginator.mini .numbers span a {
	display:block;
	width:16px;
	height:22px;
}


/****** @Layout ******/

#nofooter{
	width:960px;
	margin:0 auto;
	min-height:100%;
} * html #nofooter{ height:100%; }

#header { overflow:hidden; }

#header .line {
	clear:both;
	background:#ECECEC url(/img/line_fade_right.png) no-repeat right center;
	height:1px;
	width:100%;
}
#header .line .line { background:transparent url(/img/line_fade_left.png) no-repeat left center; }

#logo {
	position:relative;
	float:left;
	width:352px;
	height:112px;
	margin:0 0 0 25px;
	background:url(/img/logo.png?) no-repeat center center;
} #logo a { position:absolute;display:block;width:100%;height:100%;top:0;left:0;text-indent:-99999px; }

.c_adwords #logo { background-image:url(/img/logo.png); }

.outside {
	position:absolute;
	width:100%;
	height:6px;
	background:#717375;
	top:0;
	left:0;
	z-index:-1;
}

.c_adwords .outside { /*background:#F57A1A;*/ background:#717375; }

.headerInfo {
	margin-left:500px;
	background:url(/img/social.png) no-repeat center center;
	width:54px;
	margin:57px 0 0 900px;
}
.headerInfo a {
	display:-moz-inline-stack;display:inline-block;vertical-align:top;zoom:1;*display:inline;
	height:24px;
	width:50%;
	text-indent:-9999px;
}

#menu { margin:0;text-align:center; }
#menu a {
	height:57px;
	line-height:57px;
	margin:0;
	padding:0 36px;
	background:url(/img/menu.gif) no-repeat 22px center;
	font-size:15px;
	color:#666;
	display:-moz-inline-stack;display:inline-block;vertical-align:top;zoom:1;*display:inline;
	text-transform:uppercase;
	font-family:Colaborate, Helvetica, sans-serif;
}
#menu a:hover, #menu a.mSelected{ background-image:url(/img/menu_selected.gif);background-position:20px center; }

#menu a.m_adwords.mSelected, #menu a.m_adwords:hover { background-image:url(/img/menu_selected.gif);background-position:20px center; /*background-image:url(/img/menu_selected_ads.gif);color:#F47919; */}

#body { overflow:hidden; }
.c_members #body { padding-bottom:60px; }

#cleaner { clear:both;width:100%;height:302px; } 
.c_members #cleaner { height:92px; } 

.footer {
	overflow:hidden;
	position:relative;
	clear:both;
	height:302px;
	margin:-302px auto 0 auto;
	background:#333 url(/img/bottom.jpg) repeat top;
	color:#fff;
	text-align:left;
}
.c_members .footer {
	height:92px;
	margin-top:-92px;
}


.footer .shadow {
	position:absolute;
	top:-1px;
	left:0;
	height:1px;
	width:100%;
	box-shadow:0 0 8px #777;
	-moz-box-shadow:0 0 8px #777;
	-webkit-box-shadow:0 0 8px #777;
}
.footer .center { position:relative;margin:0 auto;width:940px; }
.footer .top { height:210px;color:#666; }
.footer .top .center > div { float:left;width:40%;padding-top:25px; }
.footer .top .center .about { padding-right:14px;width:438px; }
.footer .top .about .title { color:#6D6D6F;text-transform:uppercase;position:relative;margin:0 0 5px; }
.footer .top .about .title span { background:url(/img/bottom.jpg);padding:0 18px 0 0;position:relative;z-index:2; }
.footer .top .about .title .line {
	position:absolute;
	width:100%;
	height:1px;
	background:#ccc;
	top:9px;
	left:0;
}
.footer .top .about .pBody { max-height:190px;overflow:hidden;margin:0; }

.footer .bottom { background:url(/img/footer.jpg);color:#ccc; }
.footer .bottom a { color:#ccc; }
.footer .bottom a:hover { color:#fff; }
.footer .bottom .center { background:url(/img/footer_focus.jpg) no-repeat 200px top;height:92px; }

#bannersfooter { margin-left:20px; }
#bannersfooter .mooshowcase_wrapper { padding:6px;border:#ccc solid 1px;width:400px;background:#fff; }

.footer .copyright {
	position:absolute;
	width:50%;
	margin:0;
	padding:0;
	left:25px;
	text-align:left;
	height:100%;
	line-height:92px;
	font-size:13px;
}
.footer .copyright a:hover { text-decoration:underline; }
.footer .copyright span { color:#666;padding:0 10px; }
.footer .pulsem {
	position:absolute;
	width:110px;
	height:100%;
	right:25px;
	text-indent:-9999px;
	background:url(/img/admin/pulsem.png) no-repeat right center;
}

/**** @BLOCKS **************/

#body > .contentwide { padding:0 0 36px 0; }
#body > .contentlanding { padding:0 0 36px 0; }
#body > .content { float:right;width:690px;margin-left:25px; } #body > .content > .pad { padding:0; }
#body > .sidebar { overflow:hidden; } #body > .sidebar > .pad { padding:0; }

/* #body > .content > .pad { padding:0 0; } */
.c_inicio #body > .contentwide > .pad { padding:0;background:url(/img/carousel_shadow.png) no-repeat center 374px;  }

.c_members #body > .contentwide { width:550px;margin:0 auto; }
.c_members #body > .contentwide > .pad { padding-top:30px; }
.c_members.a_login #body > .contentwide { width:350px; }

.c_members #body > .contentlanding { width:550px;margin:0 auto; }
.c_members #body > .contentlanding > .pad { padding-top:30px; }
.c_members.a_login #body > .contentlanding { width:350px; }

/******** @SIDEBAR ************************************************/

.banners { padding:10px 0 2px 0; }
.banners .banner { display:block;margin:0 auto 8px auto; }

#support { }
#support h2 { }
#support iframe { display:block;margin:0 auto 10px auto;border:0;width:180px;height:60px; }

#facebook {  }
#recommend {  }

/******** @GENERAL ************************************************/

.noresults { font-size:13px;font-style:italic;padding:12px 0;color:#666; }
.showcase { overflow:hidden; }
.imagefoot { background:#e9e9e9;margin:0;padding:3px 6px;font-size:10px;color:#555;line-height:15px; }
.noimage { background:#e9e9e9 url(/img/noimage.png) no-repeat center center; }

.bulleted {
	margin:0 0 20px 0;
	font-family:'Droid Sans',sans-serif;
}
.bulleted li { margin:0 3px 0 16px; }
.bulleted li a {
	display:block;
	padding:10px 12px;
	margin:0 1px;
	line-height:28px;
	color:#999;
	border-bottom:#e3e3e3 solid 1px;
}
.c_adwords .bulleted li a { line-height:15px; }
.bulleted li.selected > a,
.bulleted li a:hover { color:#000;background:#f3f3f3; }
.bulleted li li { font-weight:normal; }

.sectionHdr{
	line-height:50px;
	height:50px;
	margin:0 0 5px 0;
	color:#ccc;
	font-size:32px;
	font-family:Colaborate, Helvetica, sans-serif;
	text-transform:uppercase;
}

.more { padding:0 10px 0 0;text-align:right; }
.more a {
	line-height:28px;
	background:transparent url(/img/bullet.png) no-repeat left center;
	color:#777;
	text-decoration:underline;
	padding:3px 0 3px 12px;
}

input[type=submit]{
	width:112px;
	height:40px;
	background:transparent;
	border:0;
	color:#a4a4a4;
	font-weight:bold;
	text-transform:uppercase;
	text-align:right;
}

.categories { margin:0 0 12px 0; }
.categories li,
.categories li a { display:-moz-inline-stack;display:inline-block;vertical-align:top;zoom:1;*display:inline; }
.categories li a {
	margin:0 6px 0 0;
	padding:0 6px;
	line-height:21px;
	
	font-size:13px;
	color:#666;
	text-transform:uppercase;
	font-family:Colaborate, Helvetica, sans-serif;
	font-weight:bold;
}

.categories li a.selected, .categories li a:hover {
	background:#666;
	color:#fff;
}

/*** Detail ***/

.detail { overflow:hidden; }
.detail.ajax { padding:0 16px; }
.detail .pTitle { font-weight:normal;margin:0 0 3px 0; }
.c_adwords .detail .pTitle { margin:0 0 10px 0; }
.pDate { font-size:11px;color:#999; }
.detail .pDate { margin:0 0 10px 0; }
.pBody { padding:0; }
.detail .pBody { overflow:hidden; }
.pDescription { padding:10px 12px;border:#DDD solid 1px;background:#F0F0F0; }
.pComments {
	float:left;
	width:45px;
	background: url(/img/icoComments.gif) no-repeat left center;
	padding:0 0 0 20px;
	color:#666;
	height:28px;
	line-height:28px;
 }

/*** @Thumb *************/

.thWrap {
	display:-moz-inline-stack;display:inline-block;vertical-align:top;zoom:1;*display:inline;
	overflow:hidden;
}

.thumb {
	position:relative;
	display:-moz-inline-stack;display:inline-block;vertical-align:top;zoom:1;*display:inline;
	width:230px;
	overflow:hidden;
	padding:0 0 8px 0;
	margin:5px 5px 18px 5px;
}
.thumb.video,
.thumb.album { background:url(/img/shadow.png) no-repeat center bottom; }

.thumb .thWrap {
	border:0;
	max-width:230px;
	max-height:140px;
	padding:0;
	margin:0 0 5px 0;
}

.thumb.h.adword .thWrap, .thumb.h.post .thWrap, .thumb.video .thWrap, .thumb.album .thWrap { margin:0; }

.thumb .pTitle {
	font-size:14px;
	font-weight:bold;
	margin:0;
}
.thumb .pTitle a {  }

.thumb.h {
	display:block;
	width:auto;
	overflow:hidden;
	margin:0 0 18px 0;
}
.thumb.h .thWrap, .thWrap.float{
	float:left;
	margin:0 20px 5px 10px;
	max-width:210px;
	max-height:128px;
}

.thumb.adword .thMask,
.thumb.post .thMask {
	overflow:hidden;
	display:-moz-inline-stack;display:inline-block;vertical-align:top;zoom:1;*display:inline;
	padding:0 0 8px 0;
	float:left;
	background:url(/img/shadow.png) no-repeat center bottom;
	margin:0 20px 5px 10px;
}
.thumb.h .pTitle { font-size:16px; }
.thumb.h .pTitle a { color:#666; }

.thumb .pDate{ margin:0; }
.thumb .pBody { padding:10px 0 18px 0; }
.thumb .pDescription { padding:5px 8px;border:0;background:transparent; }
.thumb .thPodcast { padding:25px 12px; }

.thFix { padding:15px;width:180px; }
.thPodcast { padding:25px; }

/* Comments */

#comments {  }
#CommentPublicarForm { width:320px;margin:25px 0 15px 0; }
#CommentPublicarForm .title{ font-weight:normal; }

.comment { padding:15px 10px; }
.comment.odd{ background:#f0f0f0;border-top:#e3e3e3 solid 1px;border-bottom:#e3e3e3 solid 1px; }
.comment .cName { font-size:18px;margin:0 0 2px; }
.comment .cDate { color:#999;margin-bottom:8px;font-size:11px; }
.comment .cBody { padding:5px 0; }

#crumbs{ font-size:13px;border-bottom:#ccc solid 1px;padding:0 0 5px 0; }
#crumbs a{ padding:3px 8px 3px 12px;background:url(/img/crumb.png) no-repeat left center; }
#crumbs a:first-child{ padding:3px 8px;background:none; }

/******** @INICIO ************************************************/

#carousel { margin:0 auto;background:transparent url(/img/spinner.gif) no-repeat center center; }
#carousel .mooshowcase_wrapper { height:374px; }

/******** @ABOUT ************************************************/

/******** @VIDEOS ************************************************/

.c_videos .detail iframe {
	display:block;
	margin:0 auto;
}
.c_videos .detail .pTitle { margin:5px 0 12px 0; }
.c_videos .detail .pBody { margin:8px 0 0 0; }

#PulsemBox .detail { padding:0 30px 15px; }
#PulsemBox .detail .pBody { font-size:10px;max-height:72px;overflow:auto; }

.govimeo { text-align:center; }
.govimeo a {
	display:-moz-inline-stack;display:inline-block;vertical-align:top;zoom:1;*display:inline;
	padding:5px 8px;
	color:#333;
	font-weight:bold;
}

.hoverButton {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:140px;
	background:transparent none no-repeat center center;
	z-index:-1;
}
.video .hoverButton { background-image:url(/img/video_hover.png); }

/******** @ALBUMS ************************************************/

.c_albums .detail .pTitle { margin:5px 0 12px 0; }
.c_albums .detail .pBody { margin:8px 0 0 0; }

.detail > img.frontimg, #PulsemBox img.frontimg { display:block;margin:0 auto; }
.album .hoverButton { background-image:url(/img/foto_hover.png); }

/******** @POSTS ************************************************/

.postFrontimg { overflow:hidden;margin:0 10px 8px 10px;max-height:500px; }
.postFrontimgCentro {float:none !important; display:block;margin:0 auto 15px auto;text-align:center; }
.postFrontimgCentro img { display:block !important;width:100%; }
.postFrontimgDerecha { float:right !important;margin-right:0; }
.postFrontimgIzquierda { float:left;margin-left:0; }

.post { margin:0;padding:20px 20px 35px 20px; }
.addthis_toolbox{ padding:10px 0;overflow:hidden; }

/***** @CONTACTO *******************************************/

.c_contacto .note { margin:0 0 16px 0; }
.c_contacto .form { float:left;width:450px; }

.c_contacto .form label { color:#999; font-size:13px;padding:0 0 3px 0; }
.c_contacto .form p:first {  }
.c_contacto .form .subform { padding:0; }
.c_contacto .form .input.text input, .c_contacto .form .input textarea { width:230px; }

.c_contacto .info {
	position:relative;
	padding:0 0 50px 0;
	margin:0 0 0 492px;
	/*background:transparent url(/img/contacto.png) no-repeat 220px 51px;*/
	font-size:13px;
}
.c_contacto .info .title { font-weight:normal;font-size:24px;color:#999;margin:0 0 10px 0; }
.c_contacto .info .qr {
	position:absolute;
	top:0;
	left:545px;
}

/******** @INVITE ************************************************/

.invite {
	padding:15px 15px 25px 15px;
	background:url(/img/hdrInvite.jpg) no-repeat top;
	color:#333;
	position:relative;
	width:542px;
}
.invite .title { margin-bottom:4px; }
.invite .note { color:#666;margin:0 0 6px 0;background:none;font-size:10px;padding:0; }

.invite .subform { overflow:hidden; }

.invite .inviteCol { float:left;width:262px;margin-right:18px; }
.invite .inviteCol.omega { margin-right:0; }

.invite .inviteLabel { background:#0660A0 url(/img/bulletedBg.jpg) repeat-x top;padding:6px 12px;margin:0;font-weight:bold;text-align:center;font-size:13px;color:#fff; }

.invite .input.text input{ width:248px; }
.invite .textarea textarea { width:528px;margin:0 auto 15px auto; }
.invite .submit { padding:0; }
.invite .submit input { margin:0 auto 0 0; }

/******** @CLIENTES ************************************************/
.c_members #logo {
	float:right;
}
.c_members #header h2 {
	float:left;
	font-size:45px;
	line-height:112px;
	overflow: hidden;
	margin:0 0 0 20px;
	color:#999;
}
#recover{
	background-color: #d3d3d3;
	color:#222;
	padding:5px 10px;
}
.logout {
	display:block;
	float:right;
	width:100px;
	background-color: #d3d3d3;
	color:#444;
	margin:10px 0;
	padding:8px 10px;
	text-align:center;
	font-size:15px;
}
.documentlist {
	overflow:hidden;
	clear:right;
}

.documentlist li a {
	display:block;
	padding:6px 10px;
	border-bottom:#e9e9e9 solid 1px;
}

.documentlist li a:hover {
	background-color:#e9e9e9;
	color:#000;
}
/************************************************/

.more { padding:0 10px 0 0;text-align:right; }
.more a {
	line-height:28px;
	background:transparent url(/img/bullet.png) no-repeat left center;
	color:#555;
	font-weight:bold;
	text-decoration:underline;
	padding:3px 0 3px 10px;
}

/*div.submit { text-align:center;margin-top:12px; }
input[type=submit], .submitBtn {
	background:transparent url(/img/submit.png) no-repeat center center;
	width:114px;
	height:38px;
	border:0;
	color:#fff;
	text-transform:uppercase;
	margin:0;
	font-weight:bold;
	text-align:left;
	text-indent:3px;
}*/

.content .pad, .content .form { padding:20px 35px 0; }
.desc { overflow:hidden; }
.form {
	border-top:#ccc solid 1px;
	background:url(/img/contactForm.jpg) repeat-x left top;
	margin-top:20px;
}
.form > .title { margin-bottom:0; }
.thMask,.thWrap { overflow:hidden; }

.thWrap { box-shadow:none !important; }
.thWrap.omega { margin:0; }
.thWrap {
	float:left;
	display:-moz-inline-stack;display:inline-block;vertical-align:top;zoom:1;*display:inline;
	margin:0 20px 20px 0;
}
.thWrap.portada_right { float:right;margin-right:0;margin-left:20px; }
.clear.bottom { margin-top:20px; }
.subform { overflow:hidden; }
.subform .inputs_col { float:left;width:32%;margin-right:2%; }
.subform .inputs_col.omega { margin-right:0; }
/*#LandingContactForm .subform { overflow:hidden; }
#LandingContactForm label, #ContactForm .label { font-weight:bold;color:#222; }

.inputs_col { float:left;width:32%;margin-right:2%; }
.inputs_col.omega { margin-right:0; }

#ContactForm .subform .submit .inputs_col {
	text-align:center;
	background-color: #F68122;
	border-radius:8px;
	color:#fff;
	font-weight:bold;
	font-style:16px;
	line-height:20px;
}
#ContactForm .subform .submit .inputs_col:first-child {
	margin-right:2%;
}
#ContactForm .subform .submit .inputs_col a { color:#fff;text-decoration:underline; }*/

#ContactMensaje { height:87px; }
/*#ContactForm .submit { text-align:right; }*/

.thWrap.w50 .thMask { max-width:420px; }
.thWrap.w33 .thMask { max-width:283px; }
.thWrap.w25 .thMask { max-width:212px; }

.layout4 .bottom .desc { padding-bottom:15px; }
.th_col {
	float:left;
	width:212px;
	margin:0 20px 20px 0;
	overflow:hidden;
}
.th_col.right {
	float:right;
	margin:0 0 20px 20px;
}

.message{display:none;color:#ff0000;}
.input_error{display: block}


.c_contacto .subform{height: auto !important}

.leydatos a{display: block}

#ContactForm .submit{max-width: 244px}