/* main clases for header and footer */

* { margin: 0; padding: 0; }
#sidebar {display: block;}
img { border: none;}
body {
	font-family: 'Maven Pro', sans-serif;
	color: #333333;
	background: #fefefe url(../img/template/bkg.jpg) center top no-repeat;	
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
}
h1, h2, h3, h4, h5 {
	font-family: 'Maven Pro', sans-serif;	
	color: #333333;
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-style: normal;
}
h1 {
	font-size: 38px;
	
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 26px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 20px;
}
a {
	color: #5780CB;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a[class]:hover {
	text-decoration: none;
}

.cns-container {
	width: 980px;
	margin: 0 auto;
}
.cns-header {
	padding: 0;
	position: relative;
}
.cns-header a {
	color: #666666;
	font-size: 18px;
}
.cns-header a:hover {
	text-decoration: none;
	color: #0050A8;
}
.cns-header-links {
	float: left;
	width: 290px;
}
.cns-header-links ul {
	margin: 0;
	padding: 0;
}
.cns-header-links li {
	list-style: none;
	float: left;
	display: block;
}
.cns-header-links a {
	display: block;
	float: left;
	padding: 5px 20px 5px 0;	
}










div.cns-header-section {
	clear: both;
	margin: 0 0 auto auto;
	overflow: hidden;
}

div.cns-header-section.cnse-1,
div.cns-header-section.cnse-2 {
	width: 738px;
}

div.cns-header-section.cnse-2 {
	background: #E0E3E4;
}

div.cns-header-section.cnse-3 {
	background: #F3f3f3;

	background: -o-linear-gradient(#f5f5f5, #eeeeee);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f5f5f5, endColorstr=#eeeeee);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f5f5f5, endColorstr=#eeeeee)";
	background: -moz-linear-gradient(100% 100% 90deg, #eeeeee, #f5f5f5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f5f5f5), to(#eeeeee));
	background: -webkit-linear-gradient(#f5f5f5, #eeeeee);

	border: 1px solid #D3D8DA;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.3);
	position: relative;
	z-index: 999;
}

/*
div#cns-dropdown {
	background: #F3f3f3;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.3);
	display: none;
	padding: 20px 0 20px 0;
	position: absolute;
	width: 100%;
	z-index: 998;
}

	div#cns-dropdown > div.dropdown-section {
		clear: both;
		float: left;
		overflow: hidden;
	}
		div#cns-dropdown > div.dropdown-section div {
			float: left;
		}
		
		div#cns-dropdown > div.dropdown-section div {
			float: left;
		}
	
		div#cns-dropdown > div.dropdown-section ul {
			list-style: none;
		}
	
		div#cns-dropdown > div.dropdown-section > div.links > ul > li {
			border-left: 1px solid #ddd;
			display: block;
			float: left;
			margin-left: 4px;
			padding: 10px;
		}
		
			div#cns-dropdown > div.dropdown-section > div.links > ul  > li > ul li a {
				font-size: 12px;
				line-height: 2em;
			}
		
			div#cns-dropdown > div.dropdown-section > div.links > ul > li  a {
				font-size: 14px;
				line-height: 2em;
			}
*/



div#cns-dropdown {
	border-top: 3px solid #D26013;
	background: #F3f3f3;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.3);
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding: 0;
	position: absolute;
	width: 100%;
	z-index: 998;
}
	div#cns-dropdown a {
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
	}
	div#cns-dropdown a:hover {
		text-decoration: underline;
	}
	div#cns-dropdown div.dropdown-section {
		float: left;
		padding: 20px 0 0 20px;
		width: 170px;
	}
	div#cns-dropdown ul {	
		border-left: 1px dashed #E6EBEE;	
		padding: 0 0 20px 10px;
			
	}
	div#cns-dropdown ul li{
		list-style: none;
		padding: 4px 0 0 0;
	}
	div#cns-dropdownul ul{
		border: none;
		padding: 0px 0px 0px 15px;
	}
	div#cns-dropdown ul ul ul{
		border: none;
		padding: 0px 0px 0px 15px;
	}
	div#cns-dropdown ul ul ul li a{
		color: #A1A1A1;	
	}
	div#cns-dropdown ul ul li a{
		color:#5C5C5C;
	}
	div#cns-dropdown ul li a{
		color: #333333;
		font-weight: normal;
		text-decoration: none;
	}




			
