#mascara_top {
	/* dimensions */
	width:1020px;
	height:79px !important;
	margin:0 !important;
	padding: 0px 0;
	background-image: url(../images/bg_link_tabs.png);
	background-repeat:repeat-x;
	background-position:top;
	float:left;
	-moz-border-radius-topright : 10px;
	-moz-border-radius-topleft :10px;
	/* IE6 specific branch (prefixed with "_") */
	_margin-bottom:-2px;
}
#mascara_top h2 {color:#fff; text-decoration:none;}

#mascara_top h2 a{color:#fff; text-decoration:none;}
#mascara_top h2 a:hover{color:#63cfff; text-decoration:none;}
#mascara_top h2#t1{ font-size:18px; color:#63cfff;
	background-image:url(../images/portfolio.png);
	background-repeat:no-repeat;
	background-position: 15px 1px;
	width:300px;
	height:60px;
	line-height:60px;
}
#mascara_top h2#t2{ font-size:18px; color:#63cfff;
	background-image:url(../images/reg.png);
	background-repeat: no-repeat;
	background-position: 15px 3px;
	width:620px;
	height:60px;
	line-height:60px;
}
#mascara_top h2#t3{ font-size:18px; color:#63cfff;
	background-image:url(../images/desarrollo.png);
	background-repeat:no-repeat;
	background-position: 15px 3px;
	width:120px;
	height:60px;
	line-height:60px;
}
#mascara_top h2#t4{ font-size:18px; color:#63cfff;
	background-image:url(../images/contacto.png);
	background-repeat: no-repeat;
	background-position: 15px 3px;
	width:620px;
	height:60px;
	line-height:60px;
}

#mascara_top span{ padding-left:70px;}
#mascara_bottom a{ color:#CCCCCC; text-decoration:none;}
#mascara_bottom a:hover{ color:#63cfff; text-decoration:none;}
#mascara_bottom {
	/*background:#11284f;
	border-top:1px solid #333;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;*/
	background-image:url(../images/bg_tabs_cont.png);
	background-position:top;
	background-repeat:repeat-x;
	width:100%;
	min-height:320px;
	height:auto;
	float:left;
	padding-top:10px;
}


#contenedor_host span{ padding-left:60px;}
#contenedor_host{ width:1005px; float:left; height:auto; margin:0; padding:0; padding-left:15px;font-size:12px; line-height:14px; color:#f1f1f1;}
#contenedor_host .col_i{ width:500px; float:left; height:auto; }
#contenedor_host .col_d {width:500px; float:left; height:auto; }

#contenedor_host .linux{ font-size:18px; color:#63cfff;
	background-image:url(../images/linux.png);
	background-repeat:no-repeat;
	background-position: 5px 8px;
	width:300px;
	height:60px;
	line-height:60px;
}
#contenedor_host .win{ font-size:18px; color:#63cfff;
	background-image:url(../images/win.png);
	background-repeat:no-repeat;
	background-position: 5px 8px;
	width:300px;
	height:60px;
	line-height:60px;
}
#contenedor_host ul, li{list-style-image:url(../images/li_image.png); list-style-position:outside;}
#contenedor_host li{ padding:5px;}
#contenedor_host  li.price{list-style-image:url(../images/li_price.png); list-style-position:outside;}
#contenedor_host  li.comprar { margin-top:15px;}
#contenedor_host  li.comprar:hover {list-style:url(../images/li_compra_a.png) outside ;}
#contenedor_host  li.comprar a{ color:#FFFFFF; text-decoration:none;}
#contenedor_host  li.comprar a:hover{ color:#63cfff;}
/* define background image for the expose mask */
#mask {
/*	background:#123 url(../images/mask_gradient_1800.png) no-repeat;
	background-position:50% -200px;
*/}

/* general settings for both scrollables */
div.items {	
	width:20000em;	
	position:absolute;
	clear:both;
}

/* next/prev buttons */
div.navi {
	background-image:url(../images/hori_large.png);
	width:30px;
	height:30px;
	float:left;
	margin-top:100px;
}

