﻿/********************************TAb Container******************************/
.TabAjax .ajax__tab_header {
	font-family:verdana, tahoma, helvetica;
	font-size:11px;
	background-image: url('../Imagenes/Tab/tab-line.gif');
	background-repeat:  repeat-x;
	background-position: bottom;
	float:none;
/*	background:#F4F7FB;*/
   	
	border-bottom:1px solid #BCD2E6;
	color:#627EB7;
	
}
.TabAjax .ajax__tab_outer {
/*padding-right:0px;*/
background:url('../Imagenes/Tab/tab-right.png') no-repeat right;
height:21px;
}
.TabAjax .ajax__tab_inner {
padding-left:3px;
background:url('../Imagenes/Tab/tab-left.png' ) no-repeat;
}
.TabAjax .ajax__tab_tab {
height:13px;
padding:4px;
margin:0;
background:url('../Imagenes/Tab/tab.png' ) repeat-x;
}
.TabAjax .ajax__tab_hover .ajax__tab_outer {
background:url('../Imagenes/Tab/tab-hover-right.png' ) no-repeat right;
}
.TabAjax .ajax__tab_hover .ajax__tab_inner {
background:url('../Imagenes/Tab/tab-hover-left.png' ) no-repeat;}

.TabAjax .ajax__tab_hover .ajax__tab_tab {
	
	background-image: url('../Imagenes/Tab/tab-hover.png');
	background-repeat:  repeat-x;
	
}

.TabAjax .ajax__tab_active .ajax__tab_outer {
background:url('../Imagenes/Tab/tab-active-right.png') no-repeat right;}
.TabAjax .ajax__tab_active .ajax__tab_inner {
background:url('../Imagenes/Tab/tab-active-left.png' ) no-repeat;}

.TabAjax .ajax__tab_active .ajax__tab_tab {
	background:url('../Imagenes/Tab/tab-active.png' ) repeat-x;
	font-weight: bold;
	color: #006699;
}
.TabAjax .ajax__tab_body {

	font-family:verdana,tahoma,helvetica;
	font-size:10px;
	padding:8px;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BCD2E6;
	border-right-color: #BCD2E6;
	border-bottom-color: #BCD2E6;
	border-left-color: #BCD2E6;
}
/******************************** Fin TAb Container******************************/



/*=========================MODAL POPUP=================================*/
.modalBackground {
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
} 
