@charset "UTF-8";
/* RESET */
* {
	padding:0;
	margin:0
}
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, big, font, img, small, strong, ol, ul, li, {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
}
img {
	border: none;
}
img.right {
	margin-bottom:5px;
	margin-left:8px;
}
.right {
	float:right;
}
img div background h1 {
	behavior: url(../iepngfix.htc);
}
/* End RESET */
/* FONT */
@font-face {
 font-family: "Museo";
 src: url(../type/Museo500-Regular.otf) format("opentype");
}
/* END FONT*/

/* Main Styles */
html {
	background: url(../images/bg.gif) repeat;
}
body {
	font: 82.5% "HelveticaNeue", Helvetica, Arial, sans-serif;
	text-rendering:optimizelegibility;
}
a {
	text-decoration: none;
	color: #333333;
}
a:hover {
	color: #CC0000;
}
#container {
	width: 960px;
	margin: 0 auto;
	padding: 25px 0 0 0;
}
#header {
	font-family: "Museo";
	text-shadow: 1px 1px 2px #999;
	height: 65px; /* Para IE 6 */
	margin: 0 0 25px 0;
}
#header img {
	float: left;
}
#header ul#nav {
	float: right;
	position: relative;
	top: 20px;
	width: 480px;
	text-align: right;
}
#featured {
	font-size: 10px;
	background:url(../images/bg_featured.gif) no-repeat;
	height: 250px;
	display: block;
	padding: 25px;
	margin: 0;
}
#featured img {
	float: left;/*padding-right: 25px;*/
}
#main {
	width: 960px;
	margin: 0px;
	text-shadow: 1px 1px 2px #999;
	line-height: 22px;
}
#main p {
	display: block;
	margin-bottom: 8px;
}
#main h2 {
	color: #920E0D;
	margin: 0px 0px 10px 0px;
	height: 18px;
	font-size: 18px;
	font-weight: bold;
}
#main strong {
	font-weight: bold;
}
#content_text {
	background-color: #FFF;
	display: table;
	width: 630px;
	float: right;
	padding-bottom: 20px;
	margin-bottom: 20px;
	-webkit-border-radius: 6px;    /* for Safari */
	-moz-border-radius: 6px;       /* for Firefox */
}
#content_text .capital {
	float: left;
	color: #CCC;
	font-size: 60px;
	line-height: 38px;
	padding: 5px 5px 0 0;
	font-family: "Museo";
	text-shadow: 0px -1px 0px #999;
	display: block;
	height: 45px;
}
#content_text h2 {
	font-size: 28px;
	font-family: "Museo";
	display: block;
	padding: 15px 0px 53px 40px;
	color: #4B0600;
	text-shadow: #FA0000 0 1px;
	background: url(../images/bg_h2.gif) no-repeat;
	width: 630px;
	margin: 0px 0px 0px -40px;
}
#content_text h3 {
	font-family: "Museo";
	font-weight: bold;
	display: block;
	color: #333;
	font-size: 25px;
	margin: 0px 0px 10px 0px;
	padding: 0px 40px 10px 0px;
	border-bottom: 1px dashed #900;
	line-height: 28px;
	text-align: left;
}
#content_text h3 .peke {
	font-size: 18px;
	font-style: italic;
	color: #999;
}
#content_text h4 {
	font-weight: bold;
	font-size:16px;
	display: block;
	color: #600;
	margin: 20px 0px 10px 0px;
	padding: 0px 40px 0px 0px;
}
#content_text p {
	padding: 0px;
	color: #333;
	line-height: 20px;
}
#content_text blockquote {
	padding: 0px 0px 25px 0px;
	line-height: 25px;
	color: #666;
	font-size: 16px;
}
#content_text blockquote strong {
	color: #333;
}
.columna {
	width:290px;
	float:left;
	padding:10px 15px;
	margin:0 0 30px 0;
}
.columna h2 {
	font-family: "Museo";
	font-size: 1.4em;
	text-shadow: 0 1px 0 #FFF;
	font-weight: normal;
	margin: 0 0 10px 0;
	border-bottom: 1px dashed #CCC;
	padding: 0 0 10px 0;
	height:auto !important;
}
.columna small {
	color: #999;
	font-size: 10px;
	text-shadow: 0 1px #FFF;
	display: block;
	margin-bottom: 15px;
}
.columna ul.listas {
	font-style:normal;
	margin: 10px 0px 20px 20px;
	display: block;
	list-style: none;
	text-align: left;
}
.columna .listas li {
	white-space: pre-line;
	display: block;
	padding-left: 20px;
	background: url(../images/bullet_red.png) no-repeat 1px 0;
	line-height: 18px;
	margin-bottom: 10px;
}
.awesome {
	background: #222 url(../images/alert-overlay.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	font-family: "Museo";
	color: #fff;
	text-decoration: none;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	position: relative;
	cursor: pointer;
}
a.awesome {
	color: #888;
}
a:hover.awesome {
	color: #FFF;
}
.red.awesome {
	background-color: #e33100;
}
.large.awesome {
	font-size: 14px;
	padding: 8px 14px 9px;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display:block;
}
/* End hide from IE Mac */
#footer {
	display: block;
	width: 100%;
	background: #960100;
	padding: 30px 0;
	font-family: "Museo";
	text-rendering:optimizelegibility;
	text-shadow: 0 1px 2px #000;
	font-size: 1em;
}
#footer .wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0 20px 20px 20px;
}
#footer .caja1 {
	width: 280px;
	float: left;
}
#footer .caja2 {
	width: 250px;
	float: left;
}
#footer .caja3 {
	width: 380px;
	float: right;
	padding: 10px 0 10px 30px;
	border-left: 1px dashed #600;
	margin: 10px 0 0 0;
}
#footer p {
	color:  #FFF;
	text-shadow: none;
	line-height: 18px;
}
#footer ul {
	list-style: none;
}
#footer li {
	margin: 0 0 5px 0;
}
#footer .dire {
	display: block;
	text-align: center;
	line-height: 18px;
	padding: 20px 20px 0px 20px;
	width: 960px;
	margin: 0px auto;
	color: #000;
	text-shadow: 0px 1px 0px #F00;
}
#footer img {
	margin: 5px 10px 0px 0px;
}
#footer h3 {
	font-size: 22px;
	color: #3E0000;
	text-shadow: 0px 1px 0px #F00;
	margin: 0 0 15px 0;
	padding-bottom: 15px;
	border-bottom: 1px dashed #600;
}
#footer h4 {
	font-size: 25px;
	line-height: 25px;
	color: #3E0000;
	text-shadow: 0px 1px 0px #F00;
	margin: 0 0 15px 0;
}
#footer a {
	color: #FFF;
	text-shadow: none;
	font-weight: normal;
	text-rendering:optimizelegibility;
}
#footer a:hover {
	color: #3E0000;
	text-shadow: 0px 1px 0px #F00;
}
#caja_PYMES {
	width:340px;
	float: left;
	margin-left: 40px;
	background-color: #EEE;
	background-image: url(../images/bottom_sitiosPYMES.png);
	background-position: bottom;
	background-repeat: no-repeat;
	margin-top: 25px;
}
#caja_PYMES p {
	padding: 0px 20px;
	margin: 0px;
}
#caja_PRO {
	width:340px;
	float: right;
	margin-right: 40px;
	background-color: #D10002;
	background-image: url(../images/bottom_sitiosPRO.png);
	background-position: bottom;
	background-repeat: no-repeat;
	margin-top: 25px;
}
#caja_PRO p {
	color: #FFF;
	padding: 0px 20px;
	margin: 0px;
}
#text_ssn {
	background-image: url(../images/text_supported.png);
	width:211px;
	height:17px;
}
#web2List li {
	list-style: none;
	margin:10px 0;
	font-size:10px;
	color:#555;
}
#web2List img {
	margin-right:8px;
	float:left;
}
#web2List strong {
	font-size:14px;
}
.clientes {
	display: block;
	width:250px;
	float: left;
}
.clientes ul {
	list-style: disc inside;
	color: #666;
}
.clientes li {
	line-height: 20px;
}
.clientes_right {
	display: block;
	width:250px;
	float: right;
}
.clientes_right ul {
	list-style: disc inside;
	color: #666;
}
.clientes_right li {
	line-height: 20px;
}
.caja_right {
	width:570px;
	float:right;
	margin: 0px;
}
#cuadro_txt_left {
	width: auto;
	float: right;
	padding: 0px 30px;
}
#cuadro_txt_left .listas {
	font-size: 13px;
	font-style:normal;
	margin: 10px 0px 20px 40px;
	display: block;
	color: #666;
	list-style: url(../images/bullet_white.png) outside;
	text-align: left;
}
#cuadro_txt_left .listas strong {
	font-family: "Museo";
	font-size: 22px;
	color: #A8160E;
}
/* Cu3er */
.cu3er_resize {
	width:960px;
	margin:0 auto;
	padding:10px 0 35px 0;
	background: url(../images/slider_bg.png) no-repeat bottom;
}
#cu3er-container {
	width:960px;
	outline:0;
}
/* End Cu3er */
/* Quotes Carrusel */
.wrapper {
	width: 960px;
	margin: 0 auto;
	overflow: hidden !important;
	}
