/* @group Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, textarea,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

/* @group General Styling */
body {
	background: #DADADA url(../_img/global-bg-wall.jpg) no-repeat center top;
	color: black;
	font: 11px Arial, Helvetica, Geneva, sans-serif;
}
a:link, a:visited {
	color: #80D013;
}
a:hover, a:active {
	text-decoration: none;
}
form {
	
}
legend, label {
	display: none;
	visibility: hidden;
}
select, textarea, input[type=text] ,input[type=password] {
	background-color: black;
	border-color: transparent;
	display: block;
	color: #fff;
	font-size: 10px;
	margin-left: auto;
	margin-right: auto;
}
input[type=text], input[type=password] {
	background: transparent url(../_img/global-form-textinput.jpg) no-repeat;
	height: 17px;
	padding: 0 0 0 5px;
	width: 149px;
}
textarea {
	background: url(../_img/global-form-textarea.jpg) no-repeat;
	height: 171px;
	width: 154px;
	resize: none;
}
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.show {
	display: inline;
	visibility: visible;
}
/* @end */

/* @group Global Structure Styling */
#pcWrapper {
	margin: 0 auto;
	width: 959px;
}
#pcContainer {
	display: inline;
	float: left;
	margin-left: 33px;
	width:  893px;
}
#pcSocial {
	display: inline;
	float: right;
	width: 33px;
}
#pcSocial #links {
	position: absolute;
	bottom: 110px;
}
#pcSocial #links img {
	margin: 0 0 14px 9px;
	
}

#pcHead {
	height: 71px;
	margin-top: 15px;
}
#pcBody {
	background: url(../_img/global-bg-body.jpg) no-repeat center top;
	padding: 0 10px;
}
#pcSide {
	display: inline;
	float: left;
	width: 189px;
}
	#pcSide #member-login-link {
		display: block;
		height: 27px;
		margin: 2px auto 18px;
		width: 164px;
	}
	#pcSide #memberlogged {
		background: #ECECEC;
		padding:  10px;
		margin:  0 auto 12px auto;
		width:  134px;
	}
	#pcSide form {
		margin: 0 auto;
		width: 154px;
	}
	#pcSide form legend {
		display: block;
		font-size: 11px;
		font-weight: bold;
		margin: 0 auto;
		text-transform: uppercase;
		visibility: visible;
	}
	#pcSide form dl {
		margin-bottom: 18px;
	}
	#pcSide form select {
		width: 154px;
	}
	#pcSide form select#marca {
		margin-top: 6px;
	}
	#pcSide form input[type=image] {
		margin-top: -4px;
	}
	#pcSide #loginlink {
		background: url(../_img/global-btn-member.jpg) no-repeat;
		display: block;
		height: 27px;
		margin: 10px auto;
		text-indent: -9999px;
		width: 128px;
	}
	#pcSide #loginlink:hover {
		background: url(../_img/global-btn-member.jpg) no-repeat 0px bottom;
	}