div.cns-header-section > div,
div.cns-header-section > ul {
	display: block;
	float: left;
	list-style: none;
}

div.cns-header-section.cnse-2  > ul.cnse-2 {
	border-left: 2px solid #D3D8DA;
}

div.cns-header-section > ul > li {
	float: left;
}

div.cns-header-section.cnse-1 > * {
	float: right;
}

div.cns-header-section > ul > li > a,
div.cns-header-section div.cns-header-phone  > a
{
	color: #444444;
	display: block;
	font-size: 14px;
	height: 26px;
	padding: 10px 25px 0 25px;
}


div.cns-header-section.cnse-3 > ul > li > a
{
	text-align: center;
	width: 140px;
}

div.cns-header-section div.cns-header-phone  > a
{
	color: #5780CB;
}

div.cns-header-section div.cns-header-phone  > a:hover
{
	text-decoration: underline;
}

div.cns-header-section div.cns-header-phone  > a
{
	padding-right: 10px;
}

div.cns-header-section div.cns-header-search
{
	padding: 3px 3px 0 50px;
}

div.cns-header-section div.cns-header-search input[name="search"]
{
	background: #F3F1F6;
	border: 1px solid #CCC;
	height: 17px;
	padding: 5px 5px 5px 5px;
}

div.cns-header-section > ul > li.cns-account-control > a,
div.cns-header-section > ul > li > a.cns-important {
	color: white;
	background: #003D7E;
}

div.cns-header-section > ul > li > a.cns-important {
	/*background: #003D7E url('/assets/img/template/cns-header-holder-bg.png') no-repeat center bottom;*/
}

div.cns-header-section > ul > li > a:hover {
	color: white;
	background: #D26013;
}


li.social-button {
	padding: 5px 5px 0px 0px;
	overflow: hidden;
}

ul.cns-bottom-menu-main > a.social-button {
	padding: 5px 5px 0px 0px;
}

/*div.cns-bottom-menu-main > ul > li.social-button { padding: 5px 5px 0px 0px; }*/

.header-buttons{
	padding: 5px 0px 5px 5px;
}

.home-button{
	padding: 5px 0px 5px 35px;
}

.my-account-button{
	padding: 5px 0px 5px 50px;
}

div.cns-header-section.cnse-3 > ul.cnse-3 { float: right; }

.cns-top-banner {
	position: relative;
	display: none;
}
.cns-top-banner-text {
	position: absolute;
	font-family: 'Maven Pro', Arial, cursive, sans-serif;
	color: #FFFFFF;
	font-size: 16px;
	top: 10px;
	bottom: 10px;
}
.cns-top-banner-ico {
	position: absolute;
	bottom: 5px; 
	left: 5px;
}	
.cns-logo {
	text-align: left;
	color: #666666;
	position: absolute;
	top: 10px;
}
.cns-logo a {
	color: #333;
	font-size: 12px;
	text-decoration: none;
}
.cns-logo-cloud {
	padding: 0 116px 0 0;
}
.cns-logo-large {
	text-align: center;
	padding: 40px 0;
	font-size: 26px;
	color: #666666;
	line-height:  50px;
}
.cns-content {
	font-family: 'Maven Pro', sans-serif;
	color: #333333;
	font-weight: 400;
	font-style: normal;
	padding: 30px 0 40px 0;
}
#content ul,#content ol{
	margin: 1em 0 2em 2em;
	
}
#content li{
	margin: .5em 0 .5em 0;
	
}
.cns-content p {
	margin: 12px 0;
	line-height: 125%;
}
.cns-footer-spacing {
	height: 30px;
}
.cns-footer {
	width: 100%;
	border-top: 5px solid #999;
	background: #f9f9f9;
	position: fixed;
	bottom: 0;
	padding: 8px 0 20px 0;
	z-index: 10000;

}
.cns-footer-links {
	float: left;
	width: 335px;
	text-align:center;
}

.cns-footer-social {
	float:left;
	text-align:center;
}

.cns-footer-social ul{
	list-style: none;
	padding:0;
	margin:0;
}


.cns-footer-social li a{
	float: left;
}

.cns-footer-search {
	float: right;
	text-align: right;
	position: relative;
	padding: 0 5px 0 0;
}

.cns-footer-search input {
	background: #333333;
	color: #FFFFFF;
	font-size: 14px;
	padding: 3px 5px;
	height: 20px;
	border: none;
	margin: 0;
	line-height: 16px;
}

