/* General styles */
.padTop {
	padding-top: 15px;
}

.padLeft {
	padding-left: 30px;
}

.floatLeft {
	float: left;
}

.text_arrow {
	font-size: 80%;
}
/* General styles */

/* Link styles */
a.contentlink:link {
    color: #b1b3b2;
	text-decoration: none;
}
a.contentlink:visited {
    color: #b1b3b2;
	text-decoration: none;	
}
a.contentlink:hover {
    color: #00BFF3;
	text-decoration: none;	
}
a.contentlink:active {
    color: #61c702;
	text-decoration: none;	
}


a.downloadlink:link {
    color: #b1b3b2;
	text-decoration: none;
}
a.downloadlink:visited {
    color: #b1b3b2;
	text-decoration: none;	
}
a.downloadlink:hover {
    color: #00BFF3;
	text-decoration: none;	
}
a.downloadlink:active {
    color: #61c702;
	text-decoration: none;	
}


a.ctalink:link {
    color: #f2f2f2;
	text-decoration: none;
}
a.ctalink:visited {
    color: #f2f2f2;
	text-decoration: none;	
}
a.ctalink:hover {
    color: #f2f2f2;
	text-decoration: none;	
}
a.ctalink:active {
    color: #f2f2f2;
	text-decoration: none;	
}


a.blue:link {
    color: #00BFF3;
    font-weight: bold;
	text-decoration: none;
}
a.blue:visited {
    color: #00BFF3;
    font-weight: bold;
	text-decoration: none;	
}
a.blue:hover {
    color: #00BFF3;
    font-weight: bold;
	text-decoration: none;	
}
a.blue:active {
    color: #00BFF3;
    font-weight: bold;
	text-decoration: none;	
}
/* Link styles */


/* Main banner area styles */
#main_banner {
	width: 1000px;
	height: 428px;
	background: url(../images/banner_background.png) top left no-repeat;
}

#main_banner_text {
	padding-left: 35px;
	padding-top: 105px;
}

#main_banner_header {
	font-size: 400%;
	font-weight: normal;
	margin-bottom: 10px;
}

#main_banner_subheader {
	font-size: 150%;
}

#main_banner_cta {
	padding: 20px 0 0 30px;

} 

#main_banner_cta span {
	float: left;
	font-size: 120%;
	cursor: pointer;
}

#mbcta_text {
	padding: 10px;
}
/* Main banner area styles */



/* Main Content Gradient styles */
#main_content_area_wrapper {
	background: url(../images/background_fallback.png) top left no-repeat;
	background: -webkit-gradient(linear, left top, left bottom, from(#373a3e), to(#111));
	background: -moz-linear-gradient(top,  #373a3e,  #111);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#373a3e', endColorstr='#111111');
	width: 1000px;
	margin-top: 3px;
	height: 100%;
}

#main_content_area {
	width: 100%;
	height: 100%;
	background: url(../images/right_col_back.png) top right repeat-y;
}

#main_content_area_top {
	width: 100%;
	height: 40px;
	background: url(../images/right_col_top_back.png) bottom right no-repeat;
}

#main_content_area_bottom {
	width: 100%;
	height: 40px;
	background: url(../images/right_col_bottom_back.png) top right no-repeat;
}
/* Main Content Gradient styles */


/* Main Content area styles */
#left_column {
	float: left;
	width: 657px;
	vertical-align: top;
}

#right_column {
	float: right;
	text-align: left;
	width: 343px;

}
.horizontal_rule {
	width: 100%;
	border-top: 1px solid #111111;
	margin: 25px 0;	
}

.column_content {
	margin: 0 25px 0 30px;
	font-size: 110%;
	color: #f2f2f2;
}

.column_content p {
	font-size: 100%;
}



/* Left column specific styles */
.column_content p.intro_text {
	font-size: 120%;
	line-height: 1.6em;
	color: #f2f2f2;
}

h2.left_column_h2 {
	font-size: 135% !important;
}

#secondary_video {
	margin: 30px 0;
	width: 657px;
}

#secondary_video_content {
	padding: 20px 30px 0 30px;
}

#sv_image {
	float: left;
	width: 214px;
	padding-right: 20px;
}

#sv_text {
	float: left;
	width: 340px;
	padding-right: 20px;
}

#sv_text h2 {
	margin: 0;
}

.svt_description {
	padding: 10px 0;
	font-size: 110%;
	line-height: 1.4em;	
	color: #cccccc;
}

.vid_time {
	padding-left: 5px;
	color: #cccccc;
	font-size: 90%;
}

#product_area {
	margin: 30px 0;
	width: 100%;
	background:url(../images/product_back.jpg) top left repeat-x;
	height: 293px;
}

