* {padding:0;margin:0;}
html,body{margin:0;padding:0}

body {
	padding: 0px;
	margin: 0px;
	text-align: left;
	border: 0px;
	/* [disabled]background:#000; */
}

p, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	font-style: normal;
}
div { 
	display: block;	/* Div default block */
	position: relative;	/* Position all div's relative unless style over rides it */
	text-align:left;	/* Default text align-left */
}
ul, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
form, fieldset, label, input, img {
	margin:0px;
	padding:0px;
	border:0px;
}
em {
	/*normalize the em element*/
	font-style:normal;
}
a {
	outline: none;
	border: none;
}

a:link img {
	outline: none;
	border: none;
}

a:visited img {
	outline: none;
	border: none;
}

a:hover img {
	outline: none;
	border: none;
}

a:active img {
	outline: none;
	border: none;
}

a:focus img {
	outline: none;
	border: none;
}

html>body .cascompany {
	width: auto !important;
	min-width: 975px;
	background:#eee url(../img/back/bg_body.jpg) repeat-x top center !important;		
}
.inner{
	width:975px;
	margin-left:auto;
	margin-right:auto;	
}
/**** Fonts ****/
@font-face {
	font-family: 'CASlight';
	src: url('../fonts/cas_light-webfont.eot?#iefix') format('embedded-opentype'), 
		url('../fonts/cas_light-webfont.woff') format('woff'), 
		url('../fonts/cas_light-webfont.ttf') format('truetype');
	}
@font-face {
	font-family: 'CASmedium';
	src: url('../fonts/cas_medium-webfont.eot?#iefix') format('embedded-opentype'), 
		url('../fonts/cas_medium-webfont.woff') format('woff'), 
		url('../fonts/cas_medium-webfont.ttf') format('truetype');
	}	
@font-face {
	font-family: 'CASheavy';
	src: url('../fonts/cas_heavy-webfont.eot?#iefix') format('embedded-opentype'), 
		url('../fonts/cas_heavy-webfont.woff') format('woff'), 
		url('../fonts/cas_heavy-webfont.ttf') format('truetype');
	}	
.fuente1 {
		font-family: 'CASlight';
}
.fuente2 {
		font-family: 'CASmedium';
}
.fuente3 {
		font-family: 'CASheavy';
}
/******************************************************/
/************** BLOQUES DEL SITIO *********************/
/******************************************************/
/**** Logo/Menu 150px ****/	
.mod1{
	width:100%;
	height: 149px;
	z-index:9000;
	background: url(../img/back/bg_mod1.jpg) repeat-x top center;
}
/**** Main Header 220px + 2px border ****/
.mod2main{
	width:100%;
	padding-top:12px;
	height: 222px;
	z-index:5000;
	background:#EEE url(../img/back/bg_mod2.jpg) repeat-x top center;
}
.mod2{
	width:100%;
	height: 100px;
	z-index:5000;
	background: #EEE url(../img/back/bg_mod2.jpg) repeat-x top center;
	height: 155px;
}
.mod2w{
	width:100%;
	z-index:5000;
	background: #EEE url(../img/back/bg_mod2.jpg) repeat-x top center;
	height: 195px;
}
.mod3{
	width:100%;
	height: auto;
	z-index:4000;
	background:#EEE;
}
.mod4{
	width:100%;
	height: auto;
	z-index:3000;
	background:#EEE;	
}
/*** used to test ***/
.mod7{
	width:100%;
	margin-top:10px;
	height: auto;
	z-index:3000;
	background:#EEE;	
}

/**** Footer Menu block ****/
.mod8{
	margin-top: 30px;
	height: auto;
	z-index:3000;
	background:#000 url(../img/bg_foot1_298.jpg) repeat-x center top;
}
.mod9{
	height: 200px;
	z-index:3000;
	background:#000;
}
/********************************************************/