.cns-footer-search input#searchIcon {
	padding: 0;
	margin: 0;
	height: 26px;
	width: 5px;
	position: absolute;
	top:0;
	right;0;
	border: none;
}

/* News */

.news-single {
	background-repeat: no-repeat;
	padding-left: 175px;
	width: 495px;
}

/* Breadcrumbs */

.breadcrumbs {
	padding: 0 0 10px 0;
	color: #999;
	margin-bottom: 25px;
}

.breadcrumbs li {
	list-style:  none;
	display: block;
	float: left;
	padding: 0 8px 0 0;
}

.breadcrumbs a {
	display: block;
	float: left;
	color: #999;
}

.breadcrumbs a:hover {
	display: block;
	float: left;
	color: #0050A8;
}

.B_currentCrumb {
	color: #666;
}

/* Slideup menu */

.cns-bottom-menu { }
ul.cns-bottom-menu-main {
	  /*margin: auto;
  width: 800px;
*/
  font-size: 16px;
  line-height: 18px;
}

ul.cns-bottom-menu-main > li {
  /*background: #F9F9F9;
  border-right: 1px solid #afafaf;*/
  color: #333;
  margin: 0;
}

ul.cns-bottom-menu-main > li.last {
  border-right: none;
}
ul.cns-bottom-menu-main > li:hover .menu-item-text {color: #0050A8; /*text-shadow: 0 1px 0 #0C131C;*/}
ul.cns-bottom-menu-main > li:hover{
  background: #F9F9F9;
  color: #333;
  /*-moz-box-shadow: 0 0 8px #333;
  -webkit-box-shadow: 0 0 8px #333;
  box-shadow: 0 0 8px #333;*/
}

ul.cns-bottom-menu-main > li > a {
  color: #333;
  text-decoration: none;
}
ul.cns-bottom-menu-main > li > a:hover {
  color: #0050A8;
}

ul.cns-bottom-menu-main > li > a, ul.cns-bottom-menu-main > li > span { 
	display: block;
  padding: 5px 20px;
}

ul.cns-bottom-menu-main > li > a, ul.cns-bottom-menu-main > li.social-button { 
	display: block;
  padding: 0px 5px;
}

ul.cns-bottom-submenu {
  -moz-box-shadow: 0 0 8px #333;
  -webkit-box-shadow: 0 0 8px #333;
  box-shadow: 0 0 8px #333;
}

ul.cns-bottom-submenu > li {
  margin: 0px;
  padding: 10px 30px;
  background: #f9f9f9;
  color: #333;
  white-space: nowrap;
  

}

ul.cns-bottom-submenu > li.hover {
  background: #fff;
  color: #333;
}

/* misc - classes used on differnt areas */

a.cns-blue-btn {
	background: #002160;
	width: 100px;
	display: block;
	color: #FFFFFF;
	text-align: center;
	padding: 5px 0 5px 0;	
}

a.cns-blue-btn:hover {
	text-decoration: none;
	background: #4D9FF2;
}

p.note {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* home */


.cns-home {
	
}
.cns-home-doyou {
	color: #666666;
	font-size: 36px;
	padding: 10px 0;
}
.cns-home-buttons {
	
}
.cns-home-buttons > a {
	background: #003572;
	color: #fff;
	display: block;
	float: left;
	width: 300px;
	margin: 7px 10px 0 0;
	padding: 10px 0 45px 10px;
	position: relative;
}
.cns-home-buttons > a:hover {
	background: #D26013;	
	text-decoration: none;
}
.cns-home-buttons > a > div {
	display: none;
	position: absolute;
	top: 150px;
	z-index: 5000000;
} 
.cns-home-buttons h1,.cns-home-buttons h2 {	
	color: #fff;
	font-weight: 400;
}
.cns-home-buttons > a > p {
	font-size: 18px;
	color: #fff;
	margin: 0;
}

.cns-home-buttons > a > div > p {
	font-size: 14px;
	color: #fff;
}

body .btn.cns-ico48-btn {
	background-color: #002160;
	background-position: -10px -10px;
	background-repeat: no-repeat;
	padding-left: 42px;
}

body .btn.cns-ico48-btn:hover {
	background-color: #4D9FF2;
}

body .btn.cns-ico48-btn.message { background-image: url('/assets/img/template/icon/48/message.png'); }
body .btn.cns-ico48-btn.phone { background-image: url('/assets/img/template/icon/48/phone.png'); }
body .btn.cns-ico48-btn.pinch { background-image: url('/assets/img/template/icon/48/pinch.png'); }
body .btn.cns-ico48-btn.tasks { background-image: url('/assets/img/template/icon/48/tasks.png'); }
body .btn.cns-ico48-btn.edit { background-image: url('/assets/img/template/icon/48/edit.png'); }
body .btn.cns-ico48-btn.settings { background-image: url('/assets/img/template/icon/48/settings.png'); }
body .btn.cns-ico48-btn.mail { background-image: url('/assets/img/template/icon/48/mail.png'); }
body .btn.cns-ico48-btn.install { background-image: url('/assets/img/template/icon/48/install.png'); }

/* buy */

.cns-buy {
	
}
.cns-buy h1 {
	line-height: 60%;
	margin: 0 0 5px 0;
}
.cns-buy h1 span {
	font-size: 14px;
	color: #999999;
	text-align: right;
	display: block;
}
.cns-buy-doyou {
	font-size: 36px;
	color: #666666;
	padding: 0 0 50px 0;
}
.cns-buy-container {
	
}
.cns-buy-left {
	width: 430px;
	padding: 0 60px 0 0;
	float: left;
}
.cns-buy-right {
	width: 430px;
	padding: 0 60px 0 0;
	float: left;
}
.cns-buy-items h2 {
}
.cns-buy-items p {
	margin: 0;
}
.cns-buy-items a {
	display: block;
	padding: 25px 5px 5px 5px;
	text-decoration: none;
	margin: 10px 0 0 0;
}
.cns-buy-items a:hover {
	background: #4D9FF2;
	color: #FFFFFF;
}
.cns-buy-items a:hover h2 {	
	color: #FFFFFF;
}
.cns-buy-items a.active {	
	background: #4D9FF2;
	color: #FFFFFF;
}
.cns-buy-items a.active h2 {		
	color: #FFFFFF;
}

/* partner */

.cns-partner {
	
}
.cns-partner-info {
	
}
.cns-partner h1 {
	padding: 0 0 25px 0;
}
.cns-partner-info h2 {
	padding: 0 0 20px 0;
}

.cns-partner-box {
	background: #4D9FF2;
	color: #FFFFFF;
	float: right;
	width:490px;
	padding: 60px 5px 5px 10px;
	margin: 0 0 0 40px;
}
.cns-partner-box h2 {	
	color: #FFFFFF;
}

#content {
	padding-bottom: 40px;
}

.menu-derecha {
	float:right;
	margin-left: 65px;
	margin-bottom: 15px;
	line-height: 160%;
	width: 230px;
}
.menu-derecha ul {
	background-color: #F7F8F9;
	border: 1px solid #E6EBEE;
	padding: 20px 0 20px 20px;	
}
.menu-derecha ul li{
	list-style: none;
}
.menu-derecha ul ul{
	border: none;
	padding: 0px 0px 0px 15px;
}
.menu-derecha ul ul ul{
	border: none;
	padding: 0px 0px 0px 15px;
}
.menu-derecha ul ul ul li a{
	color: #A1A1A1;
	font-size: 14px;
}
.menu-derecha ul ul li a{
	color:#5C5C5C;
	font-size: 14px;
}
.menu-derecha ul li a{
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}


div.emblems {
    text-align: center;
    width: 100%;
	margin: 60px 0 20px 0;
	overflow: hidden;
}

div.emblems .emblem {
    /*
    bottom: 0%;
    position: absolute;
    display: block;
    */
    /*IE7*/
    display: inline-block;
    *position: absolute;
    *bottom: 0;
    zoom: 1;
}

div.emblems a#mSilverHosting {
    
    
    /*
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0px 4px black;
    */
    /*IE7*/
        width: 148px;
        height: 63px;
        *position: absolute;
        *bottom: 0;
}

