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

body, p{
  margin: 0.5em 0;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  text-align: justify;
}
body{
  margin: 0 auto;
  padding: 0;
  color: #3C4E58;
  background-color: #DBE5EB;
  background-image: url('/web/20160320084918im_/http://jrueda.com/images/page_t.jpg');
  background-repeat: repeat-x;
  background-attachment: fixed;
  background-position: bottom left;
}
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited,
.grt_postheader, .grt_postheader a, .grt_postheader a:link, .grt_postheader a:visited, .grt_postheader a:hover,
.grt_blockheader .t, .grt_vmenublockheader .t, .grt_logo-text, .grt_logo-text a,
h1.grt_logo-name, h1.grt_logo-name a, h1.grt_logo-name a:link, h1.grt_logo-name a:visited, h1.grt_logo-name a:hover{
  text-decoration: none;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  text-align: left;}
a, .grt_post li a
{
  text-decoration: underline;
  color: #3672A1;
}
a:link,
.grt_post li a:link{
  text-decoration: underline;
  color: #3672A1;
}
a:visited, a.visited,
.grt_post li a:visited, .grt_post li a.visited
{
  color: #2B3840;
}
a:hover, a.hover,
.grt_post li a:hover, .grt_post li a.hover{

  text-decoration: none;
  color: #1B3950;
}

h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
	margin: 0.8em 0;
	font-size: 15px;
	color: #29577A;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  margin: 0.8em 0;
  font-size: 13px;
  color: #29577A;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
   margin: 1em 0;
  font-size: 12px;
  color: #39576A;
}
h1 a, h1 a:link, h1 a:visited, h1 a:hover,
h2 a, h2 a:link, h2 a:visited, h2 a:hover,
h3 a, h3 a:link, h3 a:visited, h3 a:hover,
h4 a, h4 a:link, h4 a:visited, h4 a:hover,
h5 a, h5 a:link, h5 a:visited, h5 a:hover,
h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
    margin:0;
}

#grt_main
{
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  cursor:default;
}


.cleared
{
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1px;
}

form
{
  padding: 0 !important;
  margin: 0 !important;
}

/* end Page */

/* begin Box, Sheet */
.grt_sheet
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  width: 1000px;
  min-width: 7px;
  min-height: 7px;
}

.grt_sheet-body
{
  position: relative;
  z-index: 1;
  padding: 5px;
}

.grt_sheet-tr, .grt_sheet-tl, .grt_sheet-br, .grt_sheet-bl, .grt_sheet-tc, .grt_sheet-bc,.grt_sheet-cr, .grt_sheet-cl
{
  position: absolute;
  z-index: -1;
}

.grt_sheet-tr, .grt_sheet-tl, .grt_sheet-br, .grt_sheet-bl
{
  width: 6px;
  height: 6px;
  background-image: url('/web/20160320084918im_/http://jrueda.com/images/sheet_s.png');
}

.grt_sheet-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 3px, 3px, auto);
}

.grt_sheet-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 3px, 3px);
}

.grt_sheet-bl
{
  bottom: 0;
  left: 0;
  clip: rect(3px, 3px, auto, auto);
}

.grt_sheet-br
{
  bottom: 0;
  right: 0;
  clip: rect(3px, auto, auto, 3px);
}

.grt_sheet-tc, .grt_sheet-bc
{
  left: 3px;
  right: 3px;
  height: 6px;
  background-image: url('/web/20160320084918im_/http://jrueda.com/images/sheet_h.png');
}

.grt_sheet-tc
{
  top: 0;
  clip: rect(auto, auto, 3px, auto);
}

.grt_sheet-bc
{
  bottom: 0;
  clip: rect(3px, auto, auto, auto);
}

.grt_sheet-cr, .grt_sheet-cl
{
  top: 3px;
  bottom: 3px;
  width: 6px;
  background-image: url('/web/20160320084918im_/http://jrueda.com/images/sheet_v.png');
}

.grt_sheet-cr
{
  right: 0;
  clip: rect(auto, auto, auto, 3px);
}

.grt_sheet-cl
{
  left: 0;
  clip: rect(auto, 3px, auto, auto);
}

.grt_sheet-cc
{
  position: absolute;
  z-index: -1;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  background-color: #FFFFFF;
}