/* Definir altura minima */
html>body .mod1 {
	height: auto !important;
	min-height: 149px;
}
.header {
	height:149px;
	z-index: 5000;
	width: 975px;
}
/* Logo principal y link */
.header h1 {
	position: absolute;
	top: 20px;
	left: 0px;
}
.header h1 a {
	width: 350px;
	height: 60px;
	display: block;
	background:url(../img/back/top_logo.png) no-repeat top center;
}
.header h1 a span {
	display: none;
}
.mod2 h2 {
    height: 25px;
}
.B_crumbBox {
	font-family: "CASlight";	
	font-size: 13px;
	margin-left: 22px;
	color: #FFF;
}
.B_crumbBox a {
	font-family: "CASlight";	
	font-size: 13px;
	color: #ddd;
	text-decoration: none;
}
.B_crumbBox a:hover {
	font-family: "CASlight";	
	font-size: 13px;
	color:#9F0;
	text-decoration: none;
}
/*******************************************/
/********   Cajas de contenido del sitio ***/
/*******************************************/

/**** Pagina Principal ****/
.boxL { /* Box general, Izquierdo grande */
	float: left;
	background:#FFF;
	border: 1px solid white;
	z-index: 1000;
	margin-left: auto;
	margin-right: auto;
	left: 10px;	
	width:660px;
}
.boxR { /* Box general, Derecho chico */
	float: right;
	background:#FFF;
	border: 1px solid white;
	z-index: 1000;
	margin-left: auto;
	margin-right: 8px;	
	width:280px;
}
.box2L { /* Box general 2, Izquierdo chico */
	float: left;
	background:#FFF;
	border: 1px solid white;
	z-index: 1000;
	margin-left: auto;
	margin-right: auto;
	left: 10px;	
	width:280px;
}
.box2R { /* Box general 2, Derecho grande */
	float: right;
	background:#FFF;
	border: 1px solid white;
	z-index: 1000;
	margin-left: auto;
	margin-right: 8px;	
	width:660px;
}
.boxC { /* Box central, full width */
	float: left;
	background:#FFF;
	border: 1px solid white;
	z-index: 1000;
	margin-left: auto;
	margin-right: auto;	
	left:10px;
	width:955px;
}
.box3C { /* Box central, full width, sin fondo */
	float: left;
	z-index: 1000;
	margin-left: auto;
	margin-right: auto;	
	left:10px;
	width:955px;
}
.boxF { /* Box central, full width */
	float: left;
	border: 1px solid #222;
	z-index: 1000;
	margin-left: auto;
	margin-right: auto;	
	left:10px;
	width:955px;
}
.boxH { /* Box central, full width */
	float: left;
	border: 1px solid #999;
	z-index: 1000;
	margin-left: auto;
	margin-right: auto;	
	left:10px;
	width:955px;
}
/*** Cajas principales ***/
.caslogin { 
	top: -1px;
	height: 19px; 
	position: relative; 	
	z-index: 5000;
	background: #333 url(../img/headers/icon_login.png) no-repeat 0px 0px;
	width: auto;
	border: 1px solid #111;
	float: right;
}

.caslogin:hover { 
	background: #333 url(../img/headers/icon_login_over.png) no-repeat 0px 0px;
}

/*** Login Form ***/
#loginp a {
	color:#aaa;
	text-decoration: none;
}
#loginp a:hover {
	color: #a4ce39;
	text-decoration: none;
}
#loginp {
    color: #aaa;
	text-align: center;
	line-height: 18px;
	margin: 0px;
}

.left{
	background: #fff url(../img/back/main.left2.jpg) repeat-x center top;
}
.left2{
	background: #fff url(../img/back/main.left2.jpg) repeat-x center top;
}
.backmain1 {
	background: #fff  url(../img/back/main.left1.jpg) repeat-x center top;
}
.backmain2 {
	background: #fff url(../img/back/main.left2.jpg) repeat-x center top;
}
.mainoffer1{
	background: #fff url(../img/main_offer1_txtes.jpg) no-repeat left top;
}
.mainoffer{
	background: #fff url(../img/main_offer1.jpg) no-repeat left top;
}
.cloudrun{
	background: #fff url(../img/cloud_run.jpg) no-repeat left top;
}
.dedicatednow{
	background: #fff url(../img/dedicated_now.jpg) no-repeat left top;
}

