﻿body
{
    font-size: 8pt !important;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    
}
p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

TD
{
    FONT-SIZE: 8pt;
    FONT-FAMILY: Tahoma, Helvetica;
    margin-left: 160px;
}
TH
{
    font-size: 8pt;
    color: white;
    font-family: Tahoma, Helvetica;
}

INPUT[type="submit"], INPUT[type="button"]
{
	display: inline-block;
	vertical-align: baseline;
	outline: none;
	cursor: pointer;
	text-decoration: none;
	/*padding: .5em 2em .55em;*/
	/*text-shadow: 0 1px 1px rgba(0,0,0,.3);*/
	-webkit-border-radius: 2em; 
	-moz-border-radius: 2em;
	border-radius: 0.5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
    color: black;
	border: solid 1px gray;
	background-color:whitesmoke;
    height:30px;
    width:100px;
	/*background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: #0095cd;*/
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
	/*margin-left: 2px;
    margin-right: 2px;*/
    margin-top: 0;
    font-style: normal;
    font-variant: normal;
    font-size: 10pt;
    line-height: normal;
    font-family: Arial, Helvetica, sans-serif;
    /*font-weight: 700;*/
    }
INPUT[type="submit"]:hover,  INPUT[type="button"]:hover{
    background: #80EC6E;
/* 	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e'); */
}
INPUT[type="submit"]:active, INPUT[type="button"]:active {
	/*color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');*/
}

a:hover {
    color: white;
    text-decoration: none;
    background: RGB(133,162,19);
}

INPUT, textarea
{
	/*border: 1px solid #999999;*/
    font-size: 10pt;
	color: #000000;
	FONT-FAMILY: Tahoma, Helvetica;
    }
/* Accordion */
.accordionHeader
{
    /*border: 1px solid #2F4F4F;*/
    color: black;
    background-color:lightgray;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    margin-top: 5px;
    color: black;
    font-family: Arial, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
    cursor: pointer;
    border: solid 1px gray;
	background: lightgray;
	/*background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);*/
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
    padding-top: 10px;
    border-top: none;
    padding: 5px;
}

#master_content .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: whitesmoke;
    border: 1px solid black;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}
/*fff*/
/*Estilo para gridview*/
.mGrid { background-color:  #fff;  border-collapse:collapse;}
    .mGrid td { padding: 4px; color: #717171; }
    .mGrid th { color: dimgray ; background-color:lightgray ; font-size: 0.9em; }
        .mGrid th a {color: dimgray; }

.mGrid .alt { background: #fcfcfc url(GridImg/grd_alt.png) repeat-x top; }
.mGrid .pgr {background: #E6E7E8 url(GridImg/grd_pgr.png) repeat-x top; }
    .mGrid .pgr table { margin: 3px 0; }
    .mGrid .pgr td { border-width: 0; padding: 0 6px; border: solid 1px #666; font-weight: bold; color: #fff; line-height: 11px; }   
    .mGrid .pgr a { color: #666; text-decoration: none;}
    .mGrid .pgr a:hover { color: #000; text-decoration: none; }
    


/*Estilo para control detailsview*/
.mDetailsView { background-color: #fff; margin: 5px 0 10px 0;  border-collapse:collapse;}
    .mDetailsView td { padding: 2px;}
.mDetailsView .alt { background: #fcfcfc url(GridImg/grd_alt.png) repeat-x top; }
.mDetailsView .pgr {background: #E6E7E8 url(GridImg/grd_pgr.png) repeat-x top; }
    .mDetailsView .pgr table { margin: 5px 0; }
    .mDetailsView .pgr td { border-width: 0; padding: 0 6px; border: solid 1px #666; font-weight: bold; color: #fff; line-height: 15px; height:25px; background: #E6E7E8}       
 .mDetailsViewHeader { color: #fff; background: #54A16D url(GridImg/grd_head.png) repeat-x top; font-size: 0.9em; }



 
/* HEADINGS   
----------------------------------------------------------*/

h1, h3, h4, h5, h6 {
    font-weight: bold !important;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    margin-bottom: 0px;
}

h1 {
    font-size: 14pt !important;
    font-family: Arial;
    padding-bottom: 0px;
    margin-bottom: 0px;
    color: gray;
}

h2
{
    color: black;
     font-size: 14pt !important;
    /*font-variant: small-caps;*/
    text-transform: none;
    /*font-weight: 200;*/
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-weight:bold !important;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}
SELECT {
    border-right: Gainsboro 1px solid;
    border-top: Gainsboro 1px solid;
    font-size: 7pt;
    background-color: White;
    border-left: Gainsboro 1px solid;
    color: #000000;
    border-bottom: Gainsboro 1px solid;
    font-family: tahoma, sans-serif;
}

    SELECT:focus {
        -webkit-box-shadow: 0px 0px 7px #2ebf00;
        -moz-box-shadow: 0px 0px 7px #2ebf00;
        box-shadow: 0px 0px 7px #2ebf00;
    }

    select:hover {
        border-color: #2ebf00;
    }
   /*color:Black;*/

.Pobre
{
    font-family: Arial; 
    font-size: 8pt;
    background-color:Orange;
    color:Black;
}
.Medio
{
    font-family: Arial; 
    font-size: 8pt;
    background-color:Yellow;
    color:Black;
}
.Fuerte
{
    font-family: Arial; 
    font-size: 8pt;
    background-color:GreenYellow;
    color:Black;
}
}

TD
{
    FONT-SIZE: 8pt;
    FONT-FAMILY: Tahoma, Helvetica;
    text-align: center;
}
TH
{
    font-size: 8pt;
    color: white;
    font-family: Tahoma, Helvetica;
}
.Oculto
{
	display:none;
}

.FocusError {
    border-color: red;
}