/* Hoja de estilos CSS predeterminada para un nuevo proyecto de aplicación Web*/

BODY
{
	font-size: xx-small;
	margin: 3px;
	word-spacing: normal;
	text-transform: none;
	font-family: Arial;
	background-color: #0F0505;
	text-align: center;
}
H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Arial, 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: Arial, 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: Arial, 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: Arial, 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: Arial, 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: Arial, 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;
	}	
		
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;
	}	


BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

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;
	}	


.DGCabecera
{
	font-weight: bold;
	font-size: xx-small;
	background-image: none;
	vertical-align: baseline;
	color: white;
	font-family: Arial;
	background-color: orange;
	text-align: left;
	border-color: White;
	border-style:none;
}
.DGCuerpo
{
	font-size: xx-small;
	background-image: none;
	color: black;
	font-family: Arial;
	background-color: #F5DEB3;
	text-align: left;
	border-color: White;
	border-style: none;
}
.DGPie
{
	font-size: xx-small;
	background-image: none;
	vertical-align: baseline;
	color: white;
	font-family: Arial;
	background-color: orange;
	border-color: White;
	border-style:none;
}
.Titulo1
{
	font-weight: bold;
	font-size: medium;
	text-transform: uppercase;
	color: orange;
	font-family: Arial;
}
.Titulo2
{
	font-weight: bold;
	font-size: x-small;
	text-transform: uppercase;
	color: orange;
	font-family: Arial;
}.Labels
{
	font-size: x-small;
	font-family: Arial;
	margin-left: 28px;
}

.Labels_peq
{
	font-size: xx-small;
	font-family: Arial;
}

.Labels_med
{
	font-size: small;
	font-family: Arial;
}
.Error
{
	font-size :x-small ;
	font-family :Arial;
	color : Red ;
}

.ControlEdicion
{
	font-size: xx-small;
	font-family: Arial;
}
.Boton
{
	font-size: xx-small;
	font-family: Arial;
	font-weight: bold;
	color: #f5deb3;
	background: #ffa500;
	border: 0px;
	width: 70px;
	height: 15px;
}

.SubBoton
{
	font-size: xx-small;
	font-family: Arial;
	font-weight: bold;
	color: black;
	background: navajowhite;
	border: 0px;
	width: 70px;
	height: 15px;
}
/*
A:link
{
	font-size: xx-small;
	color: #000000;
	text-decoration: none;
}	

A
{
	font-size: xx-small;
	color: #000000;
	text-decoration: none;
}

		
A:visited
{
	font-size: xx-small;
	color: #333399;
	text-decoration: none;
}

		
A:active
{
	font-size: xx-small;
	color: #333399;
	text-decoration: none;
}	
		
A:hover
{
	font-size: xx-small;
	color: #3333cc;
	text-decoration: underline;
}
*/
.texto_menu
{
	font-size: xx-small;
	font-family: Arial;
}

#title2note{
	position: fixed;
	z-index: 2;
	bottom: 0;
	right: 0;
	margin: 1em;
	padding: 7px;
	font: 12px/1.2em "Lucida Console", "Courier New", monospace;
	text-align: left;
	color: #000000;
	background-color: #FFFFFF;
	border: 3px solid #000000;
}
* html #title2note{
	position: absolute;
}
#title2note[id]{
	position: fixed;
}
.Drop
{
	font-size: xx-small;
	font-family: Arial;
}

.TopStripText
{
	font: 12px Arial;
	color: #FFFFFF;
	text-decoration: none;
}
.Level1Border
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	font-family: Arial;
}
.Level1Text
{
	font: 12px Arial;
	color: #FFFFFF;
	text-decoration: none;
}
.Level2Border
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	font-family: Arial;
}
.Level2Text
{
	font: 12px Arial;
	color: #FFFFFF;
	text-decoration: none;
}
.TopStripBorder
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}
.labelportada
{
	font-size: 12px;
	font-family: Arial;
	color: #d3d3d3;
	text-decoration: none;
}
.labelblanca
{
	font-size: 12px;
	font-family: Arial;
	color: #ffffff;
	text-decoration: none;
}
.labelportadapeq
{
	font-size: 9px;
	font-family: Arial;
	color: #d3d3d3;
}
.labelportadamed
{
	font-size: 10px;
	font-family: Arial;
	color: #d3d3d3;
	text-decoration: none;
}
.labelnaranja
{
	font-size: 12px;
	font-family: Arial;
	color: orange;
}
.labelnaranjaclaro
{
	font-size: 12px;
	font-family: Arial;
	color: #FFE0C0;
}
.labeldg
{
	font-size: 10pt;
	color: #000000;
	font-family: Arial;
	text-decoration: none;
}
.fondonaranja
{
	color: #F5DEB3;
	background-color: #FFA500;
}
.labelnegra
{
	font-size: 11px;
	font-family: Arial;
	color: #000000;
}
.fondonaranjaclaro
{
	color: #000000;
	background-color: #F1E4CD;
}
.labelerror
{
	font-size: 13px;
	font-family: Arial;
	color: red;
}
.nuevoVT
{
	border: 0px none #B5C7DE;
	background-color: #EFF3FB;
	font-family: Arial;
}

.labelnegra14
{
	font-size: 14px;
	font-family: Arial;
	color: #000000;
}
.labelnegra12
{
	font-size: 12px;
	font-family: Arial;
	color: #000000;
}