.grt_sheet
{
  margin-top: -5px !important;
  cursor:auto;
}

#grt_page-background-simple-gradient, #grt_page-background-gradient, #grt_page-background-glare
{
  min-width: 1000px;
}

/* end Box, Sheet */

/* begin Menu */
/* menu structure */

.grt_menu a, .grt_menu a:link, .grt_menu a:visited, .grt_menu a:hover
{
  text-align: left;
  text-decoration: none;
  outline: none;
  letter-spacing: normal;
  word-spacing: normal;
}

.grt_menu, .grt_menu ul
{
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
  display: block;
}

.grt_menu li
{
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  float: left;
  position: relative;
  z-index: 5;
  background: none;
}

.grt_menu li:hover
{
  z-index: 10000;
  white-space: normal;
}

.grt_menu li li
{
  float: none;
}

.grt_menu ul
{
  visibility: hidden;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  background: none;
}

.grt_menu li:hover>ul
{
  visibility: visible;
  top: 100%;
}

.grt_menu li li:hover>ul
{
  top: 0;
  left: 100%;
}

.grt_menu:after, .grt_menu ul:after
{
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}
.grt_menu, .grt_menu ul
{
  min-height: 0;
}

.grt_menu ul
{
  background-image: url(/web/20160320084918im_/http://jrueda.com/images/spacer.gif);
  padding: 10px 30px 30px 30px;
  margin: -10px 0 0 -30px;
}

.grt_menu ul ul
{
  padding: 30px 30px 30px 10px;
  margin: -30px 0 0 -10px;
}




/* menu structure */

.grt_menu
{
  padding: 0 0 0 0;
}

.grt_nav
{
  position: relative;
  height: 62px;
  z-index: 100;
}

.grt_nav .l, .grt_nav .r
{
  position: absolute;
  z-index: -1;
  top: 0;
  height: 62px;
  background-image: url('/web/20160320084918im_/http://jrueda.com/images/nav.png');
}

.grt_nav .l
{
  left: 0;
  right: 0;
}

.grt_nav .r
{
  right: 0;
  width: 990px;
  clip: rect(auto, auto, auto, 990px);
}


/* end Menu */

/* begin MenuItem */
.grt_menu a
{
  position: relative;
  display: block;
  overflow: hidden;
  height: 62px;
  cursor: pointer;
  text-decoration: none;
}

.grt_menu ul li
{
    margin:0;
    clear: both;
}


.grt_menu a .r, .grt_menu a .l
{
  position: absolute;
  display: block;
  top: 0;
  z-index: -1;
  height: 186px;
  background-image: url('/web/20160320084918im_/http://jrueda.com/images/menuitem.png');
}

.grt_menu a .l
{
  left: 0;
  right: 0;
}

.grt_menu a .r
{
  width: 400px;
  right: 0;
  clip: rect(auto, auto, auto, 400px);
}

.grt_menu a .t
{
  margin-right: 10px;
  margin-left: 10px;
  font-size: 14px;
  color: #ECF3F9;
  padding: 0 38px;
  margin: 0 0;
  line-height: 62px;
  text-align: center;
}

.grt_menu a:hover .l, .grt_menu a:hover .r{
  top: -62px;
}
.grt_menu li:hover>a .l, .grt_menu li:hover>a .r{
	top: -62px;
}
.grt_menu li:hover a .l, .grt_menu li:hover a .r{
  top: -62px;
}
.grt_menu a:hover .t{
  color: #40535E;
}
.grt_menu li:hover a .t{
  color: #40535E;
}
.grt_menu li:hover>a .t{
  color: #40535E;
}
.grt_menu a.active .l, .grt_menu a.active .r{
  top: -124px;
}
.grt_menu a.active .t{
  color: #254F6F;
}
/* end MenuItem */

/* begin MenuSeparator */


.grt_menu .grt_menu-li-separator{
  display: block;
  width: 2px;
  height: 62px;
}
.grt_nav .grt_menu-separator{
  display: block;
  margin:0 auto;
  width: 2px;
  height: 62px;
  background-image: url('/web/20160320084918im_/http://jrueda.com/images/menuseparator.png');
}
/* end MenuSeparator */

/* begin Header */
div.grt_header{
  margin: 0 auto;
  position: relative;
  z-index: 0;
  width: 990px;
  height: 300px;
  overflow: hidden;
}
div.grt_header-jpeg{
	position: absolute;
	z-index: -1;
	top: 0;
	left: 1px;
	width: 990px;
	height: 300px;
	background-image: url(/web/20160320084918im_/http://jrueda.com/images/header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.grt_article .imagen {
	float: left;
	width: 255px;
	margin-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 50px;
}
/* end Header */

/* begin Logo */
.grt_logo{
	display: block;
	position: absolute;
	left: 13px;
	top: 124px;
	width: 422px;
	height: 123px;
}
/* end Logo */

/* begin Layout */
.grt_content-layout{
  display: table;
  padding: 0;
  border: none;
  width: 990px;
}
.grt_content-layout .grt_content-layout{
  width: auto;
  margin:0;
}
div.grt_content-layout div.grt_layout-cell, div.grt_content-layout div.grt_layout-cell div.grt_content-layout div.grt_layout-cell{
   display: table-cell;
}
div.grt_layout-cell div.grt_layout-cell{
   display: block;
}
div.grt_content-layout-row{
  display: table-row; 
}
.grt_content-layout{
  table-layout: fixed;
  border-collapse: collapse;
  background-color: Transparent;
  border: none !important;
  padding:0 !important;
}
.grt_layout-cell, .grt_content-layout-row{
  background-color: Transparent;
  vertical-align: top;
  text-align: left;
  border: none !important;
  margin:0 !important;
  padding:0 !important;
}
/* end Layout */

/* begin Box, Box, VMenuBlockContent */
.grt_vmenublockcontent{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}
.grt_vmenublockcontent-body{
  position: relative;
  z-index: 1;
  padding: 5px;
}
.grt_vmenublockcontent-cc{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
}
.grt_vmenublockcontent{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}
.grt_vmenublockcontent-body{
  position: relative;
  z-index: 1;
  padding: 5px;
}
.grt_vmenublockcontent-cc{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
}
/* end Box, Box, VMenuBlockContent */

/* begin Box, Block */
.grt_block
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.grt_block-body
{
  position: relative;
  z-index: 1;
  padding: 0;
}


.grt_block
{
  margin: 7px;
}

/* end Box, Block */

/* begin BlockHeader */
.grt_blockheader
{
	position: relative;
	z-index: 0;
	height: 32px;
	margin-bottom: 0;
}

.grt_blockheader .t
{
  height: 32px;
  color: #000000;
  margin-right: 10px;
  margin-left: 10px;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  margin:0;
  padding: 0 10px 0 28px;
  white-space: nowrap;
  line-height: 32px;	
}

.grt_blockheader .l, .grt_blockheader .r
{
  display: block;
  position: absolute;
  z-index: -1;
  height: 32px;
  background-image: url('/web/20160320084918im_/http://jrueda.com/images/blockheader.png');
}

.grt_blockheader .l
{
  left: 0;
  right: 22px;
}

.grt_blockheader .r
{
  width: 994px;
  right: 0;
  clip: rect(auto, auto, auto, 972px);
}

/* end BlockHeader */

/* begin Box, Post */
.grt_post
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 3px;
  min-height: 3px;
}

.grt_post-body
{
  position: relative;
  z-index: 1;
  padding: 11px;
}

.grt_post-tr, .grt_post-tl, .grt_post-br, .grt_post-bl, .grt_post-tc, .grt_post-bc,.grt_post-cr, .grt_post-cl
{
  position: absolute;
  z-index: -1;
}

.grt_post-tr, .grt_post-tl, .grt_post-br, .grt_post-bl
{
  width: 2px;
  height: 2px;
  background-image: url('/web/20160320084918im_/http://jrueda.com/images/post_s.png');
}

.grt_post-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 1px, 1px, auto);
}