#carousel_container {
	padding-top: 1.8em;
	padding-bottom: 1.8em;
	position: relative;
	height: 74px;
}
#carousel_container a {
	outline: 0;
}
#carousel_inner {
	width: 400px;
	#height:50px;
	overflow: hidden !important;
	float: left;
	#position: relative;

}
#carousel_ul {
	position: relative;
	left: 0;
	width: 9999px;
	#width: 400px;
	#overflow: hidden !important;

}
#carousel_ul li {
	float: left;
	width: 450px;
	list-style: none;
}
#content #carousel_ul a, #content #carousel_ul a:visited {
	float: left;
	padding: 0 14px;
	margin-left: 6px;
	border:none
}
#carousel_ul span, #right_scroll a, #right_scroll a:visited {
	background-image: url(../img/carousel3.png);
	text-indent: -9999px;
	margin-top: 5px;
	border: none
}
#carousel_ul span {
	width: 64px;
	height: 48px;
	display: block;
}
#brand_usdoa span {
	background-position: -213px 0;
}
#brand_symantec span {
	background-position: -282px 0;
}
#brand_medtronic span, #brand_medtronic_2 span {
	background-position: -3px 0;
}
#brand_leapfrog span, #brand_leapfrog_2 span {
	background-position: -353px 0;
}
#brand_emma span {
	background-position: -74px 0;
}
#brand_knovel span {
	background-position: -144px 0;
}
#brand_onoko span {
	background-position: -422px 0;
}
#brand_motley span {
	background-position: -490px 0;
}
#brand_usdoa:hover span {
	background-position: -213px -48px;
}
#brand_symantec:hover span {
	background-position: -282px -47px;
}
#brand_medtronic:hover span, #brand_medtronic_2:hover span {
	background-position: -3px -48px;
}
#brand_leapfrog:hover span, #brand_leapfrog_2:hover span {
	background-position: -353px -47px;
}
#brand_emma:hover span {
	background-position: -74px -48px;
}
#brand_knovel:hover span {
	background-position: -144px -48px;
}
#brand_onoko:hover span {
	background-position: -422px -45px;
}
#brand_motley:hover span {
	background-position: -490px -49px;
}
#brand_usdoa.active span {
	background-position: -213px -96px;
}
#brand_symantec.active span {
	background-position: -282px -98px;
}
#brand_medtronic.active span, #brand_medtronic_2.active span {
	background-position: -3px -96px;
}
#brand_leapfrog.active span, #brand_leapfrog_2.active span {
	background-position: -353px -97px;
}
#brand_emma.active span {
	background-position: -74px -96px;
}
#brand_knovel.active span {
	background-position: -144px -96px;
}
#brand_onoko.active span {
	background-position: -422px -96px;
}
#brand_motley.active span {
	background-position: -490px -94px;
}
#carousel_ul .active {
	background: transparent url(../img/img_brackets.png) no-repeat 50%;
}
#quotes blockquote {
	width: 481px;
	display: none;
	float: right;
	background: transparent url(../img/quote.png) no-repeat 0 0;
	padding-left: 2.2em;
	text-shadow: 0 1px 0 #FFF;
}
#quotes blockquote#symantec {
	display: block; /* In case Javascript is disabled */
}
#quotes blockquote p {
	font-size: 17px;
	color: #999;
	line-height: 150%;
	letter-spacing: -0.1px;
}
#quotes cite {
	text-align: right;
	text-transform: uppercase;
	font-family: "Museo";
	font-size: .7em;
	margin-top: 1em;
	padding-right: 13px;
	display: inline;
	background: url(../img/arrow_trans.png) no-repeat top right;
}
#quotes cite a, #quotes cite a:visited {
	color:  #3C4349;
	border: none
}
#quotes cite a:hover, #quotes cite a:active {
	text-decoration: underline;
}
#right_scroll {
	float:left;
	padding-top: .6em;	
}
#right_scroll a:hover {
	background-position: -29px -147px;
}
#right_scroll a:active {
	background-position: -58px -147px;
}
#right_scroll a {
	width: 29px;
	height: 29px;
	display: block;
	background-position: 0 -147px;
}
/* End Quotes Carrusel */
/* Social Tab */
.slide-out-div {
	padding: 20px 20px 0 20px;
	background-color: #960100;
	width: 32px;
	-webkit-border-radius: 6px;    /* for Safari */
	-moz-border-radius: 6px;       /* for Firefox */
}
.slide-out-div img {
	margin: 0 0 10px 0;
}
/* End Social Tab*/
/* left menu */
#sidebar {
	width: 250px;
	float: left;
	padding-top: 6px;
	margin-bottom: 50px;
}
#sidebar img.shade {
	width: 250px;
	height: 20px !important;
}
#sidebar p:first-child {
	margin-top: 0px;
}
#sidebar ul li {
	list-style: none;
	padding-bottom: 8px;
	font-family: "Museo";
	color: #333;
	text-shadow: 0 1px 0 #FFF;
}
#sidebar ul li ul {
	font-size:0.95em;
}
#sidebar ul li a {
	font-size: 1.1em;
	color: #999;
	text-shadow: 0 2px 0 #FFF;
	text-decoration: none;
}
#sidebar ul li a:hover {
	color: #A8160E;
}
#sidebar ul li a.active {
	color: #A8160E;
}
#sidebar h3 {
	font-family: "Museo";
	font-size: 1.2em;
	font-weight: normal;
	border-bottom: 1px solid #CCC;
	margin-bottom:1px;
	padding-bottom:5px;
	color: #666;
	text-shadow: 0 1px 0 #FFF;
}
#sidebar h3.special {
	color: #484849;
	font-size: 1.3em;
}
ul.testimonials-nav {
	width: 43px;
	height: 20px;
	padding: 4px 0 0 5px;
	background: #dfdfdf;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	position: relative;
	float: right;
}
ul.testimonials-nav li {
	float: left;
}
ul.testimonials-nav a {
	display: block;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}
