* {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;
	text-shadow: 0 1px 0 #AAA, -1px 2px 0 #888, -3px 6px 8px rgba(0, 0, 0, 0.6);
}  
 

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

background-image: -webkit-linear-gradient(bottom, rgb(250,250,250) 85%, rgb(148,148,148) 52%, rgb(255,255,255) 48%);


background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.85, rgb(250,250,250)),
	color-stop(0.52, rgb(148,148,148)),
	color-stop(0.48, rgb(255,255,255))
);

}

/********** FORMS ************/


.domains_es {
	height: 74px;
	background: url(../img/bg_domains_es.jpg) no-repeat top left;
}
.domains_en {
	height: 74px;
	background: url(../img/bg_domains_en.jpg) no-repeat top left;
}
.domains1 {
	height: 74px;
	background: url(../img/bg_domains1.jpg) no-repeat top left;
}
.menumid1 {
	height: 30px;
	background: #222 url(../img/bg_main2_2400x190.jpg) no-repeat center -8px;
	margin-top: -2px;
}
.dnames {
	position: absolute;
	top: 7px;
	left: 10px;
	display: block;
}

.dnamelist1 {
	position: absolute;
	top: 10px;
	left: 440px;
}

.dnamelist2 {
	position: absolute;
	top: 10px;
	left: 640px;
}

.find {
	position: relative;
	display: block;
}
.field3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	position: absolute;
	top: 35px;
	left: 14px;

}
.field3-inp {
	width: 190px;
	position: absolute;
	top: -2px;
	left: 42px;
	padding-left: 5px;
	padding-bottom: 3px;
}
.field3-sel {
	width: 60px;
	position: absolute;
	top: 33px;
	left:260px;
}
.findc {
	position: absolute;
	left: 325px;
	top: 32px;
}
.findc:hover {

}





	
	
	
/*** Cajas Contenidos ***/

.main_left_top1 {
	width: 212px;
	height: 430px;
	float: left;
}
.main_left_mid1 {
	float: left;
	z-index: 1100;
	background-image: url(../img/separador1.png);
	background-repeat: no-repeat;
	background-position: right;
}
.main_left_mid1 h3 {
	color: #0073c4;
}
.srv_host {
	position: absolute;
	height: 160px;
	width: 200px;
	top: -30px;
	background: url(../img/srv_main.png) no-repeat top left;
	background-position: -250px 0; width: 200px; height: 160px;
}
.srv_resell {	
	position: absolute;
	height: 160px;
	width: 200px;
	top: -30px;
	left: 212px;
	background: url(../img/srv_main.png) no-repeat top left;
	background-position: -500px 0; width: 200px; height: 160px;	
}
.srv_dedic {
	position: absolute;
	height: 160px;
	width: 200px;
	left: 424px;
	top: -30px;
	background: url(../img/srv_main.png) no-repeat top left;
	background-position: 0 0; width: 200px; height: 160px;	
}
.main_left_bot {
	height: 58px;
	padding-top: 16px;
	width: 90px;
	float: left;
	background: url(../img/srv_pricebk.png) no-repeat top left;
	text-align:center;
}
.main_left_bot2 {
	height: 50px;
	width: 200px;
	float: left;
	text-align:center;
}
.main_left_bot2 h4 a {
	display: block;
	height: 41px;
	background:url(../img/srv_buttonbk.png) no-repeat center top;
	text-decoration: none;
	color: #FFF;
}
.main_left_bot2 h4 a:hover{
	background-position: center -41px;
}
.ddeusd {
	height: 45px;
	float:left;
	position: relative;
	padding-right: 7px;
	text-align: right;
}
.list1 li {
	position: relative;
	display: block;
	background: url(../img/visto1.png) no-repeat center left;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	letter-spacing: 0px;
}
.list1 li strong {
font-family: 'CASmedium';
}

.list2 li {
	position: relative;
	display: block;
	background: url(../img/arrow1.png) no-repeat center left;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	letter-spacing: 0px;
}
.list2 li strong {
font-family: 'CASmedium';
}

.list3 li {
	position: relative;
	display: block;
	background: url(../img/visto2.png) no-repeat 4px left;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	letter-spacing: 0px;
}
.list3 li strong {
font-family: 'CASmedium';
}

.list4 li {
	position: relative;
	display: block;
	background: url(../img/plus1.png) no-repeat center left;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	letter-spacing: 0px;
}
.list4 li strong {
font-family: 'CASmedium';
}
/****************************/
/**** Website Footer CSS ****/
/****************************/