#pcContent {
	background: white url(../_img/global-bg-content.jpg) repeat-x;
	border-bottom: solid 2px #E8E8E8;
	border-left: solid 2px #E8E8E8;
	display: inline;
	float: right;
	min-height: 420px;
	padding-bottom: 17px;
	width: 682px;
}
#pcUtility {
	clear: both;
	padding: 20px 50px;
}
	#pcUtility #pcRandom {
		float: left;
		width: 569px;
	}
	#pcUtility #pcRandom #ran1 {
		float: left;
		margin: 0;
		padding: 10px;
		width: 259px;
	}
	#pcUtility #pcRandom #ran2 {
		float: left;
		margin: 0;
		padding: 10px;
		width: 259px;
	}
	#pcUtility #pcRandom div {
		padding: 10px 0 10px 90px;
	}
	#pcUtility #pcRandom div.ahorre {
		background: url(../_img/global-thumb-random1.jpg) no-repeat;
	}
	#pcUtility #pcRandom div.comodidad {
		background: url(../_img/global-thumb-random2.jpg) no-repeat;
	}
	#pcUtility #pcRandom div.tecnologia {
		background: url(../_img/global-thumb-random3.jpg) no-repeat;
	}
	#pcUtility #pcRandom div.velocidad {
		background: url(../_img/global-thumb-random4.jpg) no-repeat;
	}
	#pcUtility #pcRandom #ran1 h4, #pcUtility #pcRandom #ran1 p {
		margin: 0;
		padding: 0;
	}
	
	#pcUtility #pcBulletin {
		float: right;
		width: 184px;
	}
	#pcUtility #pcBulletin h4 {
		margin-left: 52px;
	}
	#pcUtility #pcBulletin p {
		margin-left: 52px;
	}
	#pcUtility #pcBulletin #bulletinbtn {
		float: right;
	}
	#pcUtility #pcBulletin legend {
		display: block;
		font-size: 11px;
		font-weight: bold;
		margin: 0 auto;
		text-transform: uppercase;
		visibility: visible;
	}
	#pcUtility #pcBulletin input[type=text] {
		margin-bottom: 4px;
	}
	#bulletinform label.error {
		color: #F60;
		width: auto;
		visibility: visible;
		display: block;
		position: relative;
		top: -12px;
}
#pcFoot {
	background: url(../_img/global-bg-foot.jpg) no-repeat;
	padding-top: 35px;
	margin-bottom: 80px;
}
#pcFoot span {
	width: 400px;
	float: left;
        margin-left: 25px;
}
#pcFoot #FlashXS {
	float: right;
	text-align: right;
	width: 125px;
}
h1 {
	background: url(../_img/global-title.jpg) no-repeat;
	height: 166px;
	margin: 0 auto;
	text-indent: -9999px;
	width: 164px;
}
.global-colmain-left {
	display: inline;
	float: left;
	margin-left: 13px;
	width: 427px;
}
.global-colmain-right {
	display: inline;
	float: right;
	margin-right: 14px;
	padding: 20px 20px 10px 20px;
	width: 164px;
	background: url(../_img/global-bg-side.jpg) center bottom;
	border-top: 1px solid #CCC;
}
.global-colsub-left {
	display: inline;
	float: left;
	margin-left: 13px;
	width: 353px;
}
.global-colsub-right {
	display: inline;
	float: right;
	margin-right: 14px;
	width: 278px;
}
.global-colmain-right h3, .global-colsub-right h3 {
	font-size: 11px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.global-colmain-right select, .global-colmain-right textarea, .global-colmain-right input[type=text] {
	margin-bottom: 15px;
}
/* @end */

/* @group Home Styling */
#home .feature {
	background: url(../_img/home-bg-feature.jpg) center bottom;
	float: left;
	margin-left: 17px;
	width: 204px;
}
#home .feature #FlashIndex1, #home .feature #FlashIndex2, #home .feature #FlashIndex3 {
	display: block;
	margin: 30px auto 20px auto;
}
#home .feature h3 {
	font-size: 10px;
	margin: 0 15px 15px 15px;
	text-align: center;
	text-transform: uppercase;
}
#home .feature p {
	margin: 0 15px 15px;
}
#home .feature #FlashID0, #home .feature #FlashID2, #home .feature #FlashID3 {
	display: block;
	height: 26px;
	margin: 0 auto 14px;
	width: 82px;
}
/* @end */

/* @group Products Styling */
.iframe {
	background-color: #FFF;
}
#productos #nav {
	display: block;
	margin: 0 auto 25px auto;
}
#productos h2 {
	background-repeat: no-repeat;
	height: 108px;
	margin-bottom: 15px;
	text-indent: -9999px;
	width: 353px;
}
#productos h2.te {
	background-image: url(../_img/products-title-te.jpg);
}
#productos h2.ce {
	background-image: url(../_img/products-title-ce.jpg);
}
#productos h2.ie {
	background-image: url(../_img/products-title-ie.jpg);
}
#productos .global-colsub-left h3 {
	text-transform: uppercase;
}
#productos .global-colsub-left h3, #productos .global-colsub-left p {
	margin-left: 25px;
} 
#productos .global-colsub-right ol li {
	padding-left: 45px;
	margin-bottom: 30px;
}
#productos .global-colsub-right ol li strong {
	text-transform: uppercase;
}
#productos .global-colsub-right ul li {
	padding-left: 5px;
	margin-bottom: 30px;
	list-style-image: url(../_img/products-bullet.jpg);
}
/* @end */

