/* CSS Document */

body,td,th, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #EEEEEE;
}
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #2953a3;
}
H1 {
	font-size: 14px;
	color: #2953a3;
	font-weight: bold;
	letter-spacing: 1px;
	word-spacing: 1px;
	padding:0px;
	margin: 0px;
}
H2 {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 1px;
	word-spacing: 1px;
	padding:0px;
	margin: 0px;	
}
H3, H3:link, H3:visited, .menuCategoria, .menuCategoria:link, .menuCategoria:visited{
	font-size: 12px;
	color: #CCCCCC;
	font-weight: bold;
	letter-spacing: 1px;
	word-spacing: 1px;
	padding:0px;
	margin: 0px;
	margin-left: 3px;
	padding-left: 3px;
	text-decoration: none;
}
H3:active, H3:hover, .menuCategoria:active, .menuCategoria:hover{
	font-size: 12px;
	color: #CCCCCC;
	font-weight: bold;
	letter-spacing: 1px;
	word-spacing: 1px;
	padding:0px;
	margin: 0px;
	margin-left: 3px;
	padding-left: 3px;
	text-decoration: none;
}
H4, H4:link, H4:visited, .menuSubCategoria, .menuSubCategoria:link, .menuSubCategoria:visited{
	font-size: 12px;
	color: #CCCCCC;
	font-weight: bold;
	padding:0px;
	margin: 0px;
	padding-left: 10px;
	text-decoration: none;
}
H4:active, H4:hover, .menuSubCategoria:active, .menuSubCategoria:hover{
	font-size: 12px;
	color: #CCCCCC;
	font-weight: bold;
	padding:0px;
	margin: 0px;
	padding-left: 10px;
	text-decoration: none;
}
.imputGris{
	background-color: #333333;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #000000;
	font-size: 10px;
	color: #FFFFFF;
}
.tdPuntos {
	border: 1px dashed #999999;
}

A, A:link, A:visited {
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
}
A:active, A:hover {
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: underline;
}

HR {
	height:1px;
	color:#666666;
}