#product_area_content {
	padding: 30px 0;
	width: 100%;
	height: 263px;
}

#product_area_content h2 {
	padding: 0 30px;
}

.ps_container {
	float: left;
	padding: 0 30px;
	width: 158px;
	height: 225px;
	font-size: 120%;
	border-right: 1px solid #111111;
}

.ps_container_last {
	float: left;
	padding: 0 30px;
	width: 157px;
	height: 225px;
	font-size: 120%;
}

.ps_link_list {
	margin: 0;
	list-style: none;
	float: left;
	padding: 0 30px;
	width: 157px;
	font-size: 110%;
	line-height: 2em;	
}
/* Left column specific styles */


/* Right column specific styles */
.download_banner span {
	display: block;
	padding: 7px 5px 0 0;
	float: right;
	font-size: 90%;
	cursor: pointer;
}

.download_banner span.icon_image {
	padding-top: 8px !important;
}

h3.right_nav_header {
	color: #b2b2b2;
	font-size: 80%;
}

#social_icons {
	margin-top: 30px;
	background: url(../images/social_back.jpg) top left no-repeat;
	width: 285px;
	height: 90px;
}

#social_icons_content {
	padding: 20px;
}

#social_icons_content h3 {
	font-weight: normal;
	margin: 0;
}
#social_icons_content div {
	float: left;
	padding: 10px 10px 0 0;	
}

.rn_indent {
	margin-left: 20px;
}

.rn_indent h4 {
	font-weight: normal !important;
	padding: 0 !important;
	margin: 0 !important;	
}

.rn_indent ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	font-size: 100%;
}

.rn_indent ul li {
	padding-bottom: 10px;
}
/* Right column specific styles */


#share_row {
	margin-top: 20px;
	width: 1000px;
	height: 35px;
	background: url(../images/share_row_back.jpg) top left repeat-x;
}

#share_link {
	float: left;
	height: 25px;
	width: 75px;
	padding-top: 10px;
	padding-left: 25px;
}
#share_link div {
	float: left;
	margin-left: 5px;
}

#facebook_like {
	height: 40px;
	width: 400px;
	padding-top: 10px;
	float: left;
}
/* Main Content area styles */


/**Video new styles**/
.vdo_wdg {
width:625px;
}

.pop_cnt {
background:none repeat scroll 0 0 #222222;
display:none;
left:50%;
margin-top:50px;
position:absolute;
z-index:101;
}

.cnt20 {
padding:20px;
}


.pop_drk {
background:none repeat scroll 0 0 #000000;
left:0;
position:absolute;
top:0;
width:100%;
z-index:100;
}


.lng_cls {
background:url(../i/popup_close.gif) no-repeat scroll 0 0 #666666;
height:19px;
position:absolute;
right:10px;
top:10px;
width:19px;
text-decoration:none;
}
.lng_cls:hover,.lng_cls:focus{text-decoration:none;}

.modalWindow {
background-color:#FFFFFF;
border:3px solid #000000;
display:none;
left:65px;
padding:10px;
position:absolute;
top:90px;
width:auto;
z-index:150;
}

#opaqueLayer{z-index:2; background-color:#000}

.screenReading{
left:-1000em;
position:absolute;
visibility:hidden;
}
/*TAB*/
.fourColumns .column3-4 {
    float: left;
    width: 74%;
}
#tabbedNavEnhanced {
    background: url("../i/tabs_section_bg_light.png") repeat-x scroll left center #CECECE;
    border-top-color: #DDDDDD;
}

#tabbedNavEnhanced {
    margin: 0 0 20px -10px;
    overflow: hidden;
    width: 580px;
	height:40px;
}

.bottomSpace5 {
    margin: 0 0 10px;
    padding-bottom: 2px;
}
.floatcienPorcent {
    float: left;
    width: 100%;
}

.floatLeft {
    float: left;
}
.contentBlock {
    overflow: hidden;
	float:left;
}

.topSpaceSmall {
    padding-top: 5px;
}

.contentBlock {
    margin: 0 0 10px;
    overflow: auto;
    padding: 0;
    width: 100%;
}
.textoContenidoTab1 {
    float: right;
    margin: 0;
    padding-left: 15px;
    padding-top: 0;
    width: 350px;
}
#tabbedNavEnhanced .tabSelected {
    background-color: #000000;
    background-image: url("http://welcome.hp-ww.com/img/tab_000000.gif");
    color: #404040;
}

#tabbedNavEnhanced .tabSelected {
    background: url("/img/tab_003366.gif") repeat-x scroll center bottom #003366;
    font-size: 15px;
    margin-top: 0;
    padding: 5px;
}