/* @group About Styling */
#about h2 {
	background-image: url(../_img/acerca-title.jpg);
	height: 30px;
	margin-bottom: 15px;
	text-indent: -9999px;
	width: 150px;
}
#about .global-colmain-left h3 {
	font-size: 12px;
	margin: 20px 0 10px 0;
}
#about .global-colmain-right h3 {
	margin-bottom: 0;
}
#about .global-colmain-right p {
	margin-bottom: 35px;
}
/* @end */

/* @group Questions Styling */
#questions h2 {
	background: url(../_img/questions-title.jpg) no-repeat;
	height: 30px;
	margin-bottom: 25px;
	text-indent: -9999px;
	width: 161px;
}
#questions .question {
}
#questions .question dt  {
	display: block;
	font-size: 11px;
	margin: 20px 0 7px 15px;
	font-weight: bold;
}
#questions .question dd {
	margin-left: 15px;
}
#questions textarea {
	padding: 3px;
	font: 100% Arial, Helvetica, Geneva, sans-serif;
}
#questions input[type=text], #contact input[type=password] {
	font: 100% Arial, Helvetica, Geneva, sans-serif;
}
#preguntasform label.error {
	color: #F60;
	width: auto;
	visibility: visible;
	display: block;
	position: relative;
	top: -10px;
}
/*  "Show All" + "Hide All" links */
#TJK_ToggleON,#TJK_ToggleOFF {
	border: none;
	display:none;
	margin-right: 5px; 
	padding:0 5px;
}
/* zeroing out padding and margin */
#TJK_DL dd,#TJK_DL dt {
	margin:0;
	padding:0
} 
#TJK_DL dd {
	padding-left: 20px;
}
/* margin for the DTs (shorthand) */
#TJK_DL dt {
	margin: 7px 0;
}
/* image and left padding for DDs */
/* styling all anchors in the DTs */
#TJK_DL dt a {
	background: 0 50% no-repeat;
	padding-left: 20px;
	color: #000; 
	text-decoration: none;
}
#TJK_DL dt a:visited {
	color: #666;
}
#TJK_DL dt a:visited:hover, #TJK_DL dt a:hover, #TJK_DL dt a:active, #TJK_DL dt a:focus {
	font-weight:bold;
}
/* the + and - gif in the anchors */
#TJK_DL .DTplus a {background-image:url(../_img/products-bullet.jpg)}
#TJK_DL .DTminus a {background-image:url(../_img/products-bulleton.jpg)}
/**********************************/
/**********************************/
#TJK_DL .showDD {position:relative;top:0}
#TJK_DL dd,.hideDD{top:-9999px;position:absolute}
#TJK_ToggleON,#TJK_ToggleOFF {display:inline;cursor:pointer;cursor:hand}
/* @end */

/* @group Contact Styling */
#contact h2 {
	background: url(../_img/contacto-title.jpg) no-repeat;
	height: 28px;
	margin-bottom: 25px;
	text-indent: -9999px;
	width: 192px;
}
#contact .col1, #contact .col2 {
	margin-top: 20px;
	width: 210px;
}
#contact .col1 h3, #contact .col1 p, #contact .col2 h3, #contact .col2 p {
	margin-left: 60px;
}
#contact .col1 {
	float: left;
}
#contact .col2 {
	float: right;
}
#contact #oficina {
	background: url(../_img/contacto-icon-office.jpg) no-repeat 10px;
}
#contact #correo {
	background: url(../_img/contacto-icon-mail.jpg) no-repeat 15px;
}
#contact #telefono {
	background: url(../_img/contacto-icon-phone.jpg) no-repeat 10px;
}
#contact #miembro {
	background: url(../_img/contacto-icon-member.jpg) no-repeat 15px;
}
#contactsend label.error {
	color: #F60;
	width: auto;
	visibility: visible;
	display: block;
	position: relative;
	top: -13px;
	left: 4px;
}
#contact textarea {
	padding: 3px;
	font: 100% Arial, Helvetica, Geneva, sans-serif;
}
#contact input[type=text], #contact input[type=password] {
	font: 100% Arial, Helvetica, Geneva, sans-serif;
}

