



@charset "UTF-8";

@media all
{
  /**
   * ------------------------------------------------------------------
   * Basic Settings
   * ------------------------------------------------------------------
   */

  * { 
  	margin: 0px; 
  	padding: 0px; 
  	font-family: Arial, Helvetica, Verdana, sans-serif;
  }

  html * { font-size: 100.01% }

  textarea, pre, tt, code {
	font-family:"Courier New", Courier, monospace;  	
  }

  body {
    padding: 0px;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 75.00%; 
    height: 1%;
    color: #777777;
  }

  h1, h2, h3, h4, h5, h6 { font-weight:normal; font-variant: small-caps; color: #80AC21;  margin: 0 0 0.20em 0; }
  h1 { font-size: 200% }											/* 24px */
  h2 { font-size: 150%; 	margin-top: 0.5em;}						/* 20px */
  h3 { font-size: 150%; 	margin-top: 0.45em}						/* 18px */
  h4 { font-size: 133.33%; 	margin-top: 0.8em}                    	/* 16px */
  h5 { font-size: 116.67%; 	margin-top: 0.8em}                    	/* 14px */
  h6 { font-size: 116.67%; 	font-style:italic; margin-top: 0.8em }	/* 14px */

  p { 
  	line-height: 1.5em;
  	margin-top: 0.3em;
  	margin-bottom: 0.3em;
    text-align: justify;
  }

  ul, ol, dl { line-height: 1.5em; margin-left: margin: 1em 0 1em 1em; list-style: square; }
  li { margin-left: 1.5em; line-height: 1.3em; text-align: justify; }

  dt { font-weight: bold }
  dd { margin: 0 0 1em 2em }

  cite, blockquote { font-style:italic }
  blockquote { margin: 0 0 1em 1.5em }

  strong, b { font-weight: bold }
  em, i { font-style: italic }

  pre, code { 
  	font-family: monospace; 
  	font-size: 1.4em; 
  	margin-top: 0.3em;
  	margin-bottom: 0.3em;
  }

  acronym, abbr {
    letter-spacing: .07em;
    border-bottom: .1em dashed #c00;
    cursor: help;    float: left;
  }

  a {
  	color: #C62C10; 
  	text-decoration: none;
  }
  a:focus,
  a:hover,
  a:active {
  	color: #80AC21;
  	text-decoration:underline;
  }
  
  a img {
  	text-decoration: none;
  	border: none;
  }
  
  /**
   * ------------------------------------------------------------------
   * Column Layout
   * ------------------------------------------------------------------
   */

  body { 
    background: #FFF url("/export/sites/default/ixissocialgest_es/imagenes/manos_body.jpg") no-repeat top right fixed; 
  }
    
  #window {
  	width: 80em;
   margin: 0pt 0pt 0pt 40pt;
  	text-align: left;
    background: #FFF url("/export/sites/default/ixissocialgest_es/imagenes/manos_body.jpg") no-repeat top right fixed; 
  }
  #page {
    background-color: none#FFFFFF;
   padding: 10px 0px 0px 0px;
  }

  #header {
  	background-color: none#FFFFFF ;
        height: auto;
        margin: 0pt 40pt 0pt 0pt;
        position: relative;
  	color: #B4B4B4;
font-variant: small-caps;
  }
  #topnav {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  
  #topnav a {
   text-decoration: underline;
  }
  #topnav a:link {
   color: #FFFFFF;
  }
  #topnav a:hover {
     color: #B4B4B4;
  }
  #topnav a:active {
     color: #B4B4B4;
  }
  #topnav a:visited {
     color: #FFFFFF;
  }

  #breadcrumb {
    padding: 5px 0px 5px 25px;
    border-bottom: 1px dotted #b4b4b4;
   background: none;
   color: #b4b4b4;
    position: relative;
    height: 2%;
margin: 0pt 40pt 0pt 0pt;
  }
 
  #breadcrumb a {
  	color: #b4b4b4;
  }
  #breadcrumb a:hover {
  	color: #c62c10;
  }


  #main {
    padding: 0 40pt 0 0;
  }

  #col1 {
    
	width: 18em;
