/* Hoja de estilos CSS predeterminada para un nuevo proyecto de aplicación Web*/

BODY
{
	margin-top:2;
	margin-left:5;
}

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;
	}	
		
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
{
	font-size: 12px;
	color: #011278;
	font-family: Geneva,Arial,Helvetica,sans-serif;
	text-decoration: none;
} 
a:hover
{
	color: #011278;
	text-decoration: underline;
} 
a.menuitem
{
	font-weight: normal;
	font-size: 13px;
	color: #eeeeff;
	font-family: Geneva,Arial,Helvetica,sans-serif;
}
a.menuitem:hover
{
	color: #eeeeff;
}
a.helpitem
{
	font-weight: normal;
	font-size: 12px;
	color: #011278;
	font-family: arial;
}
a.helpitem:hover
{
	color: #f4420b;
}
a.widget
{
	font-size: 11px;
	color: #ffeec9;
	font-family: Verdana,Helvetica,sans-serif;
}
a.widget:hover
{
	color: #ffeec9;
	background-color: #fc8662;
}
a.widget2
{
	font-size: 11px;
	color: #646664;
	font-family: Verdana,Helvetica,sans-serif;
}
a.widget2:hover
{
	color: #646664;
}
a.navi
{
	font-size: 11px;
	color: #011278;
	font-family: Verdana,Helvetica,sans-serif;
}
a.navi:hover
{
	color: red;
	background-color: #ffdc8e;
}
.outline
{
	background-color: black;
}	

SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

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;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
.header
{
	font-weight: bold;
	font-size: 15px;
	color: #011278;
	font-family: Geneva,Arial,Helvetica,sans-serif;
	background-color: #fc8662;
}
.LoginTable
{
	font-size: 12px;
	color: navy;
	line-height: 20pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: lightsalmon;
}	

.LoginTR
{
	font-weight: bold;
	font-size: 15px;
	vertical-align: baseline;
	color: navy;
	line-height: 20pt;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: papayawhip;
	text-align: center;
}	
.LoginLabel
{
	font-weight: bold;
	font-size: 14px;
	color: navy;
	line-height: 20pt;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: papayawhip;
}	
.LoginTexto
{
	font-size: 12px;
	color: navy;
	line-height: 20pt;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: white;
}	
.LoginBoton
{
	font-weight: normal;
	font-size: 12px;
	vertical-align: baseline;
	color: black;
	border-top-style: groove;
	font-family: Verdana, Helvetica, sans-serif;
	border-right-style: groove;
	border-left-style: groove;
	background-color: lightgrey;
	text-align: center;
	border-bottom-style: groove;
}	
.ErrorText
{
	font-weight: bold;
	font-size: 14px;
	color: red;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: transparent;
}
.menu
{
	color: white;
	font-family: Verdana,Helvetica,sans-serif;
	background-color: #00317f;
}
.navbar
{
	background-color: #ffdc8e;
}
.submenu
{
	border-right: #222244 thin solid;
	border-top: #99adcc thin solid;
	font-weight: normal;
	font-size: 11px;
	float: left;
	border-left: #99adcc thin solid;
	color: #011278;
	border-bottom: #222244 thin solid;
	font-family: Verdana,Helvetica,sans-serif;
	background-color: #ffdc8e;
}
.submenu:hover
{
	color: #011278;
	border-top-style: groove;
	border-right-style: groove;
	border-left-style: groove;
	border-bottom-style: groove;
}
.DataGrid_ItemStyle
{
	font-size: 10px;
	color: black;
	font-family: Verdana, SansSerif;
	background-color: cornsilk;	
}

.DataGrid_AlternatingItemStyle
{
	font-size: 10px;
	color: black;
	font-family: Verdana, SansSerif;
	background-color: gainsboro;
}

.DataGrid_SelectedItemStyle
{
	font-size: 10px;
	color: black;
	font-family: Verdana, SansSerif;
	background-color: navajowhite;
}

.DataGrid_HeaderStyle A
{
	font-size: 10px;
	color: white;
	font-family: Verdana, SansSerif;
	background-color: #fc8662;
	text-align: center;
	text-decoration: underline;
}

.DataGrid_HeaderStyle A:hover
{
	font-size: 10px;
	color: navy;
	font-family: Verdana, SansSerif;
	background-color: #fc8662;
	text-align: center;
	text-decoration: underline;
}

.DataGrid_HeaderStyle
{
	font-size: 10px;
	color: white;
	font-family: Verdana, SansSerif;
	background-color: #fc8662;
	text-align: center;
}