div.emblems img {
    width: auto;
    height: auto;
    vertical-align: baseline;
}

div.emblems #sas70 {
    color: #444;
    text-decoration: none;
    text-shadow: 1px 1px 2px #ccc;
    width: 150px;

}

div.emblems #sas70 div.title {
    color: #444; 
    font: bold 36px Arial, sans-serif;
    letter-spacing: -0.1em;
}

div.emblems #sas70 div.legend {
    color: #444; 
    color: rgba(20,20,20,0.6);
    font: bold 14px Arial, sans-serif;
}




.cns-copyright {
	text-align: right;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.cns-footer-nav {
	border-top: 1px dashed #ccc;
	/*margin: 120px 0 0 0;*/
	padding: 20px 0 0 0;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}
.cns-footer-nav a {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}
.cns-footer-nav a:hover {
	text-decoration: underline;
}
.cns-footer-nav div.cns-footer-nav-holder {
	float: left;
	width: 196px;
}
.cns-footer-nav ul {	
	border-left: 1px dashed #E6EBEE;	
	padding: 0 0 20px 10px;
		
}
.cns-footer-nav ul li{
	list-style: none;
}
.cns-footer-nav ul ul{
	border: none;
	padding: 0px 0px 0px 15px;
}
.cns-footer-nav ul ul ul{
	border: none;
	padding: 0px 0px 0px 15px;
}
.cns-footer-nav ul ul ul li a{
	color: #A1A1A1;	
}
.cns-footer-nav ul ul li a{
	color:#5C5C5C;
}
.cns-footer-nav ul li a{
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}



#introText h2{
	color: #001C51;
	margin-bottom: 10px;
}

