@charset "utf-8";
/* Tehnocom */
/* Glogal CSS Document */

/* Containers */
html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
html {
	width: 100%;
	height: 100%;
	background: #ccc;
}
body {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 10px 0;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #666;
	background: #fff;
}
/* Service Clases */
.png {
	width: 100%;
	height: 100%;
}
.clear {
	float: none;
	width: 100%;
	height: 0;
	clear: both;
}
.rel {
	position: relative;
	width: 100%;
	height: 100%;
}

/* Fonts */
p {
	margin: 8px 0 5px 0;
	color: #333;
	font-size: 0.8em;
	line-height: 1.4em;
}
a {
	color: #ac3c3a;
}
a:hover {
	text-decoration: none;
}
h1, h2, h3 {
	font-weight: normal;
	color: #333;
}
h1 {
	margin: 30px 0 10px 0;
	font-size: 20px;
}
h2 {
	margin: 15px 0 8px 0;
	font-size: 18px;
}
h3 {
	margin: 12px 0 5px 0;
	font-size: 14px;
	font-weight: bold;
}
/* Header */
#time {
	position: absolute;
	top: 5px;
	right: 18px;
	font-size: 0.8em;
	font-weight: bold;
}
#header {
	height: 215px;
}
#logo {
	float: left;
	width: 265px;
	height: 215px;
	background: url(../img/logo.jpg) 50% 50% no-repeat;
}
#logo a {
	display: block;
	width: 100%;
	height: 100%;
}
#illustration {
	float: left;
	width: 735px;
	height: 215px;
	background: url(../img/header.jpg) left top no-repeat;
}

/* Content */
#content {
	margin: 0 0 100px 0;
}
#menu {
	float: left;
	width: 265px;
}
#menu a {
	color: #555;
}
#menu ul {
	margin: 30px 0 0 50px;
	padding: 0;
	font-size: 14px;
	list-style-type: none;
	color: #555;
}
#menu ul ul {
	display: none;
	margin: 3px 0 8px 0;
}
#menu li {
	position: relative;
	margin: 0;
	padding: 0;
	line-height: 1.4em;
}
#menu li li {
	font-size: 13px;
	padding-left: 20px;
	background: url(../img/li_menu.gif) left 7px no-repeat;
}
#menu .active {
	font-weight: bold;
}
#ticket {
	margin: 30px 0 0 50px;
}
#ticket a {
	color: #ac3c3a;
	font-size: 20px;
	text-decoration: none;
	border-bottom: 2px dashed #ac3c3a;
}
#ticket a:hover {
	border: 0;
}
#ticket p {
	margin: 10px 0 3px 0;
}
#ticket_form {
	display: none;
	margin-top: 20px;
}
#ticket input, textarea {
	border: 1px solid #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#t_name {
	padding: 1px 1px 1px 3px;
}
textarea {
	padding: 3px;
}
#t_submit {
	margin-top: 10px;
	cursor: pointer;
}
#text {
	float: right;
	width: 705px;
	padding: 0 20px 0 0;
}
#text ul {
	margin: 6px 0 10px;
	padding: 0;
	list-style-type: none;
}
#text li {
	margin-bottom: 3px;
	padding-left: 16px;
	line-height: 1.4em;
	font-size: 13px;
	background: url(../img/li_text.gif) left 9px no-repeat;
}
/* Footer */
#footer {
	border-bottom: 1px solid #666;
	color: #666;
}
#footer p {
	margin: 10px 0 5px 15px;
	font-size: 0.75em;
	color: #666;
}