ul.testimonials-nav a:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
ul.testimonials-nav a span {
	display: none;
}
ul.testimonials-nav li.next a {
	background: url(../images/arrow-low-down.gif) no-repeat;
}
ul.testimonials-nav li.prev a {
	background: url(../images/arrow-low-up.gif) no-repeat;
}
li.testimonials blockquote {
	font-style: italic;
	background: url(../images/quote.png) no-repeat;
	padding: 0px 10px 0 20px;
}
li.testimonials {
	position: relative;
	font-size: 0.9em;
	padding-bottom: 10px !important;
}
li.testimonials blockquote p {
	color: #777 !important;
	text-shadow: none;
}
/* end menu */
/* Team */
.teamMember {
	margin: 30px 0 15px 0;
	padding: 0 0 15px 0;
}
.teamMember h1 {
	margin-top: 10px;
	font-family: "Museo";
	font-size: 1.5em;
	color: #A8170E;
}
.teamMember h5 {
	font-size: 1em;
	border-bottom: none;
	margin: 0 0 10px 0;
	color: #999;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: none;
}
.teamMemberColumn.middle {
	display:inline;
	margin-left: 20px;
	width: 300px;
}
.teamMemberColumn {
	float:left;
}
.photoHolder {
	-moz-background-clip:border;
	-moz-background-origin:padding;
	-moz-background-size:auto auto;
	background-attachment:scroll;
	background-color:transparent;
	background-image:url("../images/aboutUsPictureFrame.png");
	background-position:center top;
	background-repeat:no-repeat;
	float:left;
	height:287px;
	padding-bottom:0;
	padding-left:32px;
	padding-right:0;
	padding-top:20px;
	width:214px;
}
.teamMember .teamMemberColumn.middle p {
	font-size:0.9em;
}
.teamBody ul li.followOnTwitter, span.authorTwitterLink {
	-moz-background-clip:border;
	-moz-background-origin:padding;
	-moz-background-size:auto auto;
	background-attachment:scroll;
	background-color:transparent;
	background-image: url(../images/icon-twitter.png);
	background-position:left top;
	background-repeat:no-repeat;
	padding-bottom:5px;
	padding-left:30px;
	padding-right:0;
	padding-top:5px;
}
.teamBody ul li.followOnTwitter a {
	color: #0075C6;
	font-family: "Museo";
}
.teamBody ul li {
	display:inline;
	float:left;
	font-size:0.85em;
}
.teamTwitter {
	-moz-background-clip:border;
	-moz-background-origin:padding;
	-moz-background-size:auto auto;
	background-attachment:scroll;
	background-color:transparent;
	background-image: url(../images/aboutUsTwitterBlue.png);
	background-position:center top;
	background-repeat:no-repeat;
}
.teamTwitter p#tweetOutput1, .teamTwitter p#tweetOutput2, .teamTwitter p#tweetOutput3, .teamTwitter p#tweetOutput4 {
	color:#808080;
	display:block;
	float:left;
	font-size:1em;
	line-height:1.6em;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	overflow-x:hidden;
	overflow-y:hidden;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
	padding-top:0;
	width:201px !important;
}
.teamTwitter span.created_at {
	display:block;
	font-size:0.75em;
	margin-top:5px;
	width:100%;
}
.teamTwitter {
	-moz-background-clip:border;
	-moz-background-origin:padding;
	-moz-background-size:auto auto;
	background-attachment:scroll;
	background-color:transparent;
	background-image: url(../images/aboutUsTwitterBlue.png);
	background-position:center top;
	background-repeat:no-repeat;
	float:right;
	height:202px;
	padding-bottom:0;
	padding-left:35px;
	padding-right:30px;
	padding-top:65px;
	width:201px;
}
/* End Team */