div.navi:hover  		{ background-position:-30px 0; }
div.navi:active  		{ background-position:-60px 0; }
div.nextPage 			{ background-position: 0 -30px; clear:right; }
div.nextPage:hover 		{ background-position:-30px -30px; }
div.nextPage:active 	{ background-position:-60px -30px; } 


div.navi.disabled {
	visibility:hidden;		
}


/* the thumbnail scrollable */
#thumbnails {
	position:relative;
	overflow:hidden;	 	
	float:left;	
	width: 928px;	
	height:350px;
	background-image:url(../images/bg_tabs_cont.png);
	background-position:top;
	background-repeat:repeat-x;
	margin:10px;
}

#thumbnails div.items div img{ padding-bottom:2px;}
#thumbnails div.items div {
	padding:5px 4px;
	float:left;		
}


/* box styling */
#box {
	background-image:url(../images/black_2.png);
	width:650px;
	height:500px;
	position:absolute;
	display:none;
}

/* 
	image is contained on the overlay background image. 
	the closing button is thus just a transparent container. 
*/
#box .close {
	position:absolute;
	left:610px;
	top:8px;
	cursor:pointer;
	height:35px;
	width:35px;
	text-decoration:none;
}

/* overlay scrollable */
#images {	
	position:absolute;
	overflow:hidden;
	margin-left:80px;
	margin-top:50px;
	width:500px;
	height:400px;;	
}

/* single image */
#images div.items div {
	float:left;
	width:500px;
	height:400px;
	margin-right:30px;
}

/* the tooltip */
#images div.items div.info {
	float:none;
	background:#333;
	color:#fff;
	font-size:13px;
	margin-top:-22px;
	padding:5px 75px;
	height:100px;
	display:none;
	width:410px;
}

#images div.items div.info h3 {
	color:#cde;
	margin-top:5px; margin-bottom:2px;
}
	
#images div.items div.info h3 a{ font-size:16px;color:#cde; text-decoration:none; text-transform:uppercase;}
	
#images div.items div.info h3 a:hover{ color:#f1f1f1;text-decoration:none;}
#images div.items div.info p { margin:0 ;}
#images div.items div.info p a{ color:#cde;text-decoration:none;}
#images div.items div.info p a:hover{ color:#f1f1f1;text-decoration:none;}
	

/* override button style on the overlay */
#box div.navi {
	position:absolute;
	bottom:25px;
	left:40px;
}

#box div.nextPage {
	left:590px;
}


										/* planes host */ 

#linux #windows img {
	margin:0 20px 25px 0;	
	cursor:pointer;	
}

.descriptionl, .descriptionw, .descriptionr {
	background-color:#333;
	border:1px solid #999;	
	width:420px;
	min-height:140px;
	display:none;
	margin-top:25px;
	-moz-border-radius:4px;
	padding:0 10px;
}

 .arrow {
	width:34px;
	height:34px;
	background:transparent url(../images/arrow.png) repeat scroll 0 -68px;
	margin-top:-27px;
	margin-left:36px;
	font-size:1px;
	position:relative;
}

#a2 .arrow {
	margin-left:190px;	
}

#a3 .arrow {
	margin-left:345px;	
}
#a4 .arrow {
	margin-left:500px;;	
}

										/* CONTRATO */ 


/* scrollable root element */
#wizard {	
	border:5px solid #789;
	font-size:12px;
	height:500px;
	margin:20px auto;	
	width:800px;
	overflow:hidden;
	position:relative;
	background-color:#333333;
	
	/* rounded corners for modern browsers */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}  

/* scrollable items */
#wizard .items {
	width:20000em;	
	clear:both;	
	position:absolute;	
}

/* single item */
#wizard .page {	
	padding:20px 30px;
	width:740px;
	float:left;	
}

/* title */
#wizard hr {
	border-bottom:1px dotted #999;
	height:1px;
	}
