@charset "UTF-8";

#tabbedpanels1 {
width: 100%;
height: auto;
margin-left: 0px;
margin-right: 0px;
}
.TabbedPanelsTabGroupClasses {
padding: 0px;
width: 100%;
height: 70px;
text-align: center;
}
.TabbedPanelsTab{
position: relative;
color: rgb(255, 255, 255);
float: left;
padding: 67px 0px 5px 0px;
font-family: Arial,Sans-serif;
font-weight: bold;
font-size: 12px;
list-style: none;
-moz-user-select: none;
-khtml-user-select: none;
cursor: pointer;
background-repeat: no-repeat;
width: 16.2%;
background-color: #7E7E7E;
background-size: 100%;
background-position: center -15px;
margin: 0 0.2%;
}
.TabbedPanelsTabCateg{
	position: relative;
	color: #FFF;
	font-weight: bold;
	float: left;
	padding: 65px 0px 5px 0px;
	font-family: Arial,Helvetica,Sans-serif;
	font-size: 11px;
	list-style: none;
	border-left: solid 1px #FFF;
	cursor: pointer;
	background-repeat: no-repeat;
	width: 137px;
	background-color: #A2070E;
	margin: 0 0 5px 0px;
}
.TabbedPanelsTabHover {
	background-color: #359BED;
}
.TabbedPanelsTabSelected {
	background-color: #359BED;
	border-bottom: 0px solid rgb(238, 238, 238);
}
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}
.TabbedPanelsContentGroupPrincipal {
	background: rgb(245, 245, 245);
	width: 100%;
	padding-bottom: 10px;
}
.TabbedPanelsContentPrincipal {
width: 99.8%;
height: 100%;
overflow: hidden;
padding: 0;
}
.PanelsContentSecundario {
padding: 100px 0%;
}
.TabbedPanelsContentVisible {

}
.VTabbedPanels {
	overflow: hidden;
	zoom: 1;
}
.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}
.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}
.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}


@media screen and (max-width:740px) {

}
@media screen and (max-width:660px) {

}
@media screen and (max-width:500px) {

}
@media screen and (max-width:360px) {

}

/* Styles for Printing */

@media print {
.TabbedPanels {
	overflow: visible !important;
}
.TabbedPanelsContentGroup {
	display: block !important;
	overflow: visible !important;
	height: auto !important;
}
.TabbedPanelsContent {
	overflow: visible !important;
	display: block !important;
	clear:both !important;
}
.TabbedPanelsTab {
	 overflow: visible !important;
	 display: block !important;
	 clear:both !important;
}
}