.footer {
	clear:both;	
	height:235px;
	padding-top: 40px;
}
.footer ul, .footer ol {
  margin: 0 !important;
}
.footsocial {
	position:absolute;
	width: 825px;
	height: 85px;
	padding-left:150px;
	top: -100px;
	background: url(../img/foot/3dbase.png) no-repeat left top;
}
.footsocial a {
	float: left;
	display: block;
	width: 97px;
	height: 75px;
	background: url(../img/foot/social3d.png) no-repeat top left;
}
.footsocial h4 {
	width: 200px; 
	height:30px;
	float: left;
	padding: 40px 0px 0px 0px;
	text-align: center;
	text-shadow: 6px -4px 4px #333;
    -webkit-box-reflect: below -30px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.65, transparent), to(white)); 
	line-height: 18px;
}
.addthis_counter {
	position:relative;
	left:-15px !important;
	margin-top:30px !important;
}
.addthis_button_expanded {
	width: 45px !important;
}

.soc1 {	background-position: 0 0 !important;}
.soc2 {	background-position: -98px 0 !important;}
.soc3 {	background-position: -195px 0 !important;}
.soc4 {	background-position: -292px 0 !important;}
.addthis_button {	background-position: -389px 0 !important;}
.soc1:hover{ background-position: 0 -75px !important;}
.soc2:hover{ background-position: -98px -75px !important;}
.soc3:hover{ background-position: -195px -75px !important;}
.soc4:hover{ background-position: -292px -75px !important;}
.addthis_button:hover{ background-position: -389px -75px !important;}

.footmenu {
	display: block;
	position: relative;
	float: left;
	padding: 15px;
	padding-top: 10px;
	padding-bottom: 20px;
	height:180px;
	width:925px;
}
.footmenu ul {
	position: relative;
	float: left;
	display: block;
	padding-top: 10px;	
}
.footmenu ul li strong {
	font-family: 'CASmedium';
	color: #FFFFFF;
	text-decoration: none;
}
.footmenu ul li {
	position: relative;
	padding-top: 0px;
	padding-bottom: 2px;
}
.footmenu ul li > a {
	color:#aaa;
	text-decoration: none;
	background: url(../img/foot/footlnk.png) no-repeat top left;	
	background-position: 0 -208px;
	padding-left: 25px;
	padding-top: 1px;
	padding-bottom: 2px;
	line-height: 22px;
}
.footmenu ul li a:hover {
	color: #9F0;
	text-decoration: none;
	background-position: 0 -234px;
}

.footlinktittle {
	background: none;
	color: #fff;
	font-size: 13px;
	padding: 0;
	text-decoration:none;
}
.footlink2, .footlink102 {
	padding-left: 250px;
	width: 170px;
}
.footlink3, .footlink150 {
	width: 170px;
}
.footlink4, .footlink155 {
	width: 160px;
}
.footlink5, .footlink160 {
	width: 160px;
}
.footlink6, .footlink163 {
	width: 160px;
}

/***** AUP/TOS/PRIVACY/CONTACT *****/
.bycas {
	clear:both;	
	height:95px;
	padding-top: 10px;
	background:url(../img/foot/bycasbg.jpg) no-repeat center top;
}
.auptos {
	float: left;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	display: block;
	float: left;
	padding:2px 0px 0px 12px
}
.bycas2 {
	float: right;
	display: block;
	height: 80px;
	width: 440px;
}
.auptos li {
	position: relative;
	display: block;	
	padding-top: 6px;
	padding-bottom: 4px;
	padding-right: 8px;
	float: left;
	color: #DDD;
}
.auptos li a {
	color: #DDD;
	text-decoration: none;
	padding-left: 20px;
	background: url(../img/foot/footlnk.png) no-repeat top left; 
	width: 16px; 
	height: 16px;
}
.auptos li a:hover {
	color: #9F0;
	text-decoration: none;	
}
.auptos .aup1 a { background-position: 0 0; }
.auptos .aup1 a:hover { background-position: 0 -26px;  } 
.auptos .con1 a { background-position: 0 -52px;  } 
.auptos .con1 a:hover {	background-position: 0 -78px;  } 
.auptos .pri1 a { background-position: 0 -104px;  } 
.auptos .pri1 a:hover {	background-position: 0 -130px;  } 
.auptos .tos1 a { background-position: 0 -156px;  } 
.auptos .tos1 a:hover { background-position: 0 -182px;  } 


/*************************************************/
/********** EFECTOS y DECORACIONES ***************/

