/* Estilos HTML */
* {
	margin: 0;
	padding: 0;
}
html, body {
	margin:0 auto;
	width:100%;
	height:100%;
	background-color: #000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #02A0E3;
	scrollbar-highlight-color: #02A0E3;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #8095C0;
}
b.black{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color:#333333;
}
input[type=radio]{
	border-width:0px;
	border-style:none;
}
input{
	font-size: 12px;
	background-color:#ffffff;
	color:#000000;
	border-width:1px;
	border-color:#999999;
	border-style:ridge;
	margin:0px;
}
input.formAcceso{
	font-size: 12px;
	background-color:#ffffff;
	color:#000000;
	border-width:1px;
	border-color:#999999;
	border-style:ridge;
	margin:0px;
}
select{
	font-size: 10px;
	background-color:#FFFFFF;
	color:#000000;
	border-width:1px;
	border-color:#999999;
	border-style:ridge;
	margin:0px;
	text-align:left;	
}
option{
	text-align:left;
}
textarea{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#FFFFFF;
	color:#000000;
	border-width:1px;
	border-color:#999999;
	border-style:ridge;	
	margin:0px;
}
li{
	margin-left:20px;
	margin-bottom:5px;
	text-align:justify;
}
hr{
	width:400px;
	size:1px;
	color:#CCCCCC;
}
a:link {text-decoration: underline; color:#666666;}
a:visited {text-decoration: underline; color:#666666;}
a:active {text-decoration: underline; color:#666666;}
a:hover {text-decoration: none; color:#666666;}