#tabbedNavEnhanced .tab {
    color: #404040 !important;
    float: left;
    font-size: 13px;
    font-weight: normal;
    min-width: 20%;
    text-align: center;
	line-height:42px;

}

.tabSelected {
    font-size: 13px;
}

.fourColumns {
    margin: 0 0 10px;
    overflow: hidden;
    width: 100%;
}

#tabbedNavEnhanced .tabSelected {
    background-image: url("http://welcome.hp-ww.com/img/tab_000000.gif");
    color: #FFFFFF;
}

#tabbedNavEnhanced .tabSelected {
	background: url("../i/active_tab_bg_light.jpg") no-repeat scroll right top transparent;
	color: #404040 !important;
	line-height:42px;
}

.ContenidoTabs {
    color: #000000 !important;
    display: block;
    float: right;
    padding-bottom: 0;
    padding-top: 0;
	margin-right:20px;
    text-align: justify;
    width: 348px;
}
.contentBlock img {
margin:10px;
float:left;
}
.ContenidoTabs_left {
    color: #000000 !important;
	width:98%px;
	display:block;
	float:left;
	margin: 10px 0 0 0;
	padding: 0;
	text-align:justify;
}
.floatcienPorcent .floatLeft .bottomSpace5 a {

color:#444444 !important;
text-decoration:none !important;
list-style:none !important;

}

.floatcienPorcent .floatLeft .bottomSpace5 a:hover {

color:#444444 !important;
text-decoration:none !important;
list-style:none !important;

}

.videos{ float:left; width:186px; margin:10px 50px 10px 0; }
.videos{ background-color:#FFFFFF; cursor:pointer ;}
.videos:hover{ background-color:#CCCCCC;cursor:pointer ;}
.videos span{ font-size:12px; color:#000000; font-weight:bold; margin:3px; display:block}
.contentBlock {
    overflow: hidden;
}

.topSpaceSmall {
    padding-top: 5px;
}

.contentBlock {
    margin: 0 0 10px;
    overflow: auto;
    padding: 0;
    width: 100%;
}
.caja_registro {
    float: left;
    overflow: auto;
}

.contentBlock .topSpaceSmall .tabla td {
    height: 25px;
    width: 250px;
}
.value textarea {
	width:200px;
}


/*share*/
.share_button {
	background-color: #ECEEF5;
	border: 1px solid #CAD4E7;
	border-radius: 3px 3px 3px 3px;
	display: block;
	font-weight: 400;
	height: 14px;
	padding: 2px 4px;
	width: 54px;
	text-decoration:none;
	float:left;
}
.share_button span {
	background-image: url(../images/share_icon.png);
	background-repeat: no-repeat;
	color: #007CA2;
	font-size: 10px;
	height: 14px;
	line-height: 14.5px;
	padding-left: 17px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
}
.fb_box {
	display: block;
	float: left;
	height: 22px;
	position: relative;
	width: 300px;
	z-index: 9999;
}
.js_fb_like {
	float: left;
	margin: 0 0 0 10px;
}
.js_fb_like a {
	clear: both;
	color: #FFFFFF;
	float: left;
	font-size: 10px;
	margin: 4px 0 0;
	width: 125px;
}
.iframe {
	border: medium none;
	float: left;
	height: 21px;
	overflow: hidden;
	width: 125px;
}
.icon_social {
	float: left;
	position: relative;
	width: 160px;
	height: 22px;
	margin: 20px 0 0 0;
	z-index: 9999;
}
.icon_social ul {
	display: block;
	float: left;
	margin: 1px 0 0;
    padding: 0;
}
.icon_social ul li {
	display: block;
	float: left;
	list-style-type: none;
	margin: 0 3px;
}
.icon_social ul li p {
	font-family:HPFuturaBkBook;
	font-size: 14px;
	margin: 0 5px 0 0;
}

.icon_social ul li a {
	display: block;
	height: 19px;
	margin: 0 2px;
	text-indent: -9999px;
	width: 19px;
}
.nav_img {
	float:left;
	width:550px;
	padding-left:20px
}

.nav_img ul {
	text-decoration:none !important;
	list-style:none !important;
	margin: 0 !important;
    padding: 0 !important;
	width:550px;
}

.nav_img ul li {
	float:left;
	width:181px;

}

.nav_img ul li a:{
background-color: none;
filter:alpha(opacity=50) !important; 
-moz-opacity: 0.5 !important; 
opacity: 0.5 !important;
}

.nav_img ul li a:hover{
background-color: none;
filter:alpha(opacity=100) !important; 
-moz-opacity: 0.9 !important; 
opacity: 0.9 !important;
}