.DataGrid_FooterStyle
{
	font-weight: bold;
	font-size: 10pt;
	color: navy;
	font-family: Verdana;
	background-color: #fc8662;
	text-align: left;
}

.DataGrid_PagerStyle
{
	font-weight: bold;
	font-size: 10pt;
	color: navy;
	font-family: Verdana;
	background-color: #fc8662;
	text-align: left;
}

.AyudaDataGrid_ItemStyle
{
	font-size: 10px;
	color: black;
	font-family: Verdana, SansSerif;
	background-color: gainsboro;
}

.AyudaDataGrid_AlternatingItemStyle
{
	font-size: 10px;
	color: black;
	font-family: Verdana, SansSerif;
	background-color: whitesmoke;
}

.AyudaDataGrid_SelectedItemStyle
{
	font-size: 10px;
	color: black;
	font-family: Verdana, SansSerif;
	background-color: darkgray;
}

.AyudaDataGrid_HeaderStyle A
{
	font-size: 10px;
	color: white;
	font-family: Verdana, SansSerif;
	background-color: steelblue;
	text-align: center;
	text-decoration: underline;
}

.AyudaDataGrid_HeaderStyle A:hover
{
	font-size: 10px;
	color: navy;
	font-family: Verdana, SansSerif;
	background-color: steelblue;
	text-align: center;
	text-decoration: underline;
}

.AyudaDataGrid_HeaderStyle
{
	font-size: 10px;
	color: white;
	font-family: Verdana, SansSerif;
	background-color: steelblue;
	text-align: center;
}

.AyudaDataGrid_FooterStyle
{
	font-weight: bold;
	font-size: 10px;
	color: white;
	font-family: Verdana;
	background-color: steelblue;
	text-align: left;
}

.AyudaDataGrid_PagerStyle
{
	font-weight: bold;
	font-size: 10px;
	color: white;
	font-family: Verdana;
	background-color: steelblue;
	text-align: left;
}
.Ayudaitemtitulo
{
	font-size: 10pt;
	color: black;
	font-family: Verdana, SansSerif;
	background-color: white;
	text-align: right;
}
.Ayudaitemdata
{
	font-size: 10pt;
	color: black;
	font-family: Verdana, SansSerif;
	background-color: white;
}
.Ayudaiteminput
{
	font-size: 10pt;
	color: black;
	font-family: Verdana, SansSerif;
	background-color: white;
	text-align: left;
}

.DataList_AlternatingItem
{
	border-right: #efefef 2px groove;
	padding-right: 1px;
	border-top: #efefef 2px groove;
	padding-left: 1px;
	padding-bottom: 1px;
	border-left: #efefef 2px groove;
	padding-top: 1px;
	border-bottom: #efefef 2px groove;
	background-color: #dedede;
}

.DataList_Item
{
	border-right: #efefef 2px groove;
	padding-right: 1px;
	border-top: #efefef 2px groove;
	padding-left: 1px;
	padding-bottom: 1px;
	border-left: #efefef 2px groove;
	padding-top: 1px;
	border-bottom: #efefef 2px groove;
	background-color: white;
}
.DataList_Selected
{
	border-right: #efefef 2px groove;
	padding-right: 1px;
	border-top: #efefef 2px groove;
	padding-left: 1px;
	padding-bottom: 1px;
	border-left: #efefef 2px groove;
	padding-top: 1px;
	border-bottom: #efefef 2px groove;
	background-color: lemonchiffon;
}
.itemtitulo
{
	font-size: 11px;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: beige;
	text-align: right;
}
.itemdata
{
	font-size: 11px;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: beige;
	text-align: left;
}
.iteminput
{
	font-size: 11px;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: white;
	text-align: left;
}
.iteminputradio
{
	font-size: 11px;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: beige;
	text-align: left;
}
.boton
{
	font-size: 12px;
	color: black;
	border-top-style: outset;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-right-style: outset;
	border-left-style: outset;
	background-color: lightgrey;
	text-align: center;
	border-bottom-style: outset;
}
.EnvioData
{
	font-size: 11px;
	vertical-align: baseline;
	color: black;
	line-height: 12pt;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: white;
	text-align: left;
}	
.movtitulo
{
	font-size: 11px;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: moccasin;
	text-align: right;
}
.movdata
{
	font-size: 11px;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: moccasin;
	text-align: left;
}
.bold
{
	font-weight: bold;
	font-size: 11px;
	vertical-align: baseline;
	color: black;
	line-height: 12pt;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: white;
	text-align: left;
}	

