*:focus
{
	outline: 0px;
}

html, body, form
{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #AFAFAF;
	font-family: Arial, Verdana;
}

html
{
	background: #13244F url('../img/bg.jpg') repeat-x top left;
}

img
{
	border: 0px;
}

h1
{
	margin: 3px 0px;
	padding: 0px;
	color: #FF8800;
	font-weight: bold;
	font-size: 20px;
}

h2
{
	margin: 0px;
	padding: 0px;
	color: #0F5E7D;
	font-weight: bold;
	font-size: 14px;
}

h3
{
	margin: 0px;
	padding: 0px;
	color: #0083CA;
	font-weight: bold;
	font-size: 20px;
}

h5
{
	margin: 4px 0px;
	padding: 0px;
	color: #0092CC;
	font-weight: bold;
	font-size: 16px;
}

input[type=text], input[type=password], textarea, .textbox
{
	font-size: 12px;
	color: #121212;
	font-family: Arial, Verdana;
	display: none;
	visibility: hidden;
}

#contenedor
{
	width: 760px;
	margin: 0 auto;
	text-align: center;
}

#top
{
	display: none;
	visibility: hidden;
}

#top-shadow
{
	height: 30px;
	line-height: 30px;
	background-image: url('../img/top-shadow.jpg');
	display: none;
	visibility: hidden;
}

#main-container
{
	background-color: #FFFFFF;
	text-align: left;
}

#tarifas
{
	margin: 2px 0px;
}

#facturar
{
	margin: 1px 0px;
}

#fiscales
{
	margin: 2px 0px;
}

#pagos
{
	margin: 1px 0px;
}

#bottom
{
	display: none;
	visibility: hidden;
}

#impresion
{
	display: none;
	visibility: hidden;
}

#uniquecode
{
	display: block;
	visibility: visible;
}

.base-a
{
	color: #4E4E4E;
	padding: 10px 15px;
}

.base-b
{
	color: #0F5E7D;
	padding: 10px 15px;
	background-color: #B6D8DD;
}

.base-c
{
	color: #0A8FEA;
	padding: 10px 15px;
	background-color: #EAF6F9;
}

.line
{
	height: 1px;
	line-height: 1px;
	background-color: #B6D8DD;
}

.line-b
{
	height: 5px;
	line-height: 5px;
	background-color: #B6D8DD;
}

.line-c
{
	height: 18px;
	line-height: 18px;
	background-color: #B6D8DD;
}

.line-d
{
	height: 6px;
	line-height: 6px;
	background-color: #C6DBE0;
}

.error
{
	color: #FF0000;
	display: none;
	visibility: hidden;
}

.contenedor
{
	overflow: auto;
}