/* Hoja de estilos CSS predeterminada para un nuevo proyecto de aplicación Web*/

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Arial, Verdana , Helvetica, sans-serif;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
       
     }
opac {
  filter: alpha(opacity=50);
  opacity: .5;
    position: absolute;
    background-image:url(images/fb.jpg);
    background-repeat:repeat;
}

contenido {
  position: absolute;}
P
{
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
}

INPUT
{
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
}	
TEXTAREA
{
    FONT-FAMILY: arial;
    font-size :0.8em;
    font-weight:bold;
        }
    
    TAiva
    {
    FONT-FAMILY: arial;
    font-size :0.8em;
    font-weight:bold;
    background-color :#ffb171;
    }

	
H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration : none;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	 none;
	font-family: Arial, Helvetica, sans-serif;
	}	

	A:link {text-decoration:none;color:#003373;}
	A:visited {text-decoration:none;color:red;}
	A:active {text-decoration:none;color:#ff9900;}
	A:hover { text-decoration:underline;color:#ff9900;}	

	 A.link2:visited {text-decoration:none;font-family:arial;font-size:0.7em;color:white;} 
    A.link2:active {text-decoration: none;font-family:arial;font-size:0.7em;color:#ff9900;} 
    A.link2:link{	text-decoration: none;	font-family: arial;font-size:0.7em;color: white;} 
    A.link2:hover {text-decoration: underline;font-family:arial;font-size:0.7em;color:#ff9900;} 

	A.usu:link {text-decoration:none;color:#000099;font-size:9pt;}
	A.usu:visited {text-decoration:none;color:#990000;font-size:9pt;}
	A.usu:active {text-decoration:none;color:#f78c33;font-size:9pt;}
	A.usu:hover { text-decoration:underline;color:#00be7d;font-size:9pt;}	


SMALL	{	
	font-size:	0.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	 none ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	 lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
		}
		
	.ImgInfo	
	{margin:0px;}

   /* Bordes finos negros*/
.Borde
{
    BORDER-RIGHT: 1px solid black;
    BORDER-TOP: 1px solid black;
    BORDER-LEFT: 1px solid black;
    BORDER-BOTTOM: 1px solid black;
}

.BordeL
{
    BORDER-LEFT: 1px solid black;
}

.BordeR
{
    BORDER-RIGHT: 1px solid black;
}
.BordeT
{
    BORDER-TOP: 1px solid black;
}
.BordeLT
{
    BORDER-TOP: 1px solid black;
    BORDER-LEFT: 1px solid black;
}
.BordeLR
{
    BORDER-RIGHT: 1px solid black;
    BORDER-LEFT: 1px solid black;
}
.BordeLRT
{
    BORDER-RIGHT: 1px solid black;
    BORDER-TOP: 1px solid black;
    BORDER-LEFT: 1px solid black;
}
.BordeRT
{
    BORDER-RIGHT: 1px solid black;
    BORDER-TOP: 1px solid black;
}
.BordeRB
{
    BORDER-RIGHT: 1px solid black;
    BORDER-BOTTOM: 1px solid black;
}

.Desv
{
	    BORDER-RIGHT: 1px solid white;
		BORDER-BOTTOM: 1px solid white;
	   background-color :#dcdcdc;

}

          .separador
	    {
		 border-bottom-style:  inset;
		 border-bottom-width:  thin;
		 border-bottom-color :white;
	    }

       .bordeBajo
	    {
		 border-bottom-style:outset;
		 border-bottom-width: thin ;
		 border-bottom-color :white;
	    }
    .ControlConError
      {
       background-color:#ffff00; 
       border-right: red 1px solid;
       border-top: red 1px solid;
       border-left: red 1px solid;
       border-bottom: red 1px solid;
      }
      
 
       /* Botones*/
    
  input.btn
{
		border-color:#007e52;
		 border-style : outset;
		 background-color :#2f513a;
		 border-width :1px;
		color:#cdcdcd;
		font-family :arial;
		font-size:0.8em;
		font-weight:  bolder ;
		height :auto;
    	filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr= 'black' ,EndColorStr= '#66cc99' );
}

input.btnover{
		border-color:#cdcdcd;
		 border-style : outset;
		 border-width :1px;
		color:white;
		font-family :arial;
		font-size :0.8em;
		font-weight:bolder;
		height: auto;
        filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#66cc99',EndColorStr='black');}
      
        input.btnblack
{
	background-color: #696969;
	color: #99ff99;
	font-family: arial;
	font-size : 0.8em;
	font-weight: bolder;
	height: auto;
	filter: progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr= 'black' ,EndColorStr= 'lightgrey );
	border-right: lightgrey 1px outset;
	border-top: lightgrey 1px outset;
	border-left: lightgrey 1px outset;
	border-bottom: lightgrey 1px outset;
}

input.btnoverblack{
		border-color:white;
		 border-style : outset;
		 border-width :1px;
		color:white;
		font-family :arial;
		font-size :0.8em;
		font-weight:bolder;
		height: auto;
        filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='lightgrey',EndColorStr='black');}
      
        input.btned
{
	background-color: black;
	color: #cdcdcd;
	font-family: arial;    
	font-size :0.8em;
	font-weight: bolder;
	height: auto;
	filter: progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr= 'black' ,EndColorStr= '#cc9596' );
	border-right: lightgrey 1px outset;
	border-top: lightgrey 1px outset;
	border-left: lightgrey 1px outset;
	border-bottom: lightgrey 1px outset;
}

input.btnovered{
		border-color:white;
		 border-style : outset;
		 border-width :0.8px;
		color:white;
		font-size :0.8em;
		font-family :arial;
		font-weight:bolder;
		height: auto;
        filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#cc9596',EndColorStr='black');}
      
        input.btnaud
{
	background-color: #cbccd9;
	color: #696969;
	font-family: Arial;    
	font-size :0.8em;
	font-weight: bold;
	height: auto;
	filter: progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr= '#cbccd9' ,EndColorStr= '#cbccd9' );
	border-right: lightgrey 1px outset;
	border-top: lightgrey 1px outset;
	border-left: lightgrey 1px outset;
	border-bottom: lightgrey 1px outset;
}

input.btnoveraud{
		border-color:black;
		 border-style : outset;
		 border-width :0.8px;
		color:#99ff99;
		font-size :0.8em;
		font-family : Arial;
		font-weight:bold;
		height: auto;
        filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#696969',EndColorStr='#696969');}
      
..cnt{
      width:450px;
      background-color:#DDAADD;
      margin:0px;
      padding:15px;
      font-weight:bold
    }
    .trans{
      background-color:#00BB00;
      color:#CC0000;
      position:absolute;
      text-align:center;
      top:50px;
      left:40px;
      padding:65px;
      font-size:25px;
      font-weight:bold;
      width:300px;
    }

.Etiqueta{
		 height    :7cm;
		width:10.5cm;
		background-color :white;
		border-style:  outset;
		border-width:  1px;
		border-color: Gray;
		font-family :Arial;
	    font-weight: normal ;
		color:black;
		font-size:1.1em;}
		 
		 .Etiqueta2{
		background-color : Transparent;
		border-width:  0px;
		font-family :Arial;
		 color:black;
		 font-size:1em;}

	
@media print 
{
  .PB {page-break-before: always; visibility:hidden }	
}

@media screen
{
  .PB {text-align:center; BORDER-TOP: dashed 1px gray;BORDER-BOTTOM: dashed 1px gray;}	
}

	