#wizard h2 {
	border-bottom:1px dotted #999;
	font-size:22px;
	line-height:24px;
	font-weight:normal;
	margin:10px 0 0 0;
	padding-bottom:15px;		
}
#wizard h2.error{color:#ff0000;}
#wizard h2 em {
	display:block;
	font-size:14px;
	color:#999;
	font-style:normal;
	margin-top:5px;
}
#wizard h2 span {
	color:#63cfff;
	font-weight:bold;
	position:relative;
	top:8px;
	font-size:20px;
}
#wizard h3 {
	border-bottom:1px dotted #999;
	font-size:18px;
	font-weight:normal;
	line-height:20px;
	margin:5px 0;
	padding-bottom:5px;
	color:#456;
}

#wizard h3 em {
	display:block;
	font-size:12px;
	color:#999;
	font-style:normal;
	line-height:16px;
}

/* input fields */
#wizard ul {
	padding:0px !important;
	margin:0px !important;
	overflow:visible;
}

#wizard li {
	list-style-type:none;
	list-style-image:none;
	margin-bottom:25px;	
}

#wizard label {
	font-size:16px;	
	line-height:25px;
	display:block;
}

#wizard label strong {
	color:#789;	
	position:relative;
	top:-1px;
}

#wizard label em {
	font-size:11px;
	color:#63cfff;	
	font-style:normal;
}

#wizard .text {
	width:100%;
	padding:5px;
	border:1px solid #ccc;
	color:#f1f1f1;
	letter-spacing:1px;
	background-color:#666;
}
#wizard textarea{
	width:100%;
	padding:5px;
	border:1px solid #ccc;
	color:#f1f1f1;
	letter-spacing:1px;
	background-color:#666;
	height:50px;
}


#wizard select {
	border:1px solid #ccc;
	color:#f1f1f1;
	letter-spacing:1px;
	background-color:#666;
	width:94%;	
	padding:5px;
}

#wizard label span {
	color:#63cfff;
	font-weight:bold;
	position:relative;
	top:4px;
	font-size:20px;
}
#wizard .double label { 
	width:50%;
	float:left;
}

#wizard .double .text {
	width:93%;	
}

#wizard .clearfix {
	clear:left;
}

#wizard .right {
	float:right;		
}

/* validation error message bar */
#drawer {
	background-color:#333;
	overflow:visible;
	position:fixed;	
	left:0;
	top:0;
	text-align:center;
	padding:15px;
	font-size:18px;
	color:#FF3300;
	border-bottom:2px solid #f1f1f1;
	width:100%;
	display:none;
	z-index:2;
}

#wizard .error {
	border:1px solid red;		
}

#wizard #status {
	margin:0px !important;
	height:34px;
	padding-left:25px !important;
	background:#789;

}

#status li {
	list-style-type:none;
	list-style-image:none;
	float:left;
	color:#fff;
	padding:10px 30px;
}

#status li.active {
	background-color:#333;
	font-weight:normal;
	color:#63cfff;		
	-moz-border-radius-topright :5px;
	-moz-border-radius-topleft :5px;
}



#wizard  button{
	outline:1px outset #999;	
	border:1px solid #fff;	
	background-color:#789;
	color:#f1f1f1;
	height:24px;
	-moz-border-radius:4px;
	-moz-outline-radius:4px;
	cursor:pointer;
	font-size:11px;
	padding:5px
}
#wizard  button:hover{
	outline:1px outset #63cfff;	
	border:1px solid #999;	
	background-color:#333;
	color:#63cfff;
}
#wizard  .button{
	outline:1px outset #999;
	border:1px solid #fff;
	background-color:#FF6600;
	color:#f1f1f1;
	height:24px;
	-moz-border-radius:4px;
	-moz-outline-radius:4px;
	cursor:pointer;
	font-size:11px;
	padding:5px
}
#wizard  .button:hover{
	outline:1px outset #999;
	border:1px solid #FF6600;
	background-color:#333;
	color:#FF6600;
}