/*********** BORDES REDONDOS ***************/
.round5 {
	border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
.round10 {
	border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}
.round12 {
	border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}
.round15 {
	border-radius: 15px;
	-ms-border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
}
.round15T {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
}
.round15B {
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
}
/*********** SOMBRAS ***************/
.shadow3 {
	-moz-box-shadow: -3px 3px 3px rgba(0,0,0,0.2), inset -1px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.2), inset -1px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.2), inset -1px 1px 1px rgba(0, 0, 0, 0.2);

}
.shadow5 {
	-moz-box-shadow: -5px 5px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: -5px 5px 5px rgba(0,0,0,0.5);
	box-shadow: -5px 5px 5px rgba(0,0,0,0.5);
}
/*********** REFLEJOS ***************/
.reflejoXX {  -webkit-box-reflect: below -5px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.5, transparent), to(rgba(255, 255, 255, 0.5)));  } 
.reflejo1 {  -webkit-box-reflect: below -5px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.3, transparent), to(rgba(255, 255, 255, 1)));  } 
.reflejo2 {  -webkit-box-reflect: below -2px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.3, transparent), to(rgba(255, 255, 255, 0.3)));  } 
/*********** SOMBRA DE TEXTO ***************/
.txtsh1 {
		text-shadow: -5px 15px 3px #000;
}
.txtsh2 {
	text-shadow:-2px 3px 5px #ccc;
}
.txtsh3 {
	text-shadow:0px 0px 5px #fff;
}
.txtsh4 {
	text-shadow: -2px 3px 3px #aaa;
}
.txtsh5 {
	text-shadow: -1px 1px 1px #666;
}






/* BULLET STYLES */





/* BULLET 1 */

.bullet1 {
	background:url(../img/bullet_21x20.gif) no-repeat top left;
	padding-top: 1px;
	padding-bottom: 4px;
	padding-left: 25px;
}

/* BULLET 1a */

.bullet1a {
	background:url(../img/bullet2_21x20.gif) no-repeat top left;
	padding-top: 1px;
	padding-bottom: 4px;
	padding-left: 25px;
}

/* BULLET 1b */

.bullet1b {
	background:url(../img/bullet3_21x20.gif) no-repeat top left;
	padding-top: 1px;
	padding-bottom: 4px;
	padding-left: 25px;
}

/* BULLET 1c */

.bullet1c {
	background:url(../img/bullet4_21x20.jpg) no-repeat top left;
	padding-top: 1px;
	padding-bottom: 4px;
	padding-left: 25px;
}
/* BULLET 1d */

.bullet1d {
	background:url(../img/bullet5_21x20.jpg) no-repeat top left;
	padding-top: 1px;
	padding-bottom: 4px;
	padding-left: 25px;
}

/* BULLET 1e */

.bullet1e {
	background:url(../img/bullet6_21x20.jpg) no-repeat top left;
	padding-top: 1px;
	padding-bottom: 4px;
	padding-left: 25px;
}
/* BULLET 1f */

.bullet1f {
	background:url(../img/bullet7_34x20.jpg) no-repeat top left;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 38px;
}
/* BULLET 1g */

.bullet1g {
	background:url(../img/bullet7_34x20.gif) no-repeat top left;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 38px;
}

/* BULLET 2 */

.bullet2 {
	background:url(../img/bullet2_17x24.gif) no-repeat top left;
	padding-top: 3px;
	padding-bottom: 1px;
	padding-left: 15px;
}

/* BULLET 3 */

.bullet3 {
	background:url(../img/bullet_29x17.gif) no-repeat top left;
	padding-top: 3px;
	padding-bottom: 1px;
	padding-left: 30px;
}












.pricing_table { 
	font-family:arial, sans-serif;
	font-size:12px;
	background-color:#FFF;
	width:600px;
    border-collapse: collapse;	
 }


.pricing_table_tr  { 
	vertical-align:center;
	border:0px;
}



.pricing_table .row0 {
	padding-top: 3px;
}

.pricing_table .row1 {
	border-bottom: 1px solid #D5DADD;
}

.pricing_table .standard_row {
	border-left: 1px solid #D5DADD;
	border-right: 1px solid #D5DADD;
}

.pricing_table .last_row {
	border-bottom: 1px solid #D5DADD;
	border-left: 1px solid #D5DADD;
	border-right: 1px solid #D5DADD;
}

.pricing_table .white_cell {
	background-color: #fff;
	padding-top: 9px;
	padding-bottom: 9px;
	vertical-align:center;
	color: #636C75;
}
.pricing_table .blue_cell {
	background-color: #E9F8FF;
	padding-top: 9px;
	padding-bottom: 9px;
	vertical-align:center;
	color: #636C75;
}
.pricing_table .gray_cell {
	background-color: #F6F7F9;
	padding-top: 9px;
	padding-bottom: 9px;
	vertical-align:center;
	color: #636C75;
}

