/* Hoja de estilos CSS predeterminada para un nuevo proyecto de aplicación Web*/

BODY
{
	table-layout: auto;
	font-weight: normal;
	list-style-position: outside;
	font-size: 10px;
	word-spacing: normal;
	text-transform: none ;
	cursor: auto;
	font-family: Verdana;
	list-style-type: square;
	letter-spacing: normal;
	border-collapse: separate;
	background-color: #ffffff;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
	color: #003366;
	font-family: Verdana;
}
H1	{	
	font-family: Verdana;
	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;
	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:	10px;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Verdana;
	}	

		
TH	{	
	vertical-align:	baseline;
	font-size:	10px ;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Verdana;
	}	


A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited
{
	font-size: smaller;
	text-transform: capitalize;
	color: #333399;
	font-family: Verdana;
	text-decoration: none;
}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover
{
	color: #ff3366;
	text-decoration: underline;
}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	
TABLE
{
	font-size: 10px ;
	font-family:Verdana ;
}

UL LI
{
	font-size: 10px;
	font-family: Verdana;
	list-style-type: square;
}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI
{
	font-size: 10px;
	font-family: Verdana;
	list-style-type: circle;
}	
	
OL LI
{
	font-size: 10px;
	font-family: Verdana;
	list-style-type: decimal;
}	

OL OL LI
{
	font-size: 10px;
	font-family: Verdana;
	list-style-type: lower-alpha;
}	

OL OL OL LI
{
	font-size: 10px;
	font-family: Verdana;
	list-style-type: lower-roman;
}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
.CONTROLWEB
{
	font-size: 10px;
	font-family:Verdana ;
}

.CONTROLWEB11
{
	font-size: 11px;
	font-family:Verdana ;
}
.CONTROLWEB12
{
	font-size: 12px;
	font-family:Verdana ;
}

.CONTROLTITULO
{
	font-size: 12px;
	font-family:Verdana;
}
.CENTRADO
{
	font-size: 10px;
	font-family:Verdana ;
    text-align:center; 
}

.CENTRADO12
{
	font-size: 12px;
	font-family:Verdana ;
    text-align:center; 
}


.TextoNormal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bolder;
	color: #666666;
	text-align: justify;
	vertical-align: baseline;
	text-indent: 10pt;
	white-space: normal;

}