﻿#navcontainer { width: 183px; height:15px;}
#navcontainer ul {margin-left: 0; padding-left: 0; list-style-type: none; font: 0.7em Tahoma, sans-serif; }
#navcontainer a 
{ 
	display: block;  
	width: 183px; 
	height:15px; 
	background-color: #ABC578; 
	border-left:solid 1px #FFFFFF; 
	border-bottom:solid 1px #FFFFFF; 
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
	padding-top:5px;}
#navcontainer a:link, #navlist a:visited {color: #FFF; text-decoration: none; }
#navcontainer a:hover {background-color: #514F1C; color: #fff; }

#menu1 {
  height:20px;
  font-size:8pt;
}
#menu1 ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
#menu1 li {
  padding: 0px;
  margin: 0px;
  display: inline;
  border-left: solid 1px #000;
}
#menu1 li.first {
  border-left: none;
}
#menu1 li a:link, #menu1 li a:visited 
{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #000;
	text-decoration:none;	
   padding: 0px 2px 0px 5px;
}
#menu1 li a:active, #menu1 li a:hover {
  color: #000;
  text-decoration: underline;
}

div#loading
{
	position: absolute;
	width: 100px;
	top: 250px;
	left: 350px;
	border-style: solid;
	border-width: thin;
	border-color:Black;
	font-weight: bold;
	font-size: 12px;
	background-color:White
}

/*Diseño*/
#topbar{
	height:20px; 
	background-image:url(images/backgrounds/bg_topbar.gif);
	background-color:#CBC55C;
	background-repeat:repeat-x;
	border-right:solid 1px #999999;
	width:710px;
}

#logo
{
	width:400px; 
	height:110px; 
	background-color:#F7F7F7; 
	border-left:solid 1px #999999;
	padding-left:20px;
}

#pagetitle
{
	width:500px; 
	height:110px; 
	background-color:#F7F7F7; 
	border-right:solid 1px #999999;
	padding-right:10px;
}

#contenttext{
	width:710px; 
	background-color:#F7F7F7; 
	border-left:solid 1px #999999; 
	border-right:solid 1px #999999; 
	border-bottom:solid 1px #999999;
	padding:15px;
}

#footer{
	padding-right:25px;
}


#nombreRemitente a 
{
    font-weight:bold;
    color:Blue;
}