.centrador{
	width: 660px;
	float: left;
}


/*---------------------------CONTACTO------------------*/
#content p{
	margin-bottom: 20px;
}

#content h1{
 	color: #333333;
 	font-size: 38px;
 	margin-bottom: 10px;
 }
 
#content .col1 h1{
	/* color: #0050A8; */
	color: #1b3461;
	font-size: 20px;
	margin-bottom: 0px;
}

#content .col1{
	float:left;
	margin-right: 120px;
}

#content .col1 p{
	margin-bottom:0px;
	margin-top:5px;
}

#content .col2 h1{
	/* color: #0050A8; */
	color: #1b3461;
	margin-bottom:0px;
	font-size: 20px;
}

#content .col2{
	float:left;
}

#content .col2 p{
	margin-bottom:0px;
	margin-top:5px;
	float:left;
}

#content .col3 h1{
	/* color: #0050A8; */
	color: #1b3461;
	
	font-size: 20px;
}

#content .col3{
	float:left;
	margin-top: 50px;
	margin-right: 50px;
}

#content .col3 p{
	margin-bottom:0px;
	margin-top:5px;
}

#content .col4 h1{
	/* color: #0050A8; */
	color: #1b3461;
	margin-bottom: 0px;
	font-size: 20px;
}

#content .col4{
	float:left;
	margin-top: 50px;
}

#content .col4 p{
	margin-bottom:0px;
	margin-top:5px;
	float:left;
}

#contactInfo{
	width: 650px;	
}

.row label{
	float:left;
	margin-bottom: 5px;
	margin-top:20px;
	clear: both;
	float:left;
	clear: both;
}

.row textarea{
	float:left;
	clear: both;
	width: 435px;
	height: 86px;
}

.row select{
	float:left;
	clear: both;
	height: 26px;
}

.row input{
	float:left;
	clear: both;
	width: 215px;
	height: 25px;
}

.row2 input{
	float:right;
	clear: both;
	width: 215px;
	height: 25px;
}

.row2 label{
	clear: both;
	width: 215px;
	height: 25px;
	margin-top:20px;
}

.rowCheckBox input{
	clear: both;
	width: 215px;
	margin-top:25px;
}

.row checkbox{
	float:left;
	clear: both;
	width: 215px;
	height: 50px;
}

.actions input{
	width: 89px;
	height: 27px;
	background-color: #002160;
	color: #FFFFFF;
	border:none;
	float:left;
	margin-top: 30px;
	clear: both;
	margin-bottom:40px;
}

.actionsorder input{
	width: 110px;
	height: 27px;
	background-color: #002160;
	color: #FFFFFF;
	border:none;
	float:left;
	margin-top: 30px;
	clear: both;
	margin-bottom:40px;
	cursor: pointer;
}


.centrador ul{
	margin-left: 15px;
}

.contentTable{
	width: 100%;
	margin-top:20px;
	margin-bottom:20px;
	clear: both;
}

.contentTable h2{
	margin-bottom:20px;
	clear: both;
}

.centrador #content h3{
	margin-top: 30px;
	margin-bottom: 10px;
	clear: both;
}

.centrador #content h4{
	margin-top: 24px;
	margin-bottom: 10px;
	clear: both;
}

