﻿.modalPopup
{
    border: 3px solid Gray;
    background-color: #ffffdd;
    padding: 3px;
}
.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.collapsePanel
{
    background-color: white;
    overflow: hidden;
}

.collapsePanelHeader
{
    width: 100%;
    height: 30px;
    background-color:#0B5081;
    background-repeat: repeat-x;
    color: #FFF;
    font-weight: bold;
}

#master_content .collapsePanelHeader a
{
    color: #FFF;
}
#master_content .collapsePanelHeader a:hover
{
    text-decoration: none;
    background: none;
}

body
{
}

.hCell
{
    background-color: RGB(240,248,255 );
}


.Color
{
    background-color: RGB(240,248,255 );
}


.table1
{
    background-color: #E5E5E5;
}

.Titulo
{
    font-size: large;
    font-weight: bold;
    color: White;
}

.colorheader
{
    background-color: #0B5081;
    height: 60px;
}

.ColorSubtitulo
{
    background-color: #F7F6F3;
}

.modalpopup
{
    background-color: #ffffff;
    border-width: 3px;
    border-style: solid;
    border-color: #0B5081;
    padding: 3px;
    width: 430px;
}

.modalbackground
{
    background-color: Gray;
    filter: alpha(opacity = 70);
    opacity: 0.7;
}
.RowStyle
{
    background-color: #F7F6F3;
    color: #333333;
}
.EditRowStyle
{
    background-color: #999999;
}
.SelectedRowStyle
{
    background-color: #E2DED6;
    color: #333333;
    font-weight: bold;
}
.PagerStyle
{
    background-color: #284775;
    color: White;
}
.HeaderStyle
{
    background-color: #0B5081;
    color: White;
    font-weight: bold;
}
.AlternatingRowStyle
{
    background-color: White;
    color: #284775;
}
.FooterStyle
{
     background-color:#0B5081;
     color:White;
     font-weight:bold;
}
.GridView FooterStyle
{
    color:#FFFFF1;
    text-align:center;
    vertical-align:middle;
}

.GridView a
{
    color:#879EA0;
}

.Subtitle
{
    font-size:medium;
    color:Black;
}
.Seguridad1
{
    color:Black;
    background-color:Red;
}
.Seguridad2
{
    color:Black;
    background-color:Yellow;
}
.Seguridad3
{
    color:Black;
    background-color:Green;
}
