body{
	height: 100%;
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	background-color: #272727;
	/*background-color: #030000;*/
	color: #FFFFFF;
	font-size: 12px;
	background-image: url(../images/bg3.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-position: top;
	
}


a:link {
	text-decoration: none;
	color: #E38219;
}
a:visited {
	text-decoration: none;
	color: #E38219;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #E38219;
}


#menu{
	/*background-image: url(../imagenes/header/menu/barra.png);*/
	height: 35px;
	clear: both;
	background-repeat: repeat-x;
	/*background-color: #282828;*/
}
#menu  .borde_rigth {
	/*background-image:url(../imagenes/header/menu/menu_rigth.png);*/
	background-repeat: no-repeat;
	height: 35px;
	width: 10px;
	float: right;
}
#menu  .borde_left {
	/*background-image:url(../imagenes/header/menu/barra_left.png);*/
	background-repeat: no-repeat;
	height: 35px;
	width: 10px;
	float: left;
}
#menu .menu_items{
	height: 35px;
	padding-top: 5px;
}
#menu #nav/* ------------- Menú de Navegación -------------------------- */

{
	font-family:"Trebuchet MS", Verdana;
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
	height: 35px;
	font-size: 10.5pt;
}
#menu    #nav li {
	list-style:none;
	text-align:right;
	cursor:default;
	margin: 0px;
	float: right;
	position: relative;
	padding-top: 0px;
	padding-bottom: 0px;
}
#menu        #nav       li a {
	color: #999999;
	margin: 0px;
	font-weight: bold;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
#menu       #nav       li a:hover {
	color: #FFFFFF;
	background-color: #333333;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ef8200;
	height: 35px;
}

#direccion_telefono {
	background:#272727;
	font-size: 12px;
	color: #ef8200;
	/*color: #CCCCCC;*/
	text-align: right;
	font-weight: bold;
	float: right;
	padding: 10px;
}
#fondoencabezado {
	background:#282828;
}
#logo {
	/*background:#282828;*/
	float: left;
	padding: 0px 0px 0px 0px;
}
.webmail{
	float: right;
	font-weight: bold;
	text-decoration: none;
	color: #999999;
	padding: 0px 0px 0px 10px;
	line-height: 25px;
	font-size: 8.5pt;
	text-align: right;
}

.webmail a {
	color: #CCCCCC;
	text-decoration: none;
}
.webmail a:hover {
	color: #666666;
	text-decoration: none;
}




li   ul  {
	position: absolute;
	left: -40px;
	top: 19px;
	z-index: 1000;
	height: 20px;
	display: none;
}
li:hover   ul,li.over   ul {
	display:block;
}

/* HEADLINE BAR */
.table-headline {
	text-decoration: none;
   vertical-align: top;
	text-align: right;
	height: 30px;
	/*background-color: #191919;*/
	border-bottom: 2px solid #E38219;
	letter-spacing: 1px;
	padding-right: 5px;
}
.headline{
   font-size: 14pt;
	font-weight: bold;
	text-align: left;
	color: #7A7A7A;
}
.headline:first-letter {
	font-size: 20pt;
   font-weight: bold;
   color: #E38219;
}

#footer {
	background-image: url(../images/bgfooter.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 48px;
}