.imagePartner{
	float:left;
	margin: 10px 7px;
}

.linuxDistribution{
	float:left;
	margin: 10px 7px 20px 20px;
}

.tabla-intel th, .tabla-intel td{
padding: 3px 10px;
}

.imagePartnerContainer h3{
	background-color: #2575BD;
	color: #FFFFFF;
	padding: 5px;
	font-size: 12px;
	font-size: 20px;
	font-weight: bold;
}
.tabla-intel-2{
	margin-left:40px;
	border-width: 1px;
	border-spacing: 0px;
	border-style: none;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
}
.tabla-intel-2 tbody tr td{
	padding: 10px;
}
.news-single-2{
	background-repeat: no-repeat;
	float: left;
	padding-left: 175px;
	width: 300px;
}
.info-div {
    padding: 20px 10px;
    float: left;
    margin: 15px 2px;
    width: 220px;
    background-color: #002160;
    height: 129px;
    position: relative;
}
.info-div:hover {
    background-color: #5780CB;
}
.info-div h2{
    color: #FFFFFF;
    position: absolute;
    bottom: 20px;
}

/************************************************************************
 * Tables
 ************************************************************************/

.rowOdd {
        background-color: #F3F3F3;
}
.rowEven {
        background-color: #FFFFFF;
}
tr.rowOdd:hover, tr.rowEven:hover {
        background-color: #FFC ;
}
.highlightText {
        color: #F63117;
        font-size: 1.1em;
        font-weight: bold;
        text-align:center;
}

table.contentTable {
        width:100%;
        border-collapse:collapse;
        /* border:1px solid gray !important; */
        }

table.contentTable tbody {
        }

.contentTable th {
        /* background:url(assets/images/bg/bg-grad-gray-striped.png) no-repeat top right; */
        color:#000;
        }
        
.contentTable th h2{
        /*color:#FFFFFF !important;*/
        margin:0px;
        padding:5px; 
        }

.contentTable td {
        padding: 7px 0px 5px 0px;
		border-bottom: 1px dashed #ddd;
        }		
		
.contentTable tr.contentTable_row_odd {
        background:#f3f3f3;
        }
.contentTable tr.th2 {
        /* background:#8fcef5 url(assets/images/bg/bg-blue-dropshadow.png) repeat-x top right; */
        font-weight:bold;
        }
.contentTable tr.th3 {
        /* background:#8fcef5 url(assets/images/bg/bg-blue-dropshadow.png) repeat-x top right; */
        }
.compareTable  td.boldSpec {
        font-size: 10px;
        /*font-weight: bold;*/
        text-align: center;
}   
     
        /**********************************************************************/


.actions input{
	cursor: pointer;
}
.consulting{
	float:left;
	width: 
}

a.info-divs {
    padding: 20px 10px;
    float: left;
    margin: 15px 2px;
    width: 180px;
    background-color: #002160;
    height: 90px;
    position: relative;
}
a.info-divs:hover {
    background-color: #5780CB;
}
a.info-divs h2{
    color: #FFFFFF;
    position: absolute;
    bottom: 20px;
}

.order-custom h3{
	background-color: #002160;
	color: #FFFFFF;
	font-size: 20px;
	padding:3px 0px 3px 3px;
	margin-top: 45px !important;
	width: 980px;
	float:left;
}


.row tr td{
	width:980px;
}

.managed{
	height: 325px;
    margin-left:130px;
    margin-top: 20px;
    width: 350px;
    float: left;
}

.ip{
	background-image: url(../img/managed/ip.jpg);
	display: block;
	background-position: top;
	width: 53px;
	height: 50px;
	float:left;
	margin:10px 20px 100px 30px;
}

.ip:hover{
	display: block;
	background-position: bottom;
	background-image: url(../img/managed/ip.jpg);
	cursor: pointer;
}

.firewall{
	background-image: url(../img/managed/firewal.jpg);
	display: block;
	background-position: top;
	width: 53px;
	height: 50px;
	float:left;
	margin:10px 20px 100px 30px;
}

.firewall:hover{
	display: block;
	background-position: bottom;
	background-image: url(../img/managed/firewal.jpg);
	cursor: pointer;
}

.bandwidth{
	background-image: url(../img/managed/bandwidht.jpg);
	display: block;
	background-position: top;
	width: 53px;
	height: 50px;
	float:left;
	margin:10px 20px 100px 30px;
}