.cloudright1{
	background: #fff url(../img/cloud_right1.jpg) no-repeat left top;
}
.cloudright2{
	background: #fff url(../img/cloud_right2.jpg) no-repeat left top;
}
.cloudright3{
	background: #fff url(../img/cloud_right3.jpg) no-repeat left top;
}
.foot1{
	background: #111 url(../img/foot/linksbg.jpg) no-repeat left top;
}
.whmcsheader, .supportheader, .contactheader {
	background: #333 url(../img/headers/clients.jpg) no-repeat left top;
	}
.sharedheader {
	background: #333 url(../img/headers/shared.jpg) no-repeat left top;
	}	
.resellerheader {
	background: #333 url(../img/headers/reseller.jpg) no-repeat left top;
	}		
.hostingheader {
	background: #333 url(../img/headers/hosting.jpg) no-repeat left top;
	}	
.dedicatedheader {
	background: #333 url(../img/headers/dedicated.jpg) no-repeat left top;
	}			
.ecommerceheader {
	background: #333 url(../img/headers/commerce.jpg) no-repeat left top;
	}				
.cloudheader {
	background: #333 url(../img/headers/cloud.jpg) no-repeat left top;	
	}
.aboutheader {
	background: #333 url(../img/headers/about.jpg) no-repeat left top;
	}		
.affheader, .specialsheader {
	background: #333 url(../img/headers/affiliates.jpg) no-repeat left top;
	}		
	
.subheaderintro {
	color: #eee;
	padding:10px;
	}

/*** Cajas Secundarias ***/
.heads1{
	height: 120px;
}
.caja1{
	padding: 10px;
	height: auto;
	min-height: 420px;
}
.caja2{
	padding: 10px;
	height: auto;
	min-height: 420px;
}
.caja3{
	padding: 10px;
	height: auto;
	min-height: 100px;
}
.caja4{
	padding: 10px;
	height: auto;
	min-height: 100px;
}
.cajasidemenu{
	padding-bottom: 10px;
	padding-top: 10px;
	height: auto;
	min-height: 100px;
}
.relleno{
	font-family: "CASmedium";
	color: #666;
	padding: 20px;
	height: 400px;
}
.contenido{
    font-family: "CASlight";
	color: #333;
	height: auto;
	min-height: 100px
	}
	
.contenido2{
    font-family: "CASlight";
	color: #333;
	margin-bottom: 10px;
	height: auto;
	min-height: 100px
	}
		
.subheadtxt{

	margin:10px 10px 10px 10px;
	}
	
	
 
h2#headtxt2 {
  position: relative;	
  font-family: "CASheavy";
  text-transform:uppercase;		
  font-size: 30px;
  line-height: 30px;
  margin: 30px 30px 0 105px;
  top: 0;
  color: #fff;	
background-image: linear-gradient(bottom, rgb(255,255,255) 20%, rgb(255,255,255) 59%, rgb(217,217,217) 54%);
background-image: -o-linear-gradient(bottom, rgb(255,255,255) 20%, rgb(255,255,255) 59%, rgb(217,217,217) 54%);
background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 20%, rgb(255,255,255) 59%, rgb(217,217,217) 54%);
background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 20%, rgb(255,255,255) 59%, rgb(217,217,217) 54%);
background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 20%, rgb(255,255,255) 59%, rgb(217,217,217) 54%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.2, rgb(255,255,255)),
	color-stop(0.59, rgb(255,255,255)),
	color-stop(0.54, rgb(217,217,217))
);

	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: border-box;
	}  

h2#headtxt {  
	position: relative;	
	font-family: "CASheavy";
	text-transform:uppercase;		
	font-size: 33px;
	line-height: 30px;
	margin: 32px 30px 0 100px;
	top: 0;
	color:#EEE;
