body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	color:#4C4C4C;
	background-color:#FFFFFF;
	text-align:center;
}

#L_MAIN {
	position:absolute;
	left:50%;
	margin-left:-478px;
	width:955px;
}

.orange {
	color:#FE8C09;
}

#L_LOGO {
	position:absolute;
	top:20px;
	left:0px;
	width:410px;
	height:79px;
	background-image:url(img/logo.gif);
}

#L_USER_INFO {
	position:absolute;
	top:87px;
	left:410px;
	width:545px;
	text-align:right;
}

#L_LINE {
	position:absolute;
	top:110px;
	left:0px;
	height:1px;
	width:955px;
	background-image:url(img/line_dot.gif);
}

#L_MENU {
	position:absolute;
	top:120px;
	left:295px;
	width:700px;
	padding-left:15px;
	z-index:4;
        background: url(img/menu_background.gif) no-repeat;
}

#L_LOGOUT {
	position:absolute;
	top:20px;
	left:911px;
}

#L_TEL_CONTACTO {
	position:absolute;
	top:120px;
	left:0px;
	font-weight:bold;
	font-size:10px;
	color:#4C4C4C;
}

#L_TITULO {
	position:absolute;
	left:0px;
	top:160px;
	color:#FE8C09;
	font-weight:bold;
	font-size:11px;
}

#L_BUSCADOR {
	position:absolute;
	right:0px;
	top:160px;
	color:#FE8C09;
	text-align:right;
}

#L_BUSCADOR input {
	width:40px;
	height:12px;
	font-size:10px;
	line-height:12px;
	border: 1px solid #999999;
}

#L_CONTENT {
	position:absolute;
	top:190px;
	left:0px;
	border: 0px;
	text-align:left;
}

#L_CONTENT table td {
	text-align:left;
}

#L_CONTENT table td.align_right {
	text-align:right;
}

#L_CONTENT table td.align_center {
	text-align:center;
}

#L_CONTENT input {
	height:14px;
	border:1px dotted #999999;
	line-height:14px;
	font-size:10px;
}

#l_login input {
	height:14px;
	border:1px dotted #999999;
	line-height:14px;
	font-size:10px;
}

#l_login input.image_button {
	border:0px;
}

#L_CONTENT textarea {
	height:150px;
	width:650px;
	border:1px dotted #999999;
	line-height:14px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:14px;
}

#L_CONTENT input.extra_long_form_field {
	width:650px;
}

#L_CONTENT input.long_form_field {
	width:370px;
}

#L_CONTENT input.short_form_field {
	width:80px;
}

#L_CONTENT #lista_consultas {
	margin-top:40px;
}

#L_CONTENT #lista_consultas table th {
	background-color:#f3f3f3;
}

#L_CONTENT #lista_consultas table th.col_titulo {
	width:300px;
}

#L_CONTENT #lista_consultas table th.col_fecha {
	width:80px;
}

#L_CONTENT #lista_consultas table th.col_archivo {
	width:120px;
}


#L_CONTENT #lista_facturas {
	margin-top:40px;
}

#L_CONTENT #lista_facturas table th {
	background-color:#f3f3f3;
}

#L_CONTENT #lista_facturas table th.col_numero {
	width:120px;
}

#L_CONTENT #lista_facturas table th.col_total {
	width:120px;
}

#L_CONTENT #lista_facturas table th.col_fecha {
	width:80px;
}

#L_CONTENT #lista_facturas table th.col_archivo {
	width:120px;
}


h2 {
	font-size:11px;
	font-weight:bold;
	padding:0px;
	margin:10px 0px 0px 0px;
}

.grey {
	color:#666666;
}

a.view-details {
	background:#ff8e08 url(img/lupa.png) 3px 0px no-repeat;
	color:#fff;
	padding:0 10px 0 25px;
	line-height:25px;
	text-decoration:none;
}
a.view-details:hover { background-color:#434b52; }

.underline { border-bottom:1px solid #ccc; }