/* CSS Document */

    a:link              {
	color: #595959;
	text-decoration: none;
}
    a:visited           {
	color: #595959;
	text-decoration: none;
}
    a:hover             {
	color: Green;
	text-decoration: none;
}
    a:active            { 
	 color: #595959; 
	 text-decoration:none; 
}

/**** Page Body ****/
body {
	background-color: #e6e6e6;
	margin-top: 6px;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
	scrollbar-face-color: #CCD2D8;
	scrollbar-highlight-color: #E9EEF3;
	scrollbar-shadow-color: #B4BEC8;
	scrollbar-3dlight-color: #B4BEC8;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #EAEAEA;
	scrollbar-darkshadow-color: #7A828A;
	height: 100%; 
}

DIV.workarea, DIV.workarea_empresa{
   float: none;
	margin: 0 auto 0 auto;
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5c5c5a;
	position:relative;
	left: 0px;
	top: 0px;
	border: 1px solid; 
	border-color: #c8ae26;
	width: 790px;
	min-height: 100%;
	text-align: left;
	/*height:100%; */
	height: 1250px;  /* Forzado por listado a 3 */
}



/* ******************  HEADER  ****************** */
DIV.header
{
/* border: 1px solid; 
 border-color: red;*/
 background-color: white;
 position:relative;
 height:145px;
 left: 0px;
 top: 0px;	
}
DIV.logo{
   clear:none;
   float: left;
	position: relative;
	left: 0px;
	top:  0px;
	height: 133px;
	cursor: crosshair;
}
DIV.mapa{
   clear:none;
   float:none;
	position: relative;
	left:0px;
	top: 0px; 
}
DIV.menu1{
  clear:none;
  float: left;
  position: relative;
  left: 0px;
  top:  0px;	
}
/* ******************  FIN HEADER  ****************** */

/* ******************  IMAGES MENU  ****************** */
DIV.images_menu{
  /*border: 2px solid;
  border-color: red;*/
  clear:none;
 /* float:left;*/
/*  position: relative;*/
position: absolute;
  left:  445px;
/*  top:   -145px;*/
  top:0px;
  width: 360px;
}
DIV.images_menu_boton{
 /*  border: 2px solid;*/
	clear: none;
	float: left;
	position: relative;
   width: 319px;
	left: 0px;
	top: 0px;
}
DIV.images_menu_barra{
	clear: none;
	float: left;
	background-color: #c8ae26;
	position: relative;
	left: 0px; /*FF 770*/
	top: 0px; /*FF 1938*/
	width: 25px;
/*	height: 1600px;*/
	background-image: url(barra_foteer.gif);
	background-repeat: repeat-y;
	
}
/* ******************  FIN IMAGES MENU  ****************** */
/* ******************  PORTADA  ****************** */
DIV.portada1{
 /* border: 2px solid;
  border-color: green;*/
  background-color: white;
  clear: none;
  float: left;
  position: relative;
  left:  0px;
  top:   8px; /* -835px */
 /* height: 305px; */
  width:  700px;
}
table.portada1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: justify;
	color: #5c5c5a;
   padding: 6px 6px 6px 12px;
	
}

li.portada1{
	list-style: decimal inside url(page.gif); 
	/*list-style-image:url(page.gif);*/
	margin: 15px;
	padding: 0px;
}
hr.portada1{
	width: 30%;
	border-bottom: 1px dotted #EEE8AA;
}
/* ******************  FI PORTADA  ****************** */

/* ******************  FIN INFORMACION  ****************** */
/* ******************  FOOTER  ****************** */
DIV.footer
{
 float:none;
 clear: both;
/* background-color: white;*/
 position: relative;
 left: -5pxpx;	
 top: 10px;
 width: 790px;	
 height:80px;
}

DIV.footer_content{
   border: 1px solid; 
   border-color: #c8ae26;
	float: left;
	background-color: white;
	position: relative;
	left: 0px;
	top: 5px;
	width: 790px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #747474;
	padding: 5px;
	text-align: center;
}
/* ******************  FIN FOOTER  ****************** */

div.pagination {
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	background-color: #937D00;
	color: #fff;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	background-color:#937D00;
	text-decoration: none; /* no underline */
	color: #fff;
}
div.pagination a:hover, div.pagination a:active {
	background-color: #009301;
	color: #fff;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		font-weight: bold;
		background-color: #313131;
		color: #fff;
	}
div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		background-color:#3e3e3e;
		color: #868686;
	}
