﻿
.PanelEmergente { padding:5px;}
.PanelEmergenteInt { background-color:#f5f5f5; padding:10px;}
.PanelEmergenteIntBlanco { background-color:#ffffff; padding:10px;}
.PanelEmergenteInt_Titulo {background-color:#e6e7ec; color:#000000; font-size:14px; font-weight:bold; padding:10px;}
.PanelEmergenteInt_ResulNum{ background-color:#e8e8e8; padding:5px; color:Gray;}
.PanelEmergenteInt_Resultados{ background-color:#ffffff;}


/*
.ajax__tab_header: A container element that wraps all of the tabs at the top of the TabContainer. Child CSS classes:.ajax__tab_outer. 
.ajax__tab_outer: An outer element of a tab, often used to set the left-side background image of the tab.Child CSS classes: .ajax__tab_inner. 
.ajax__tab_inner: An inner element of a tab, often used to set the right-side image of the tab. Child CSS classes:.ajax__tab_tab. 
.ajax__tab_tab: An element of the tab that contains the text content. Child CSS classes:none. 
.ajax__tab_body: A container element that wraps the area where a TabPanel is displayed. Child CSS classes: none. 
.ajax__tab_hover . This is applied to a tab when the mouse is hovering over. Child CSS classes:.ajax__tab_outer. 
.ajax__tab_active: This is applied to a tab when it is the currently selected tab. Child CSS classes:.ajax__tab_outer. 
*/
        .MyTabStyle .ajax__tab_header
        {
            font-size: 13px;
            font-weight:bold;
            display: block;

        }
        .MyTabStyle .ajax__tab_header .ajax__tab_outer
        {
            border-color: #222;
            color: #222;
            padding-left: 10px;
            margin-right: 3px;
            border:solid 1px #d7d7d7;
        }
        .MyTabStyle .ajax__tab_header .ajax__tab_inner
        {
            border-color: #666;
            color: #666;
            padding: 3px 10px 2px 0px;
        }
        .MyTabStyle .ajax__tab_hover .ajax__tab_outer
        {
            background-color:#eaeaea;
        }
        .MyTabStyle .ajax__tab_hover .ajax__tab_inner
        {
            color: #fff;
        }
        .MyTabStyle .ajax__tab_active .ajax__tab_outer
        {
            border-top-color: #d7d7d7;
            border-left-color: #d7d7d7;
            border-right-color: #d7d7d7;
            background-color: #d7d7d7;
        }
        .MyTabStyle .ajax__tab_active .ajax__tab_inner
        {
            color: #000;
            border-color: #333;
        }
        .MyTabStyle .ajax__tab_body
        {
            background-color: #d7d7d7;
            border-top-width: 0;
            border: solid 0px white;
            padding:10px;
        }
        .ajax__tab_tab {color:#000}
        .ajax__tab_tab:hover {color:#034b93;text-decoration:none}
        .ajax__tab_tab:active {color:#034b93;text-decoration:none}
        .ajax__tab_tab:visited {color:#034b93;text-decoration:none}

.dvFormLinea {display:inline-block; width:100%; margin-left:15px; margin-bottom:10px;}
.dvFormTXT {float:left; padding-top:6px; color:black;}
.Width80 {width:80px;}
.PaddingLeft80 {padding-left:80px;}
.MarginTop10 {margin-top:10px;}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.dvImgCont {display: inline-block;}
.dvImgContElemento {padding:5px 3px; width:100%; border-bottom:solid 1px gray; width:405px; float:left; margin: 0px 4px; height:75px;}
.dvImgContElemento:hover {background-color:#ffffec;}
.dvImgContElementoCheck {float:left; margin-right:10px; margin-top:20px;}
.dvImgContElementoMuestraMini {border:solid 2px silver; padding:3px; width:55px; height:55px; vertical-align:middle; display:table-cell; background-color:white; text-align:center}
.dvImgContElementoMuestraMini img {max-width:55px; max-height:55px;}
.dvImgContElementoTXT {float:left;}

.dvImgContElementoMuestra {
    background-color:#ffffff;
    padding:5px;
    border:solid 1px silver;
}