/* rev_PSNT.css */
/*Productos Segundo Nivel Tabs*/

@charset "iso-8859-1";

#main{
	margin:0;
	margin-top:10px;
	padding:0;
	float: left;
	width:425px;
	border-left:dashed 1px #cacaca;
}
table{max-width:420px;}
#right_pane{
	margin: 0;
	margin-top:10px;
	padding:0;
	float:right;
}
#left_pane{
	margin:0;
	margin-top:10px;
	padding:0;
	float:left;
	width:165px;
}
#sub_content{
	font-size:11px;	
	margin-left:10px;
	color:#444444;
	line-height:20px;
}

.lp_panel{
	margin:0;
	padding:0;
	border-top:solid 3px #036FAB;
	border-bottom: solid 2px #036FAB;	
	background-color:#E4E4E4;
	width:165px;
	height: auto!important; /* para los browsers buenos */
	height: 500px; /* para IE5+ */
	min-height: 500px; /* para los browsers buenos */
	border-left:1px dashed #c0c0c0;
}
ul.bas_ul_psnt{
	margin:0;
	padding:0;
	list-style-type:none;
	display:block;
	line-height:250%; 
	width:155px;
	list-style:none;
	list-style-type:none;
	list-style-image:none;
	list-style-position: outside; 
}
ul.bas_ul_psnt li{
	margin:0;
	padding:0;
	border-bottom:1px dashed #C0C0C0;
}
ul.bas_ul_psnt li a{
	margin:0;
	padding:0;
	display:block;
	text-decoration:none;
	color:#036FAB;
	background:#E4E4E4;
	padding:0 0 0 10px;
	width:155px;
}
ul.bas_ul_psnt li a:hover{
	background:#036FAB url("../images/vert-one_arrow.gif") no-repeat 0 9px;
	color:#E4E4E4;
}
ul.bas_ul_psnt li a.current,ul.bas_ul_psnt li a.current:hover{
	background:#036FAB url("../images/vert-one_arrow.gif") no-repeat 0 9px;
	color:#E4E4E4;
}
ul.sub-menu-current{
	list-style:none;
	list-style-type:none;
	list-style-image:none;
	list-style-position: outside; 
	font-size:11px;
	line-height:200%;
}
ul.sub-menu-current li a{
	background:#fff;
	/*padding-left:25px;*/
	width:165px;
}
ul.sub-menu-current li{
	border:none;
	border-top:1px solid #E4E4E4;
}
ul.sub-menu-current li a:hover{
	/*background:#e4e4e4 url("../images/vert-one_arrow.gif") no-repeat;*/
	background-color:#e4e4e4;
	width:100%;
	color:#036FAB;
}
#current-sub-page a{
	border-left:3px solid #036FAB;
	border-right:3px solid #036FAB;
	color:#036FAB;
	width:149px;
}
.rp_panel h1{
	/*width:165px;*/
	padding:5px 0 5px 5px;
}
#first_pane h1{
	color:#FFFFFF;
	background-image:url(../images/nav-bg6.PNG);
	background-position: top left;
	background-repeat:repeat-x;
	border-bottom: solid 1px #0083C4;
}

#first_pane h1 a{
	color:#FFFFFF;
}
.inner_pane ul{
	margin-top:15px;
	list-style:none;
	width:160px;
	list-style-position: outside; 
	list-style-image:none;
}
.inner_pane li{
	margin-bottom:5px;
	font-size:11px;
	padding-bottom:5px;
}
.inner_pane li a{
	color:#036FAB;
}
.inner_pane li a:visited{
	color:#036FAB;
}
.inner_pane li a:hover{
	text-decoration:underline;
}
#second_pane ul, #third_pane ul{
	padding-left:5px;
}
#second_pane, #third_pane{
	margin:0;
	padding:0;
	min-height:0px;
}
#second_pane h1, #third_pane h1{
	background-image:url(../images/gray_link_bin_170.PNG);
	background-position: top left;
	background-repeat:repeat-none;
}
#inner_second_pane, #inner_third_pane{
	border-left:1px solid #e4e4e4;
	border-right:1px solid #e4e4e4;
	border-bottom:1px solid #e4e4e4;
	min-height:70px;
}
#sub_header{
	height:25px;
	color:#333333;
	font-size:18px;
	letter-spacing:1px;
	margin-top:10px;
}

