@charset "utf-8";
body {
	color: #FFFFFF;
	line-height: normal;
	background-attachment: fixed;
	background-image: url(Imagenes/fondopatron.jpg);
	background-repeat: repeat;
	background-position: center center;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #FFA200;
}
h2 {
	font-size: 14px;
	color: #FFFFFF;
}
.clientes:link {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.clientes:visited {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
}


img {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


a {
	text-decoration: none;
	border: none;
	color: #c6c6c6;
}
.content a {
	border-bottom: 1px dashed #555;
}
.wrapper {
	width: 675px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#menu {
	width: 675px;
	height: 104px;
	position: relative;
	background-color: transparent;
	background-repeat: no-repeat;
}
#nav {
	height: 30px;
	margin: 0 10px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	float: right;
}
/*first level*/
ul#nav>li {
	float: left;
	margin-left: 5px;
	list-style-type: none;
}
ul#nav li {
	cursor: pointer;
	float: left;
	list-style-type: none;
}
ul#nav li.page-item,
ul#nav li.current-page-item {
	position: relative;
	float: left;
}
ul#nav li.page-item a {
	color: #fefefe;
	text-decoration: none;
}
ul#nav li.current-page-item a {
	color: #fff;
	text-decoration: none;
	display: block;
}
ul#nav li .menu-left {
	float: left;
	background: url(images/menu_bal.png) no-repeat center left;
	height: 30px;
	width: 8px;
}
ul#nav li li.current-page-item .menu-left {
	background-position: center left;
}
ul#nav li .menu-right {
	float: left;
	background: url(images/menu_jobb.png) no-repeat center left;
	height: 30px;
	width: 8px;
}
ul#nav li li.current-page-item .menu-right {
	background-position: center left;
}
ul#nav li .menu-mid {
	float: left;

	background: url(images/menu_kozep.png) repeat-x center left;
	height: 30px;
}
ul#nav>li:hover .menu-right,
ul#nav>li:hover .menu-mid,
ul#nav>li:hover .menu-left {
	background-position: top left;
}
ul#nav li.current-page-item .menu-left,
ul#nav li.current-page-item .menu-mid,
ul#nav li.current-page-item .menu-right,
ul#nav li.current-page-item:hover .menu-left,
ul#nav li.current-page-item:hover .menu-mid,
ul#nav li.current-page-item:hover .menu-right {
	background-position: bottom left;
}
ul#nav>li>a>.menu-mid>.menu-caption {
	float: left;
	padding: 10px 6px 0;
	text-transform: uppercase;
}
/*second level*/

ul#nav li ul {
	z-index: 500;
	position: absolute;
	top: 30px;
	margin-left: -40px;
	display: none;
	width: 100%;
}
ul#nav li:hover ul{
	display: block;
}
ul#nav li ul li {
	position: relative;
	width: 100%;
}
ul#nav li ul.page-item, ul#nav li ul.current-page-item {
	float: left;
}
ul#nav li ul .page-item a, ul#nav li ul .current-page-item a {
	text-decoration: none;
}
ul#nav li ul .menu-left {
	display: none;
}
ul#nav li ul .menu-right {
	display: none;
}
ul#nav li ul .menu-mid {
	display: block;
	float: left;
	height: auto;
	width: 100%;
}
ul#nav li ul li:hover .menu-mid {
	display: block;
	float: left;
	background: transparent url(images/menu_1pixel_dark.png);
	height: auto;
	width: 100%;
}
ul#nav li ul .current-page-item .menu-mid {
	background: transparent url(images/menu_1pixel_dark.png);
}
ul#nav li ul li .menu-caption {
	float: left;
	padding: 5px 14px;
}
ul#nav li:hover ul li .menu-mid {
	display: block;
	float: left;
	background: transparent url(images/menu_1pixel.png);
	height: auto;
	width: 100%;
}
ul#nav li:hover ul .current-page-item ul .menu-mid {
	background: transparent url(images/menu_1pixel_dark.png);
}
ul#nav li:hover .current-page-item .menu-mid {
	background: transparent url(images/menu_1pixel_dark.png);
}
ul#nav li ul .menu-caption {
	margin-top: 2px;
}
/* third level */
ul#nav .current-page-item:hover ul ul .menu-mid {
	background: transparent url(images/menu_1pixel_dark.png);
}
ul#nav li ul li ul li {
	position: relative;
	left: 100%;
	top: -30px;
	display: none;
	float: left;
	width: auto;
}
ul#nav li ul li:hover .menu-mid {
	background: transparent url(images/menu_1pixel_dark.png);
}
ul#nav li ul li:hover ul li .menu-mid {
	display: block;
	float: left;
	background: transparent url(images/menu_1pixel.png);
	height: auto;
}
ul#nav li ul li ul li:hover .menu-mid {
	background: transparent url(images/menu_1pixel_dark.png);
}
ul#nav li ul li:hover ul .current-page-item .menu-mid {
	background: transparent url(images/menu_1pixel_dark.png);
}
ul#nav li ul li:hover ul li {
	display: block;
}
.content {
	width: 580px;
	padding: 10px;
	position: relative;
	background-color: #272727;
}
.content h1 {
	color: #fefefe;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 18px;
	border-bottom: 1px dashed #333;
}
.content h2 {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 14px;
	padding-left: 10px;
	margin-bottom: -5px;
}
.content p {
	padding: 0 15px;
	text-align: justify;	
}
.content ul {
	list-style: none;
	letter-spacing: 0.5px;
}
.content ul li:before {
	content: "\00BB\0020";
}
.footers {
	background: transparent url(images/footer.png) no-repeat;
	width: 600px;
	height: 10px;
	position: relative;
}
.textopie {
	font-weight: normal;
	color: #000000;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
p {
}
a:link {
	color: #000000;
	font-weight: bold;
}
a:visited {
	color: #000000;
	font-weight: bold;
}
a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.rastreador:link {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.rastreador:visited {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.rastreador:hover {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.secciones:link {
	color: #FFA200;
	font-weight: bold;
}
.clientes:hover {
	font-weight: bold;
	color: #FFA200;
	text-decoration: underline;
}

.secciones:visited {
	color: #FFA200;
	font-weight: bold;
}
.secciones:hover {
	font-weight: bold;
	color: #FFA200;
	text-decoration: underline;
}
.tabla {
	position: fixed;
	bottom: 0%;
}