.grt_post-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 1px, 1px);
}

.grt_post-bl
{
  bottom: 0;
  left: 0;
  clip: rect(1px, 1px, auto, auto);
}

.grt_post-br
{
  bottom: 0;
  right: 0;
  clip: rect(1px, auto, auto, 1px);
}

.grt_post-tc, .grt_post-bc
{
  left: 1px;
  right: 1px;
  height: 2px;
  background-image: url('/web/20160320084918im_/http://jrueda.com/images/post_h.png');
}

.grt_post-tc
{
  top: 0;
  clip: rect(auto, auto, 1px, auto);
}

.grt_post-bc
{
  bottom: 0;
  clip: rect(1px, auto, auto, auto);
}

.grt_post-cr, .grt_post-cl
{
  top: 1px;
  bottom: 1px;
  width: 2px;
  background-image: url('/web/20160320084918im_/http://jrueda.com/images/post_v.png');
}

.grt_post-cr
{
  right: 0;
  clip: rect(auto, auto, auto, 1px);
}

.grt_post-cl
{
  left: 0;
  clip: rect(auto, 1px, auto, auto);
}

.grt_post-cc
{
  position: absolute;
  z-index: -1;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background-color: #E8EEF3;
}

.grt_post
{
  margin: 1px;
}
.grt_postcontent .grt_txt_contacto {
	float: right;
	width: 450px;
	background-image: url(/web/20160320084918im_/http://jrueda.com/images/direccion.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 400px;
}
.grt_article .imagen small a {
	font-size: 14px;
	color: #600;
}



a img
{
  border: 0;
}

.grt_article img, img.grt_article
{
  border: inset 3px #B6CBD8;
  margin: 10px;
}

.grt_metadata-icons img
{
	border: none;
	vertical-align: middle;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}

pre
{
  overflow: auto;
  padding: 0.1em;
}

/* end Box, Post */

/* begin PostHeaderIcon */
.grt_post h2.grt_postheader, 
.grt_post h2.grt_postheader a, 
.grt_post h2.grt_postheader a:link, 
.grt_post h2.grt_postheader a:visited, 
.grt_post h2.grt_postheader a.visited, 
.grt_post h2.grt_postheader a:hover, 
.grt_post h2.grt_postheader a.hovered
{
  margin: 0.2em 0;
  padding: 0;
  font-size: 22px;
  color: #1C3C54;
}

.grt_post h2.grt_postheader a, 
.grt_post h2.grt_postheader a:link, 
.grt_post h2.grt_postheader a:visited, 
.grt_post h2.grt_postheader a.visited, 
.grt_post h2.grt_postheader a:hover, 
.grt_post h2.grt_postheader a.hovered
{
  margin: 0;
  text-decoration: none;
  color: #224967;
}

.grt_post h2.grt_postheader a:visited, 
.grt_post h2.grt_postheader a.visited
{

  color: #384852;
}


.grt_post h2.grt_postheader a:hover, 
.grt_post h2.grt_postheader a.hovered
{


  color: #1B3950;
}
.grt_postcontent {
	
}
.grt_post-inner .grt_article{
	float: right;
	width: 550px;
	}

/* end PostHeaderIcon */

/* begin Footer */
.grt_footer
{
  position: relative;
  overflow: hidden;
  width: 100%;
}


.grt_footer-t
{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #AABDCB;
}

.grt_footer-body
{
    position:relative;
    padding: 10px;
}


.grt_footer-text, .grt_footer-text p
{
  margin: 0;
  padding: 0;
  text-align: center;
}

.grt_footer,
.grt_footer p,
.grt_footer a,
.grt_footer a:link,
.grt_footer a:visited,
.grt_footer a:hover
{
  color: #6E7E87;
  font-size: 11px;
}

.grt_footer-text
{
  margin: 0 10px 0 10px;
}

.grt_footer a,
.grt_footer a:link
{
  color: #254F6F;
  text-decoration: underline;
}

.grt_footer a:visited
{
  color: #516876;

}

.grt_footer a:hover
{
  color: #326A95;

  text-decoration: none;
}/* end Footer */

/* begin PageFooter */
.grt_page-footer, .grt_page-footer a, .grt_page-footer a:link, .grt_page-footer a:visited, .grt_page-footer a:hover
{
  font-family: Arial;
  font-size: 10px;
  letter-spacing: normal;
  word-spacing: normal;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
  color: #7DAED4;
}

.grt_page-footer
{
	margin: 1em;
	text-align: center;
	color: #000;
}
img.image
{
	margin:0;
	padding:0;
	
}

/*
     FILE ARCHIVED ON 08:49:18 Mar 20, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:11:42 May 29, 2017.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/