.pricing_table .bgscreen {
	font-size:12px;
	color:#3F8C9C;
	border:0px;
	padding-left: 10px;
	font-weight: bold;
}

.pricing_table .cx1 {
	background: url(../img/c1a_100x31.jpg) no-repeat left top;
	width: 90px;
	height: 31px;
	display: block;
	position: relative;
	color: #D5661F;
	font-weight: bold;
	font-size: 12px;
	font-family: arial, sans-serif;
	line-height: 31px;
}
.pricing_table .cx2 {
	background: url(../img/c2b_100x31.jpg) no-repeat left top;
	width: 90px;
	height: 31px;
	display: block;
	position: relative;
	color: #D5661F;
	font-weight: bold;
	font-size: 12px;
	font-family: arial, sans-serif;
	line-height: 31px;
}
.pricing_table .cx3 {
	background: url(../img/c3b_100x31.jpg) no-repeat right top;
	width: 90px;
	height: 31px;
	display: block;
	position: relative;
	color: #D5661F;
	font-weight: bold;
	font-size: 12px;
	font-family: arial, sans-serif;
	line-height: 31px;
}

.pricing_table_td1  {  
	font-size:13px;
	color:#666668;
	border:0px;
	text-align:left;
	width: 142px;
	padding-left: 10px;
	font-weight: bold;
	vertical-align:center;
}

.pricing_table_td2  {  
	font-size:12px;
	color:#343434;
	border:0px;
	text-align:center;
	width: 90px;
}
.pricing_table_td3  {  
	font-size:12px;
	color:#343434;
	border:0px;
	text-align:center;
	width: 90px;
}

.pricing_table_td4  {  
	font-size:12px;
	color:#343434;
	border:0px;
	text-align:center;
	width: 90px;
	padding-top: 5px;
}


.pricing_table .noborder-right {
	border-right: 0px;
}






.duo_float {
	position: relative;
	float: left;
	width: 625px;
}
.df_f1 {
	position: relative;
	float: left;
	width: 305px;
	padding-right: 10px;
}

.df_f2 {
	position: relative;
	float: left;
	width: 310px;
}





.hourly_table { 
	font-family:arial, sans-serif;
	font-size:12px;
	background-color:#FFF;
	width:600px;
    border-collapse: collapse;
 }


.hourly_table_tr  { 
	vertical-align:center;
	border:0px;
}



.hourly_table .row0 {
	padding-top: 0px;
	background-color:#FFF;
}

.hourly_table .row1 {
	border-bottom: 1px solid #D5DADD;
}

.hourly_table .standard_row {
	border-left: 1px solid #D5DADD;
	border-right: 1px solid #D5DADD;
}

.hourly_table .last_row {
	border-bottom: 1px solid #D5DADD;
	border-left: 1px solid #D5DADD;
	border-right: 1px solid #D5DADD;
}

.hourly_table .white_cell {
	background-color: #fff;
	padding-top: 9px;
	padding-bottom: 9px;
	vertical-align:center;
	color: #636C75;
}
.hourly_table .blue_cell {
	background-color: #E9F8FF;
	padding-top: 9px;
	padding-bottom: 9px;
	vertical-align:center;
	color: #636C75;
}
.hourly_table .gray_cell {
	background-color: #F6F7F9;
	padding-top: 9px;
	padding-bottom: 9px;
	vertical-align:center;
	color: #636C75;
}

.hourly_table .button_cell {
	padding-top: -3px;
	vertical-align:center;
	text-align: right;
	padding-left: 20px;
}

.hourly_table .bgscreen {
	font-size:12px;
	color:#3F8C9C;
	border:0px;
	padding-left: 10px;
	font-weight: bold;
}

.hourly_table .cx1 {
	background: url(../img/c1_121x31.jpg) no-repeat left top;
	width: 121px;
	height: 31px;
	display: block;
	position: relative;
	color: #457D18;
	font-weight: bold;
	font-size: 12px;
	font-family: arial, sans-serif;
	line-height: 31px;
}
.hourly_table .cx2 {
	background: url(../img/c2_127x31.jpg) no-repeat left top;
	width: 127px;
	height: 31px;
	display: block;
	position: relative;
	color: #457D18;
	font-weight: bold;
	font-size: 12px;
	font-family: arial, sans-serif;
	line-height: 31px;
}
.hourly_table .cx3 {
	background: url(../img/c3_130x31.jpg) no-repeat left top;
	width: 130px;
	height: 31px;
	display: block;
	position: relative;
	color: #457D18;
	font-weight: bold;
	font-size: 12px;
	font-family: arial, sans-serif;
	line-height: 31px;
}