/* @end */

/* @group Search Styling */
#search h2 {
	background: url(../_img/results-title.jpg) no-repeat;
	height: 30px;
	margin-left: 13px;
	margin-bottom: 35px;
	text-indent: -9999px;
	width: 166px;
}
#search .result img {
	display: inline;
	float: left;
	margin-left: 13px;
}
#search .result .detail {
	display: inline;
	float: right;
	margin-right: 14px;
	width:  534px;
}
#search .result .detail h3 {
	font-size: 15px;
}
#search .result p {
	margin: 20px 14px 20px 13px;
}
#search .result #points {
	width:  250px;
	margin-left: 13px;
}
#search .result #points li {
	list-style-image: url(../_img/products-bullet.jpg);
	margin-bottom: 20px;
	margin-left: 20px;
}
#search .result #order {
	border-top: solid 1px #CCC;
	margin-right: 14px;
	padding: 20px;
	width:  258px;
	background: url(../_img/product-bg-order.jpg) no-repeat 0 bottom;
}
#search .result #order input[type=text] {
	display: inline;
}
/* @end */

/* @group Member Styling */
#member h2 {
	background: url(../_img/member-title.jpg) no-repeat;
	height: 28px;
	margin-left: 30px;
	margin-bottom: 20px;
	text-indent: -9999px;
	width: 192px;
}
#member h3 {
	margin-left:  30px;
	text-transform: uppercase;
}
#member form.member {
	float: left;
	margin-left: 30px;
	width:  364px;
}
#member #column1 {
	float:  left;
	width: 180px;
}
#member #column2 {
	float:  right;
	width: 180px;
}
#member .printergroup {
	border: solid 1px #CCCCCC;
	margin: 0 auto 12px;
	padding: 5px 0;
	text-align: center;
	width: 164px;
}
#member .printergroup label {
	display: block;
	visibility: visible;
}
#member form.member select {
	width: 154px;
}
#member form.member select, #member form.member input[type=text], #member form.member input[type=password], #member form.member textarea {
	margin-bottom: 15px;
}
#member form.member textarea {
	padding: 3px;
	font: 100% Arial, Helvetica, Geneva, sans-serif;
}
#member form.member input[type=text], #member form.member input[type=password] {
	font: 100% Arial, Helvetica, Geneva, sans-serif;
}
#member form.member #register {
	float: right;
}
#member #extra {
	float: right;
	margin-right: 14px;
	width:  249px;
}
#member #extra .asset {
	margin-bottom: 25px;
}
#member #extra .asset strong, #member #extra .asset p{
	margin-left: 70px;
}
#member #extra #velocidad {
	background: url(../_img/member-icon-velocidad.jpg) no-repeat;	
}
#member #extra #tecnologia {
	background: url(../_img/member-icon-tecnologia.jpg) no-repeat;	
}
#member #extra #comodidad {
	background: url(../_img/member-icon-comodidad.jpg) no-repeat;	
}
#member #extra #ahorro {
	background: url(../_img/member-icon-ahorro.jpg) no-repeat;	
}
#member label.error {
	color: #F60;
	width: auto;
	visibility: visible;
	display: block;
	position: relative;
	margin-left: 15px;
	top: -14px;
}
/* @end */

/* @group Login Styling */
#loginpage {
	background: #FFF;
	width: 300;
	height: 200px;
}
#loginform {
	margin: 50px auto 0 auto;
	width:  154px;
}
#loginform input[type=text] {
	margin-bottom: 10px;
}
 #loginform input[type=password] {
}

/* @end */

/* @group Success Styling */
#success {
	margin: 100px auto 0 auto;
	text-align: center;
	width: 400px;
}
#success h2 {
	color:  #7BC713;
	font-size: 20px;
}
/* @end */