.bandwidth:hover{
	display: block;
	background-position: bottom;
	background-image: url(../img/managed/bandwidht.jpg);
	cursor: pointer;
}

.monitoring{
	background-image: url(../img/managed/monitoring.jpg);
	display: block;
	background-position: top;
	width: 53px;
	height: 50px;
	float:left;
	margin:10px 20px 100px 30px;
}

.monitoring:hover{
	display: block;
	background-position: bottom;
	background-image: url(../img/managed/monitoring.jpg);
	cursor: pointer;
}

.backup{
	background-image: url(../img/managed/backup.jpg);
	display: block;
	background-position: top;
	width: 53px;
	height: 50px;
	float:left;
	margin:10px 20px 100px 30px;
}

.backup:hover{
	display: block;
	background-position: bottom;
	background-image: url(../img/managed/backup.jpg);
	cursor: pointer;
}

.switches{
	background-image: url(../img/managed/switches.jpg);
	display: block;
	background-position: top;
	width: 53px;
	height: 50px;
	float:left;
	margin:10px 20px 100px 30px;
}

.switches:hover{
	display: block;
	background-position: bottom;
	background-image: url(../img/managed/switches.jpg);
	cursor: pointer;
}

a.cuadro-grande {
    padding: 20px 10px 14px 10px;
    margin: 2px 0 0 0;
    width: 100%;
    background-color: #002160;
    height: 37px;
    position: relative;
	display: block;
}
a.cuadro-grande:hover {
    background-color: #5780CB;
}
a.cuadro-grande h2{
	font-size: 21px;
	color: white;
	position: absolute;
	bottom: 15px;
}
/*.menu-derecha ul ul li.active a{
	color: #0050A8;
}*/
.menu-derecha li.last.active > a{
	/*text-decoration: underline;*/
}

.menu-derecha a:hover{
	text-decoration: underline;
}


#orderNowLink {
        background: url(/assets/img/call_now_for_a_quote/order-a-server.jpg) no-repeat scroll left top;
        background-position: 0px 1px;
        display:block;
        width:160px;
        height:64px;
}
#orderNowLink:hover, #orderNowLink:active {
        background-position: 0px -62px;
}

#customQuoteLink {
        background: url(/assets/img/call_now_for_a_quote/custom-quote.jpg) no-repeat scroll left top;
        background-position: 0px 1px;
        display:block;
        width:160px;
        height:64px;
}
#customQuoteLink:hover, #customQuoteLink:active {
        background-position: 0px -62px;
}

#orderCloudLink {
        background: url(/assets/img/call_now_for_a_quote/order-a-cloud.jpg) no-repeat scroll left top;
        background-position: 0px 1px;
        display:block;
        width:100px;
        height:64px;
}


#chatnow_contentlink {
        background: url(/assets/img/call_now_for_a_quote/chat-now.jpg) no-repeat scroll left top;
        display:block;
        width:101px;
        height:64px;
}

.badgeIntel{
	float:right;
	margin: 10px 10px;
}

.sqlServer{
	float:right;
	margin: 10px 10px;
}



/***************************************************************************
 * Sitemap page 
 ***************************************************************************/

.sitemap {
	/*margin: 120px 0 0 0;*/
	padding: 20px 0 0 0;
	font-size: 14px;
	font-family: Maven Pro, sans-serif;
}
.sitemap a {
	font-size: 13px;
	font-family: Maven Pro, sans-serif;
}
.sitemap a:hover {
	text-decoration: underline;
}
.sitemap div.sitemap-holder {
	float: left;
	width: 196px;
}
.sitemap ul {	
	border-left: 1px dashed #E6EBEE;	
	padding: 0 0 20px 10px;
		
}
.sitemap ul li{
	list-style: none;
}
.sitemap ul ul{
	border: none;
	padding: 0px 0px 0px 15px;
}
.sitemap ul ul ul{
	border: none;
	padding: 0px 0px 0px 15px;
}
.sitemap ul ul ul li a{
	color: #A1A1A1;	
}
.sitemap ul ul li a{
	color:#5C5C5C;
}
.sitemap ul li a{
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}

.jobProfileR{
	float:right;
	margin: 10px 10px;
}

.jobProfileL{
	float:left;
	margin: 10px 10px;
}

.applyNow{
	align:center;
	margin: 10px 10px;
}