.hourly_table_td1  {  
	font-size:13px;
	color:#666668;
	border:0px;
	text-align:left;
	width: 132px;
	padding-left: 10px;
	font-weight: bold;
	vertical-align:center;
}

.hourly_table_td2  {  
	font-size:12px;
	color:#343434;
	border:0px;
	text-align:center;
	width: 100px;
}
.hourly_table_td3  {  
	font-size:12px;
	color:#343434;
	border:0px;
	text-align:center;
	width: 100px;
}

.hourly_table_td4  {  
	font-size:12px;
	color:#343434;
	border:0px;
	text-align:center;
	width: 100px;
	padding-top: 5px;
}


.hourly_table .noborder-right {
	border-right: 0px;
}

.w320px {
	width: 320px;
	}


/* Language Bar */
.click-nav {
	width:115px;
	float:right;
	z-index:9999;
	}
	
.click-nav ul {position:relative;margin: 0px;}
.click-nav ul li {position:relative;list-style:none;cursor:pointer;}
.click-nav ul li ul {position:absolute;left:0;right:0;}
.click-nav ul .clicker {
	position:relative;
	background:#333;
	color:#AAA;
	height: 17px; 
	margin-top: -1px; 	
	transition:background-color 0.2s ease-in-out;
	-webkit-transition:background-color 0.2s ease-in-out;
	-moz-transition:background-color 0.2s ease-in-out;
	display:block;
	padding:8px 10px 8px 45px;	
	background: #333 url(../img/headers/icon_lang.png) no-repeat;	
	}
	
.click-nav ul .clicker:hover {
	color: #a4ce39;
	background: #333 url(../img/headers/icon_lang.png) no-repeat 0px -42px;;
	}
#toplangs .langs {
    margin: 2px 12px 2px 12px;
    padding: 4px 4px 4px 35px;
}

.click-nav ul .active {
    background: #333 url(../img/headers/icon_lang.png) no-repeat 0px -150px;
    }
.click-nav ul .clicker.active {
	color: #a4ce39;
	background: #333 url(../img/headers/icon_lang.png) no-repeat 0px -42px;;
	}
.click-nav img {position:absolute;top:9px;left:12px;}
.click-nav ul li a {
	transition:background-color 0.2s ease-in-out;
	-webkit-transition:background-color 0.2s ease-in-out;
	-moz-transition:background-color 0.2s ease-in-out;
	display:block;
	padding:8px 10px 8px 45px;
    background: #333 url(../img/headers/icon_lang.png) no-repeat 0px -84px;;
	color:#AAA;
	text-decoration:none;
	}
.click-nav ul li a:hover {
    background: #444 url(../img/headers/icon_lang.png) no-repeat 0px -117px;;
    }

/* Fallbacks */
.click-nav .no-js ul {display:none;}
.click-nav .no-js:hover ul {display:block;}


/* Top Social and Language */
#topsocialbut {
    top:30px;
    float:left;
    z-index:4000;
    left:665px;
    width:310px;
    height:30px;
  }
#twitterdiv {
    border-radius: 3px; /* to mimic the curved edges of the count box */
    border-right: 1px solid #AAAAAA; /* this is the width and color of the count box border */
    height: 20px; /* this height works for the medium button */
    overflow: hidden; /* actually hides the word */
    width: 89px;
    float: left;    
}
#facebookdiv {
    width: 85px;
    float: left;     
    overflow: hidden;    
  }
#googlediv {  
   width: 85px;
   float: left;     
   overflow: hidden;      
  }
#pindiv {
    width: 85px;
    float: left;     
    overflow: hidden;    
  }  
  #babeldiv {
    width: 85px;
    float: left;     
    overflow: hidden;    
  }    
  #babeldiv li.en {
    background: #flag;
    padding:5px;
    display:block;
  }
  #babeldiv li.es {
    background: #flag;    
    padding:5px;    
    display:block;    
  }
  #babeldiv li.en a{
    width: 20px;
    height: 10px;
    background: red;
  }
  #babeldiv li.es a{
    width: 20px;
    height: 10px;
    background: orange;    
  }

.pluginCountButton{
border-radius:3px !important;
margin-left:5px!important;
line-height:16px!important;
margin-bottom:-1px!important;
font-family:'Helvetica Neue', Arial, sans-serif !important;

}

.{
background-color: rgb(244, 255, 236) !important;
border: 1px solid rgb(216, 238, 193) !important;Ñ
}
