/* Hoja de estilos CSS predeterminada para un nuevo proyecto de aplicación Web*/

.esconder
{
	display:none;
	height:0px;
}

BODY
{
    BACKGROUND-COLOR: #fff;
    margin:0 2px 0 2px;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

form input{
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	border:1px solid #ccc;
}

SELECT, .cuerpoFilaData TD
{
	text-transform: uppercase;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #0C5790;
}
H1	{	
	font-family: 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, 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, 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, Helvetica, sans-serif;
	font-size:	12pt;
	font-weight: bold;
	text-decoration: underline;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;	
	}	
		
H5, DT	{	
	font-family: 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, 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;
	}	


A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	

/*		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
*/
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI, DIV LI	{	
	list-style-type:	square ;
	color:Red;
	font-weight:bold;
	}	

UL LI LI, DIV 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;
	}	

.IMGOLD 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}

.box
{
	border: 1px solid #E4560F;
	width : 99%;
	margin-bottom:15px;
	border-top: 2px solid #E4560F;
}

.boxSave
{
	width : 99%;
	padding-bottom:20px;
	text-transform:uppercase;
}

.headFila , .subheadFila, .headSinEstilo
{
	background-color: #f66014;
	color: #fff;
	padding: 3px;
	font-size: 10pt;
}

.subheadFila 
{ 
	background-color: #faa981; 
	color: #000; 
}

.headSinEstilo
{
	background-color: #e8e8e8; 
	color: #000; 
	font-weight:bold;
}

.cuerpoFila, .cuerpoFilaData, .cuerpoFilaB
{
	background-color: #fff; 
	font-size: 9pt;
	padding: 3px;
}

.cuerpoFila, .cuerpoFilaB
{
	text-align:right;
}

.cuerpoFilaB
{
	font-weight: bold;
}

.cuerpoFilaData LABEL
{
	font-size:9pt;
}

.bodyGrid
{
	border: 1px solid #000;
}

.headGrid
{
	background-color:#208c0b;
	color: #fff;
	font-size:9pt;
	text-align: center;
}

.itemGrid, .itemAltGrid
{
	background-color:#fbbc9c;
	color: #000;
	font-size:9pt;
	text-align: center;	
}

.itemAltGrid
{
	background-color: #fef5f1;
}

.boldBigF
{
	font-weight:bold;
	font-size:11pt;
	text-align:justify;
	color:Red;
}

.boldBig
{
	font-weight:bold;
	font-size:11pt;
	text-align:justify;
	color:#000;
}

.boxDuda
{
	border:1px solid #ccc;
	background-color: #f6f6f6;
	padding-top:10px;
	padding-bottom: 10px;
	font-size: 11pt;
}

.bordeup
{
	border-top: 4px solid #E8E8E8;
	margin-top: 15px;
}

.feed
{
	background-color: #ffea6b;
	padding-bottom:10px;
	padding-top:10px;
	border:1px solid #A6921E;
}

.feedMsg
{
	background-color: #ffea6b;
	padding:4px;
	border:1px solid #A6921E;
	color: #F66014;
	font-weight: bold;
	text-align:center;
}
