﻿body { 
}
.modalBackground {
 background-color:#828282;
}

.TituloSeccional
{
	background-color: #000000;
	color: White;
	font-weight: bold;
	text-align: center;
}
	.Encima3
{
z-index:99;
position: fixed; 
right: 10px; 
bottom: 10px;


}


.clasePanelEncima 
{
	max-height: 300px; overflow: auto;
	background-color:White;
	width: 100%;
	}

.Encima
{
	z-index:99;
	position:absolute; 


}

.Encima2
{
	z-index:99;
	position: absolute;
	opacity:.75;
    -moz-opacity: 0.75;
    filter: alpha(opacity=75);
    font-size: 70px;
    color: White;
    background-color: Fuchsia;
    width: 100px;
    
}

#tdModal
{
	width: 120px;
	}


.Debajo
{
	z-index:1;
	/*position: absolute;*/
}



.watermarked
{
	color: Gray;
	}

.waterSeleccione
{
	background-color: #C3C3C3;
	color: Red;
	width: 95%;
	border:none;
	}
	
.cssSeleccion
{
	background-color: #C3C3C3;
	color: Black;
	width: 95%;
	border:none;
	font-size: 1em;
	font-weight:bold;
	}
	
.cssSeleccion[disabled]
{
	background-color: #C3C3C3;
	color: Black;
	width: 95%;
	border:none;
	font-size: 1em;
	font-weight:bold;
	}
	

.cssSeleccionMedium
{
	background-color: #C3C3C3;
	color: Black;
	width: 95%;
	border:none;
	font-size: 1em;
	font-weight:bold;
	}
	
.cssSeleccionMedium[disabled]
{
	background-color: #C3C3C3;
	color: Black;
	width: 95%;
	border:none;
	font-size: 1em;
	font-weight:bold;
	}
.titulo
{
	font-size: 4em;
	color: Black;
	font-weight: bold;
	}

.TablaSeccionales
{
	font-size: 10px;
	background-color: #ffffcc;
	font-family: Tahoma;
}

.TablaSeccionales caption 
{
	text-align:left;
	background-color: #DDB388;
	color: Black;
	font-size: 12pt;
	font-weight:bold;
}


table.TablaSeccionales tr:hover
{
	background-color: gray;
	color: white;
}

.TablaInternacion
{
	font-size: 10px;
	background-color: #ffffcc;
	font-family: Tahoma;
}

.claseInternacion
{
	font-weight: bold;
	background-color: lightblue;
}

.claseCalendario
{
	font-family: Tahoma;
}	
.claseControldefacturacion
{
	font-family:Tahoma;
	font-size:small;
}
     
.Titulo
{
	text-align:center;	
	font-weight: bold;
	background-color: #ffffcc;
	font-family: Tahoma;
}
.BotonNotif
{
	background-color: #D2D2D2;
	color: #000000;
	font-weight: bold;
	font-size: 9px;
	width: 200px;
	-moz-border-radius: 6px;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}

.BotonNotif:hover
{
	background-color: #878787;
	color: #FFFFFF;
	cursor: pointer;
	width: 200px;
	-moz-border-radius: 6px;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	font-weight: bold;
	font-size: 9px;
}	
.MiTitulo
{
	text-align:center;	
	font-weight: bold;
	background-color: #D4FFFF;
	width: 80%;
}
.clasePrestadores 
{
	font-weight : bold;
	}
	
.claseDatos
{
	background-color: #7FFFAA;
	font-family: Tahoma;
	font-size: 10pt;
	border-bottom: thin solid;
	border-left: thin solid;
	border-top: thin solid;
	border-right: thin solid;
}
table.TablaDatos
{
    border-spacing: 2px;
    border-collapse: separate;
    background-color: #e5eecf;
    width: 80%;
    border-bottom: gray 1px solid;
    border-left: gray 1px solid;
    border-top: gray 1px solid;
    border-right: gray 1px solid;
    font-family: Tahoma;
    font-size: 9pt;
}
table.TablaDatos th
{
    border-width: 1px 1px 1px 1px;
    padding: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: gray gray gray gray;
    background-color: #e5eecf;
    -moz-border-radius: 6px 6px 6px 6px;
}
table.TablaDatos td
{
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: #e5eecf;
	-moz-border-radius: 6px 6px 6px 6px;
}


table.TablaDatosgris
{
    border-spacing: 2px;
    border-collapse: separate;
    background-color: gainsboro;
    width: 80%;
    border-bottom: gray 1px solid;
    border-left: gray 1px solid;
    border-top: gray 1px solid;
    border-right: gray 1px solid;
    font-family: Tahoma;
    font-size: 9pt;
}
table.TablaDatosgris th
{
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: gainsboro;
	-moz-border-radius: 6px 6px 6px 6px;
}
table.TablaDatosgris td
{
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: gainsboro;
	-moz-border-radius: 6px 6px 6px 6px;
}


.claseTablaHover
{
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: #7FFFAA;
	-moz-border-radius: 6px 6px 6px 6px;
	}

.claseTablaHover hover
{
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: #000000;
	-moz-border-radius: 6px 6px 6px 6px;
	}
	
	
.TablaAutorizar
{
	border-spacing: 2px;
	border-collapse: separate;
	background-color: #d3cb7e;
	width: 80%;
	border-bottom: gray 1px solid;
	border-left: gray 1px solid;
	border-top: gray 1px solid;
	border-right: gray 1px solid;
	font-family: Tahoma;
	font-size: 9pt;
}

	.TablaCaba
{
	border-spacing: 2px;
	border-collapse: separate;
	background-color: #d3cb7e;
	width: 80%;
	border-bottom: gray 1px solid;
	border-left: gray 1px solid;
	border-top: gray 1px solid;
	border-right: gray 1px solid;
	font-family: Tahoma;
	font-size: 9pt;
}
    .TablaCaba hover
{
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: #000000;
	-moz-border-radius: 6px 6px 6px 6px;
	}