float: left;
min-height: 390px;
  }

  #col1_content {
    position: relative;
    padding: 30px 10px 10px 20px;
  }
  
  #col2 {

    
    	margin-left: 18em;
    
    
    
    border-left: ; 
    border-right: ; 
    /* border-left: 2px #ddd dotted;
    border-left: 18em #efefef solid; */
  }

  #col2_content {
    position: relative;
    padding: 20px 10px 20px 40px;
  }

  #col2_content h2{
    padding-bottom: 20px;
  }


  
  #col3 {
    
	  	display: none;
	
	width: 18em;
    float: right;
  }

  #col3_content {
    position: relative;
    padding: 10px 0px 10px 10px;
  }
  
  #footer {
  	background: none#FFFFFF ;
    color: #000033;
    padding: 10px;
    margin-top: -70px;
  }
  
  #header, #nav_main, #main, #footer, #breadcrumb { clear:both; }

  .clearfix:after { 
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden; 
  } 

  .clearfix { display: block; }
  
  .clear {
	clear: both;
  }

  /**
   * ------------------------------------------------------------------
   * Accessible
   * ------------------------------------------------------------------
   */
   
  .skip {
    position: absolute;
    left: 0px;
    top: -500px;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }

  /**
   * ------------------------------------------------------------------
   * Search Page
   * ------------------------------------------------------------------
   */
   
   #searchForm {
     margin-bottom: 10px;
   }
   
   .search_text {
   	margin-bottom: 10px;
   }
   .search_noresult {
     margin-bottom: 10px;
   }
   
   .search_result, .search_error {
     margin-bottom: 10px;
   }
  
   .pagination {
     text-align: center;
   }
   
  /**
   * ------------------------------------------------------------------
   * Box Layout
   * ------------------------------------------------------------------
   */
   
   .box {
   	 background: #e1e1e1;
     margin-bottom: 15px;
     border-bottom:1px solid #7B7F7E;
     border-left:1px solid #7B7F7E;
     border-right:1px solid #7B7F7E;
   }
   
   .box h4 {
   	 background: #25438D url("../images/gradient.png") repeat-x scroll center top; 
   	 color: #fff;
   	 font-size: 1.1em;
   	 width: auto;
   	 margin: -1px;
   	 padding: 5px;
   	 line-height: 16px;
   }
   
   .box_schema1 {
   	 background: #B4B4B4;   
   }

   .box_schema2 {
   	 background: #FFFFFF;   
   }

   .box_schema3 {
        background: none;   
       border: none;
   }
   
   .box_schema1 h4 {
   	 background: #000033 url("../images/gradient.png") repeat-x scroll center top; 
   	 color: #FFFFFF;
   }

   .box_schema2 h4 {
   	 background: #C62C10 url("../images/gradient.png") repeat-x scroll center top; 
   	 color: #FFFFFF;
   }

   .box_schema3 h4 {
   	 background: #FFFFFF; 
   	 color: #FFFFFF;
   }
   
   .boxbody {
     padding: 10px;
     font-size: 0.9em;
   }
   
   .boxbody_listentry {
     margin-bottom: 5px;
     overflow:hidden;
   }
   
   .boxbody_listentry div.left img {
   	 margin-right: 5px;
   }

   .boxbody_listentry div.right img {
   	 margin-left: 5px;
   }
   
   form div.boxform {
     display: block;
     margin: 5px 0px 0px 0px;
     padding: 1px 3px;
   }
  
   form div.boxform label {
     display: block;
     float: left;
     padding-right: 5px;
     text-align: right;
     width: 6em;
   }
 
   .left {
     float: left;
   }
   
   .right {
     float: right;
   }
   
   /**
   * ------------------------------------------------------------------
   * Navigation Menu adjustments
   * ------------------------------------------------------------------
   */
   

   #nav_left li a {
     color: #777777;
   position: relative;
background: #FFFFFF url(../images/nav_left_li_bg.gif) no-repeat top left;
   }
   
   #nav_left li a:hover, #nav_left li a:focus, #nav_left li a:active {
     background: #FFFFFF url(../images/nav_left_hover_bg.gif) no-repeat top left;
     color: #C62C10;
   }
   
   #nav_left a.current {
     background:  #FFFFFF  url(../images/nav_left_active_bg.gif) no-repeat top left;
     color: #80AC21;
   }

   
     #nav_main {
       background-image: #ffffff url(../images/main_menu.gif) no-repeat top left;
float: left;
background-color: none;
     }
   

   
     #nav_main a {
       color: #FFFFFF;
     }
   
   
   
     #nav_main a:hover {
       background: #EEEEEE url(../images/gradient.png) repeat-x top left;
     }
   

   
     #nav_main a:hover {
       color: #C62C10;
     }
   
   
   
     #nav_main a.current {
       color: #fff;
       background: #EEEEEE url(../images/gradient.png) repeat-x top left;
     }
   

   
     #nav_main a.current {
       color: #80AC21;
     }
   

   /**
   * ------------------------------------------------------------------
   * Editor adjustments
   * ------------------------------------------------------------------
   */
   
   	 
     
   
   
}

@media print
{
   /**
   * ------------------------------------------------------------------
   * Print Layout
   * ------------------------------------------------------------------
   */
   
  body, #window, #page, #main { margin:0; padding: 0; border: 0; }
  #window, #page {width: 100% !important; min-width:0; max-width: none}
  #header { height: auto; }
  #footer { display: none; }

  #topnav, #nav_main, #breadcrumb { display: none; }

  #col1 { display:none; }
  #col3 { display:none; }
  
  #col2, #col2_content { width: 100%; margin:0; padding: 0; border:0; }
}