#sub_header h1{
	position:relative;
	top:3px;
	left:10px;
}

.buffer{
	height:15px;
}

.contacto_image{
	margin-left:5px;
}


/* Horizontal Tabbed Panels */
.TabbedPanels {
	padding: 0;
	clear: both;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	width: 420px;
	}
.TabbedPanelsTabGroup {
	margin: 0px;
	margin-left: 5px;
	padding: 0px;
}
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	height: 25px;
	text-align:center;
	width: 110px;
	padding: 4px 10px;
	margin: 0px 3px 0px 0px;
	background-image:url(../images/menubg4.PNG);
	background-repeat:repeat-x;
	list-style: none;
	border: solid 1px #CED9E2;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	color:#0056B7;
}
.TabbedPanelsTabHover {
	background-color:#FFFFFF;
	background-image:url(../images/menubg5.PNG);
	background-repeat:repeat-x;
	color:#2378D5;
	
}
.TabbedPanelsTabSelected {
	border-bottom: 1px solid #FFFFFF;
	background-image:none;
}

.TabbedPanelsTabSelected h4
{
	font-weight:bold;	
	color: #0056B7;
}
.TabbedPanelsTab a {
	color: #0056B7;
 	text-decoration: none;
}
.TabbedPanelsContentGroup {
	clear: both;
	border-top: solid 1px #CED9E2;
}

.TabbedPanelsContentGroup, .TabbedPanelContent p, .TabbedPanelsTabSelected{
	background-color:#FFFFFF;
	color:#434343;
}

.TabbedPanelsContent {
	margin:0;
	/*padding: 22px 20px 5px 22px;*/
	line-height:20px;
}

.TabbedPanelsContent p{
	padding:5px 0 5px 3px;
	margin:10px 0px !important;
	font-size:12px !important;
	letter-spacing: 0px;
}

.TabbedPanelsContent h6{
	margin:0;
	padding:1px 0 5px 0;
	font-size:16px !important;
	font-weight:bolder;
	/*color:#0056B7;*/
	color:#3A3A3A;
	}
	
#subh6
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#0056B7;
	font-size:14px;

}


.TabLink a{
	text-decoration:underline;
	font-weight:bold;
	color:#D22626;

}

.TabLink a:visited{
	text-decoration:underline;
	font-weight:bold;
	color:#D22626;
}
.TabbedPanelsContent h3
{
	font-size:10px;
	color:#434343;
}
strong{
	font-weight:bold;
	/*color:#092A4F;*/
	color:#514D49;
}

/* Segundo Tabbed Panels Para Especificaciones */
.SpecsTPs {
	padding: 0;
	clear: both;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	width: 300px;
	}
.SpecsTPsTabGroup {
	margin: 0px;
	margin-left: 5px;
	padding: 0px;
}
.SpecsTPsTab {
	position: relative;
	top: 1px;
	float: left;
	height: 25px;
	text-align:center;
	width: 40px;
	padding: 4px 10px;
	margin: 0px 3px 0px 0px;
/*	background-image:url(../images/menubg4.PNG);*/
/*	background-repeat:repeat-x;*/
	list-style: none;
	border: solid 1px #CED9E2;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor:pointer;
	font-size:11px;
	/*font-weight:bold;*/
	color:#0056B7;
}

.t2_rollover{
	background-color:#FFFFFF;
	background-image:url(../images/menubg5.PNG);
	background-repeat:repeat-x;
	color:#2378D5;
}

.t2_selected{
	background-image:none;
	background-color:#036FAB;
	color:#fff;
}

.t2_focus{
	background-color:#036FAB;
	color:#fff;
}

.t2_visible{
}
/* END Second TPs */






























/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