select.Estado
{
	border: none;
	background-color: #FFFF99;
	font-weight: bold;
	font-size: 16px;
	color: #ff0066;
	text-align: center;
	width: 95%;
}

.TituloMensajes
{
	text-align:center;	
	font-weight: bold;
	background-color: #ffffcc;
}


.flotante{ 
   position:fixed;
   bottom:150;
   left:20; 
   height:32px;
   width:100%; 
   text-align:center;
   z-index:9;
  } 
.DivFlotante
{
    position: fixed;
    left: 50%;
    top: 50%;
    text-align: center;
    z-index: 9;
    margin-left: -150px;
    margin-top: -45px;
    border-bottom: #000000 1px solid;
    border-left: #000000 1px solid;
    border-top: #000000 1px solid;
    border-right: #000000 1px solid;
}
.trMensajes
{
	border-bottom: #000000 1px solid;
	}
	
.trAfiliadosPreafliado
{
	background-color: #7FAAFF;
	}

.trAfiliadosPreafliado1
{
	background-color: silver;
}	
.trAfiliadosDeAlta
{
	background-color: #AAFFAA;
	}
	
.trAfiliadosDeBaja
{
	background-color: #D6522A;
	}
	
.chatFrame 
{
	background-color: #D8EAE6;
	
	}
	
.chatFramePendiente
{
	color: #505A4E;
	font-weight:normal;
	}
	
.chatFrameNoAprobado
{
	font-weight:normal;
	color: #D6522A;
	}

.chatFrameAprobado
{
	font-weight:normal;
	color: #2C811D;
	}
	
.modalBackground2 {
background-color:Gray;
opacity:0.7;
}

.BotonAlerta
{
	background-color: Transparent;
	border:none;
}
table.MiTabla
{
	border-spacing: 2px;
	border-collapse: separate;
	background-color: #D4FFFF;
	width: 80%;
	border-bottom: gray 1px solid;
	border-left: gray 1px solid;
	border-top: gray 1px solid;
	border-right: gray 1px solid;
	font-family: Tahoma;
	font-size: 9pt;
}
table.MiTabla th
{
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: #FFFFFF;
	-moz-border-radius: 6px 6px 6px 6px;
}
table.MiTabla td
{
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: #FFFFFF;
	-moz-border-radius: 6px 6px 6px 6px;
}

.TablaDtt
{
	border-spacing: 2px;
	border-collapse: separate;
	background-color: #ffffcc;
	width: 100%;
	border-bottom: gray 1px solid;
	border-left: gray 1px solid;
	border-top: gray 1px solid;
	border-right: gray 1px solid;
	font-family: Tahoma;
	font-size: 9pt;
}

.Menu
{
	background-color : #B4E299;
	font-family:Verdana; 
	Font-Size: 0.8em;
	Color: #EE1944;
	Height:15px;
    position: static;
}
	
.TablaEfectores
{
	background-color:#C3C3C3;
	background-color:#FFD455;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	font-size: 12px;
	font-family: Tahoma;
}
.EfectoresTitulo
{
	background-color: #FFAA55;
	padding-left: 4px;
	font-size:14px;
	font-weight:bold;
	
	}
#fileInputCountPanel .title
{
    padding-bottom: 10px;
}

#fileInputCountPanel label
{
    float: left;
    text-align: right;
    padding-right: 5px;
    line-height: 22px;
}

#fileInputCountPanel label,
#fileInputCountPanel .RadInput
{
}

#elementSetPanel,
#fileInputCountPanel
{
    float: left;
    width: 40%;
}

#checkboxPanel
{
    padding-left: 18px;
}

#buttonWrapper
{
    clear: both;
    text-align: right;
}

.submitArea
{
    padding-top: 20px;
    padding-bottom: 20px;
}
.TablaAfiliados
{
	font-size: 12px;
	background-color: #D4FFFF;
	font-family: Tahoma;
}

table.TablaAfiliados tr:hover
{
	background-color: #7FD4FF ;
	color: Black;
	
}
input.claseBotonVolver
{
	background: transparent url(images/boton-volver-01.png) no-repeat center top;
	
}

input.claseBotonVolver:hover
{
	background: transparent url(images/boton-volver-02.png) no-repeat center top;
	
}

.claseImportante
{
	
	background: url('../images/importante-prestaciones-04.png') no-repeat center top;
	padding-top: 55px;
	padding-left: 30px;
	height: 311px; 
	width : 507px
	
	}

.clasePannelImportante
{
	height: 230px; 
	width : 470px
	}
.NovedadesTitulo
{
	font-size: 20pt;
	color: Red;
	font-style: italic;
	text-decoration: underline;
	font-family: Arial;
}
.NovedadesDescripcion
{
	font-size: 12pt;
	color: #3E4A84;
	font-weight: bold;
	font-family: Arial;
}

a.novedad:link,A:visited,A:active {
color:#000000;
font-family:Arial,Helvetica,sans-serif;
font-size:14px;
text-decoration:none;
}

a.novedad:hover  {
color:#2E54A1;
font-family:Arial,Helvetica,sans-serif;
font-size:14px;
border-bottom: none;
font-weight:bold;
}