﻿/*estilos para grids */


.FormatoGrid table
{
	font-family: Verdana, Tahoma, Arial, sans-serif; 
	font-size : 12px;
	/*border: Solid 1px #878787;*/
	text-align :center;
	border-top: Solid 1px #aaaaaa;
	border-bottom: Solid 1px #aaaaaa
}

.espaciado
{
    border-spacing:10px;
}
/*.FormatoGrid tr:first-child 

{
	background-color :#737373;
	border-bottom :solid 3px #878787;
	font-weight:bold;
	font-size :14px;
	color:White;
}*/
.FormatoGrid table thead th, .FormatoGrid table th 

{
	background-color :#ffffff;
	border-bottom :solid 1px #aaaaaa;
	font-size :14px;
	color:Black;
	font-family: Verdana, Tahoma, Arial, sans-serif; 
}


.PrimeraFila

{
	background-color :#ffffff;
	border-bottom :solid 1px #aaaaaa;
	font-weight:bold;
	font-size :14px;
	color:Black;
	font-family :Arial Rounded MT Bold  ;
}

.FormatoGrid tr:hover td
{
	background-color :#dddddd;
	border :solid 3px #dddddd;
}

.FormatoGrid td, .FormatoGrid th
{

	vertical-align :middle ;
	padding: 10px;
}


tr.GridAlternate td
{
	background-color :#eeeeee;
	border-bottom : Solid 1px #aaaaaa;
	border-top : Solid 1px #aaaaaa;
}



.GridImagen
{
	text-align :center ;
	vertical-align : middle ;
}

.LabelSecundaria
{
	
	 font-family: "Arial";
     
     font-style: normal;
     
     line-height: 1.5em;
     color: White;
     text-align:justify;
    font-size: 12pt;
    letter-spacing: 0px;
    
  
    
	
}

.Ancho800
{
	
	 width:95%;
	 max-width:95%;
	 min-width:95%;
    
  
    
	
}

.LabelSecundariaSmall
{
	
	 font-family: "Arial";
     
     font-style: normal;
     
     line-height: 1.5em;
     text-align:justify;
    font-size: 10pt;
    letter-spacing: 0px;
    
  
    
	
}

.LabelSecundariaBig
{
	
	 font-family: "Arial";
     
     font-style: normal;
      color: White;
     line-height: 1.5em;
     text-align:justify;
    font-size: 14pt;
    letter-spacing: 0px;
    
  
    
	
}

.anchotablaCentralAcordeon
{
	width:200px;
}

.tablaCentral_HeaderAcordeon
{


	width:200px;
	/*background-color:White;*/
	/*background-image:url(../resources/images/recuadro_pixel_horizontalN3.png);*/
	background-image :url('../images/recuadro_pixel_horizontal.png');
	background-repeat:repeat-y;
	text-align:justify;
}

/*estilos para tabla datos usuarios*/

.TablaBorde
{
	border: Solid 2px #878787;
	
	
}

.margenIzq
{
	padding-left :10px;
	
	
}

.alineadoVerticalBajo
{
	vertical-align:bottom;
	
	
}

.TablaBorde td
{
	padding: 10px;
}


.TextoAviso
{
	color:Red ;
	font-size: 12px;
}

/*estilos para la numeracion de los grids*/

.PanelBotones td
{
	padding:10px;
}


/*estilo para Pop Ups*/

.modalPopUp {
	background-color:white;
	border :solid 3px #878787;
	padding:5px;
	width:700px;
	text-align :justify ;
	height :250px;
}

.modalPopUp2 {
    background-color:white;
	border :solid 3px #A9A9A9;
	padding:10px;
	width: 750px;
	text-align :justify ;
	height : 550px;
	overflow :scroll ;

}

.modalBackground 
{
	
	background-color:Gray;
	filter:alpha(opacity=50);
	/*opacity:0.7;*/
	
}


.botonadmin {
    color: #2C88BF;
    background-color: Transparent;
    font-weight: bold;
    height: 35px;
    cursor :pointer ;
    border-radius: 8px;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.26);
	margin-bottom:15px;
	margin:15px;
	border: thin solid #CCC;	
	display:inline-block;
    width: 120px;
}


.TablaModal td
{
	padding: 10px;
}

.estilogris
{
	background-color :#e5e5e5;
	border-bottom:solid 5px #ffffff;
	border-top:solid 5px #ffffff;
	
	
}


.botonderecha
{
	text-align :right ;
	
}
.noVisible
{
	display:none;
}


.botonizquierda
{
	text-align :left ;
	
}

.botoncentro
{
	text-align :center ;
}

.barrita
{
	vertical-align :middle  ;
	background-image :url('../images/pixelbarra.png');
	background-repeat :repeat-x ;
}


.margenBajo
{
	padding-bottom  :100px;
	
	
}


.Arial24 {
	font-family: "Arial";
	font-size: 24px;
	font-style: normal;
	text-align: center;
}

.tablaindiceimagenes td 
{
		font-family: "Arial";
	font-size: 24px;
	font-style: normal;
    text-align: center;
}

.tablaindiceimagenes2 td 
{
		font-family: "Arial";
	font-size: 24px;
	font-style: normal;
    text-align: center;
    padding-left:20%;
}