﻿/*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
}

/*.FormatoGrid tr:first-child 

{
	background-color :#737373;
	border-bottom :solid 3px #878787;
	font-weight:bold;
	font-size :14px;
	color:White;
}*/

.FormatoGrid table thead th 

{
	background-color :#ffffff;
	border-bottom :solid 1px #aaaaaa;
	font-size :14px;
	color:Black;
	font-family: Verdana, Tahoma, Arial, sans-serif; 
}

.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;
}

.modalBackground 
{
	
	background-color:Gray;
	filter:alpha(opacity=50);
	/*opacity:0.7;*/
	
}

.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;
	
	
}

.cajatextolarga 
{
    width:99%;
}
