
*{
  margin: 0;
  padding: 0;
  border: 0;
}

.clear { clear: both; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
    
span.clearfix2 { /*when clearfix is not enough*/
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*IE6 png fix*/
/*
img, div { behavior: url(../iepngfix.htc) } 
*/

img {
  border: none;
}

p{  
	text-align:justify;
  line-height: 1.7em;
  margin-bottom:1.7em;
}

a{
	text-decoration:none;
	color: #555555;
}
a{
	color: #555555;
}
a:hover{
	color: #ca4445;
}

h1{
  font-weight:bold;
	font-size: 1.72em;
	color: #ca4445;
	padding:0 0 10px;
}

h2{
  font-weight:bold;
  font-size: 1.18em;
  color: #ba6666;
  padding:15px 0 10px;
}

h3{
  font-weight:bold;
  color: #ba6666;
  padding:15px 0 3px;
}

h4{
  color: #000;
}

h5{
  color: #000;
}


h6{
  color: #000
}


ul{
  list-style-position: inside;
}

ul.outside{
  list-style-position: outside;
  padding-left: 1em;
}

li{
	margin-bottom:0.5em;
}

.tinytext{
  font-size: .72em;
}

.smalltext{
  font-size: .81em;
}

.normaltext{
  font-size: 1em;
}

.bigtext{
  font-size: 1.18em;
}

.biggertext{
  font-size: 1.45em;
}

.hugetext{
  font-size: 1.72em;
}

.strongtext{
  font-weight: bold;
}

.lessertext{
  font-style:italic;
}

.alLeft{
  text-align: left;
}

.alRight{
  text-align: left;
} 

.alCenter{
  text-align: center;
} 

div.hint{
  margin: 0 0 1em 0;
  padding: 5px;
  background: #FFE;
  border: solid 1px #DDC;

}
div.hint ul{
  margin-bottom: auto;
  clear: both;
}
div.hint ul li{
  margin: 0; padding: 0;
}

.dontshowagain{
  width: auto;
  margin-top: 1em;
  float: right;
  color: #888888;
  font-size: .81em;
  cursor: pointer;
  background: #EED;
  padding: .3em;
  border: 1px solid #DDC;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

form div.hint{
  margin: 0;
  background: #FFE;
}

/* Para imÃ¡genes que aparecen formando parte de un texto */
img.inText{
  position: relative;
  bottom: -.3em;
  margin-left: .3em;
  margin-right: .3em;
}

/*para flashmessages*/
div.message {
  clear: both;
  color: #773;
  background: #FFB;
  border: 1px solid #BB7;
  
  font-size: 1em ;
  font-weight: normal;
  margin: 1em 0;
  padding: 5px;
}


/*
 *
 * Pie
 *
 */

.about{
  color: #EEE;
  float: right;
  width: auto;
  font-size: .81em;
  /*
  position: absolute;
  bottom: 5px;
  right: 0;
  */
}

.copyright{
  clear:both;
}

.w3c{
  margin:.5em 0 0;
}
.w3c img{
  margin-right: 1em;
}
.credits a,
.credits a:visited{
  color: #EEE;
  font-weight:bold;
}
.credits a:hover{
  text-decoration:underline;
}
/* pie end */


div.error-message {
	clear: both;
	color: #FFF;
	background: #900;
	font-weight: bold;
}

div.informacion {
	clear: both;

	background-color: #FFFFE1;
	background-image:url('/img/icono_informacion.gif');
	background-repeat: no-repeat;
	background-position: 10px 7px;

	padding:.5em .5em .5em 40px;
	margin:0px;
}


.derecha{
	float:right;
	margin-left:2em;
}

.izquierda{
	float:left;
	margin-right:2em;
}

/*
Estas principalmente para posts
*/
.right{
  float:right;
  margin: 0 0 1em 2em;
  clear: right;
}
.left{
  float:left;
  margin: 0 2em 1em 0;
  clear: left;
}


.timestamp{
  color: #666 ;
  /*font-weight: bold;*/
  margin-top: .5em;
}    

div.usrinfo{
  margin: 0 0 1em 0;
  padding: 5px;
  background: #EEF;
  border: solid 1px #CCD;
}

.stats_gathered_since{
  margin-top: 2em;
}


/*
* Listados
*/
dt{
  font-weight:bold;
  padding:.5em;
  clear: both;
}

dd{
  padding-left: 2em;
  padding-bottom: 2em;
  text-align:justify;
}


/*
* Vinculos RSS
*/

div.subscribe_rss{
  margin-bottom: 1.5em;
}

div.subscribe_rss li{
  display: inline;
  margin-right: 1em;
}

/*
* Tablas
*/
table{
  border:1px solid #ccc;  
  padding: .4em;
  clear: both;
}

/*
table {
  border:1px solid #ccc;  
  clear: both;
  color: #333;
  margin-bottom: 10px;
}
th {
  background: #f2f2f2;
  border:1px solid #bbb;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  text-align: center;
}
th a {
  background:#f2f2f2;
  display: block;
  padding: 2px 4px;
  text-decoration: none;
}
th a:hover {
  background: #ccc;
  color: #333;
  text-decoration: none;
}

table tr td {
  border: 1px solid #ccc;
  padding: 4px;
  text-align: left;
  vertical-align: top;
}
table tr.altrow td {
  background: #f4f4f4;
}
  */
/*
*  Finder
*/

div.finder{
  padding: 30px;
}
iframe.finder{
  border-top: 1px solid #dedfde;
  border-left: 2px solid #dedfde;
  border-right: 2px solid #dedfde;
}

/*
* Otras
*/
.image-caption{
	text-align: center;
	font-size: .81em;
	color: #888;
}                                              
  /* Forms */
  form {
    /*clear: both;*/
    /*margin-right: 20px;*/
    padding: 0;
    width: 100%;
    margin: 15px auto 0;
  }
  
  fieldset {
    padding: 16px 20px;
    background: #c2c2c2;
  }
  fieldset legend span{
    color: #FFF;
    background: #797979 url(/img/gradient_bottom_dark.png) bottom repeat-x;
    font-size: 1.18em;
    font-weight: bold;
    padding: .2em .5em;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  }
  fieldset, 
  fieldset legend span{
    border: 1px solid #9d9d9d;
  }
     
  fieldset fieldset {
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 16px 10px;
  }
  fieldset fieldset legend {
    font-weight: normal;
  }
  fieldset fieldset div {
    clear: left;
    margin: 0 20px;
  }
      
  form div {
    clear: both;
   /* margin-top: 1.5em;*/
   /* padding: .5em;*/
    vertical-align: text-top;
  }
  form div.input {
    color: #444;
  }
  form div.required {
    color: #333;
 /*   font-weight: bold;*/
  }
  form div.submit {
    border: 0;
    clear: both;
    margin-top: 10px;
		text-align:right;
  } 
  
  label {
    display: block;
    margin-top: .7em;
    padding-right: 20px;
    font-weight: bold;
    font-size: .81em;
  }
  input, textarea {
    clear: both;
    font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
    font-size: 1em;
    /*border:solid 1px #CCC;*/
    background:#F8F8F8;
    padding: 2px 0;
    margin: 0;
    width: 100%;
  }

  select {
    clear: both;
    vertical-align: text-bottom;
  }
  select[multiple=multiple] {
    width: 100%;
  }
  option {
    padding: 0 3px;
  }
  div.checkbox{
    margin-top: .7em;
  }
  input[type=checkbox] {
    clear: left;
    float: left;
    margin: 0 6px 7px 2px;
    width: auto;
  }
  input[type=radio] {
    float:left;
    width:auto;
    margin: 0 3px 7px 0;
  }
  div.radio label {
    margin: 0 0 6px 20px;
  }
  input[type=submit] {
    display: inline;
    padding: 2px 5px;
    width: auto;
    vertical-align: bottom;
    color: #555555;
    background: #ffcccc;
    background-image:url(/img/gradient_center_dark.png);
    background-repeat: repeat-x;
    border: solid 1px #555555 ;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  }
  .cancel {
   margin-left: 1em;
  }

div.addeditform{
	clear: both;
}



/*
 * jEditable
 */
div.jeditable{  
	width: 99%;/*jeditable intenta que el input sea del mismo ancho que el div, pero no lo consigue del todo*/
}

div.jeditable form{
  margin: 0;
  padding: 0;
}

div.jeditable input{
  margin: 0 0 .5em 0;
  padding: .2em;
  border: 1px solid #c2c2c2;
}

div.jeditable button{
  margin: 0 1em 0 0;
  padding: 0;
  border: 1px solid #0c0c0c;
  color: #FFF;
  background: #555555;
  font-size: .81em;
  cursor: pointer;
}

  


body{
  background: #ebf3f6 
              url(/as_collaborative/img/background.png) 
              top  repeat; 

  /*text-align: center; *//*Centrado en IE*/
  
  font-family: arial,helvetica,verdana,'Trebuchet MS', sans-serif;
  font-size: 75%;
}

body.cke_show_borders{
  background: #FFF;
  margin: 1em;
}

div.pageborder div.pgb_middle div.pgb_right div.pgb_content{
    background: #FFF url(/as_collaborative/img/content_background.png) top repeat-x;
}

#mainContainer {
  width: 100%;
}

/**************************
HEADER
**************************/
#header {
  height: 116px;
  background: #FFF url(/as_collaborative/img/header_background.png);
}
.floatingHeader{
  width: 830px; 
  margin: 0 auto;
}

.headerBanner{
  float: right;
}

/**************************
WRAPPERS
**************************/
#wrapperA {
  border-left: 0 solid #FFF; /*** This is the width and the color for our left column ***/
  border-right: 0 solid #FFF; /*** This is the width and the color for our right column ***/
}

#wrapperB {
  width: 100%; 
}

#wrapperC {
  float: left;
  width: 100%;
  margin-left: -0; /*** Same length as #wrapperA border-left but with negative value ***/
}

/**************************
CONTENT
**************************/

#content {
  float: right;
  margin-right: -0;  /*** Same length as #wrapperA border-left but with negative value ***/
  width: 100%;
}
* html #content {
  position: relative; /*IE hack*/
}

#content_innertube{
  padding: 1em 2em;
  background: #FFF url(/as_collaborative/img/content_background.png) top repeat-x;
}


/**************************
LEFT COLUMN
**************************/

#sidebar_left {
  float: left;
  width: 0;
}    
* html #sidebar_left {
  position: relative;  /*** IE needs this  ***/
  height: 250px;
}

#sidebar_left:after { /* equivalente a .clearfix */
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#sidebar_left_innertube{
  padding: 1em;
  background: #FFF url(/as_collaborative/img/content_background.png) top repeat-x;
}


/*************************
RIGHT COLUMN
**************************/
#sidebar_right {
  float: right; 
  width: 0;
  margin-right: -0; /** This negative margin-right value is the width of the right column + the padding, in this example 130px. ***/
}
* html #sidebar_right {
  position: relative;  /*** IE needs this  ***/
}

#sidebar_right:after { /* equivalente a .clearfix */
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#sidebar_right_innertube{
  padding: 5px;
  background: #FFF url(/as_collaborative/img/content_background.png) top repeat-x;
  padding-top: 11px;
}


/**************************
FOOTER
**************************/
#footer {
  clear: left;
  /*position: relative;*/ /*permite valing:bottom en about*/
  text-align: left;
  margin-left: 0;
  margin-right: 3em;  
  padding-left: 2em; 
}
.footerBanner{
  margin-right: 1em;
}

div.pageborder {
    clear: both;
    max-width: 830px;
    min-width: 830px;
    margin: 0 auto 30px; 
    width: 830px;
}

div.pageborder div.pgb_middle {
    background: url(/as_collaborative/img/pageborder_l.png) repeat-y left;
    clear: both;
    width: 100%;
}

div.pageborder div.pgb_middle div.pgb_right{
    background: url(/as_collaborative/img/pageborder_r.png) repeat-y right;
    margin: 0 0 0 10px ; 
}
div.pageborder div.pgb_middle div.pgb_right div.pgb_content{
    margin-right: 10px ;

    padding: 0px 0px;
}

div.pageborder div.pgb_bottom {
    background: url(/as_collaborative/img/pageborder_bl.png) no-repeat top left;
    clear: both;
    padding: 0px;
    width: 100%;
}

div.pageborder div.pgb_bottom div.pgb_right {
    background: url(/as_collaborative/img/pageborder_br.png) no-repeat top right;
    height: 75px ;
    margin-left: 10px ;
}



/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/




#menubar{
  background: #EEE url(/as_collaborative/img/menubar_fondo.png) top left repeat-x;
  height: 29px;
  font-size: 1em;
}

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	padding:  0;
	list-style-type: none;
	font-size: 1em;
	font-weight:bold;
	cursor: default;
	margin: 0;  
}

/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 1em;
	position: relative;
	text-align: left;
	cursor: pointer;
	/*width: 15em;*/
	float: left;
	right:0px;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 1em;
	z-index: 1020;
	cursor: default;
	width: 15.2em;
	position: absolute;
	left: -1000em;
  display: none;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
  display: block; 
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 15.2em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #ca4445;
}

/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a,
ul.MenuBarHorizontal span.not-a-link
{
	display: block;
	cursor: pointer;
	padding: 0.5em 0.75em;
	background-color: #EEE;
  background-image:url(/as_collaborative/img/menubar_fondo.png);
  background-repeat:repeat-x;
	color: #ca4445;
	text-decoration: none;  
  
                                              /*
                                              	border-top: solid 1px #0c0c0c;
                                              	border-bottom: solid 1px #0c0c0c;
                                              */	
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, 
ul.MenuBarHorizontal a:focus
{        
  
	                                            
  background-color: #ca4445;
  color: #EEE;
  text-decoration: none;
  background-image:url(/as_collaborative/img/menubar_fondo_hover.png);
  background-repeat:repeat-x;
                                            	
                                              /*  
                                                border-top: solid 1px #0c0c0c;
                                                border-bottom: solid 1px #0c0c0c;
                                              */
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, 
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, 
ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
  background-image:url(/as_collaborative/img/menubar_fondo_hover.png);
	color: #EEE;
  text-shadow: #000 1px 1px 3px;  
  background-color: #ca4445;  
  background-repeat:repeat-x;
  
                                                /*
                                                  border-top: solid 1px #0c0c0c;
                                                  border-bottom: solid 1px #0c0c0c;
                                                */
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
/*
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
*/
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
/*
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
*/
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
/*
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
*/
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
/*
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
*/
/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}

/*  ******************************************************************************************************************
    CHANGING COLOR ON SUB MENUS  - WE NEED TO CREATE DESCENDANT SELECTORS AND 
	 APPLY THE CLASS TO THE TOP LEVEL LI THAT TRIGGERS THE SUBMENU/FLYOUT
 *******************************************************************************************************************   */

#MenuBar1 .flyout a {
 background-color: #EEE;
 background-image:none;
 border:none;
 color: #ca4445;
 padding: 0.5em 0.75em;
}
#MenuBar1 .flyout ul a {
 background-color: #EEE;
 color: #ca4445;
 padding: 0.5em 0.75em;
}

#MenuBar1 .flyout a:hover {
 background-color:#ca4445;  
 color: #EEE;
 padding: 0.5em 0.75em;
}
#MenuBar1 .flyout ul a:hover {
 background-color: #ca4445;
 color: #EEE;
 padding: 0.5em 0.75em;
}

/*
 *
 *  Listas de acciones (tambiï¿½n breadcrumbs)
 *
 */
 
div.lista_acciones{
  margin: 1em 0;
}
span.lista_acciones{
  margin-left: .5em;
}
ul.lista_acciones,
ul.lista_acciones_per_item,
ul.breadcrumbs{
  margin: 0;
  padding: 0;
  display: inline;
}
 
div.breadcrumbs{
	margin-bottom: 1em;
} 

td ul.lista_acciones,
td ul.lista_acciones_per_item{
  margin: 0 0 0 11px; /*compensa margen y padding de los li para centrar en la columna de una tabla*/
}
ul.lista_acciones li,
ul.lista_acciones_per_item li{
  display: inline;
}
ul.lista_acciones a.actionText,
ul.lista_acciones_per_item a.actionText {
  font-weight: normal;
  padding: 2px 6px;
  margin: 0 5px 0 0;
  background: #ffcccc;
  background-image:url(/img/gradient_center_dark.png);
  background-repeat: repeat-x;
  border: solid 1px #555555 ;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
ul.lista_acciones a.actionText:hover,
ul.lista_acciones_per_item a.actionText:hover {
  border: solid 1px #ca4445 ;
  text-decoration: none;
}

ul.lista_acciones a.actionIcon,
ul.lista_acciones_per_item a.actionIcon{
  margin: 0 5px 0 0;
}

ul.breadcrumbs{ 
  display: inline;
  list-style-position: inside;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
li.breadcrumbs{
  display: inline;
  list-style-position: inside;
  list-style-type: none;
  margin: 0 .5em 0 0;
  padding: 0;
}

/* Listas de acciones end */

/*
 *
 * Box: caja con cabecera, cuerpo y pie
 *
 */

div.box{
  margin-bottom: 1.5em;
}
div.boxheader{
  background: #888;
  border: 1px solid #888;
  color: #FFF;
  font-size: 1.18em;
  margin-bottom: .1em;
  padding: .5em;
}
div.boxbody{ 
  border: 1px solid #AAA;
  margin-bottom: .1em;
  padding: .5em;
}
div.boxfooter{
  border: 1px solid #AAA;
  background: #CCC;
  font-size: .81em;
  padding: .5em;
}
/* Box end */

/*
 *
 *  Feeds
 *
 */
ul.feeds{
  list-style-image: url(/img/icon_rss.png);
}
 
li.feed{
}

/* Feeds end */

/*
 *
 *  Grid
 *
 */
 
table.grid {
  background: #fff;
  border:1px solid #ccc;
  border-right:0;
  clear: both;
  color: #333;
  padding: 0;
  margin: 0;
  width: 100%;
}
table.grid th {
  background: #f2f2f2;
  border:1px solid #bbb;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  text-align: center;
}
table.grid th a {
  background:#f2f2f2;
  display: block;
  padding: 2px 4px;
  text-decoration: none;
}
table.grid th a:hover {
  background: #ccc;
  color: #333;
  text-decoration: none;
}
table.grid tr td {
  background: #fff;
  border-right: 1px solid #ccc;
  padding: 4px;
  text-align: center;
  vertical-align: top;
}
table.grid tr.altrow td {
  background: #f4f4f4;
}

table.grid td.actions {
  text-align: center;
  white-space: nowrap;
}
table.grid td.actions a {
 margin: 0px 0px; 
}
/* Grid end */

/*
 *
 *  IE6Warning
 *
 */


div.ie6warning{
  background: #ffcccc;
  padding: .5em;
  border-bottom:  1px solid #ca4445;
  margin-bottom: .5em;
  text-align: center;
}

div.ie6warning strong{
  color: #E32;
}

div.ie6warning p{
  text-align: left;
  margin-bottom: .5em;
}

div.ie6warning ul li{
  display: inline;
  margin: 0 .3em;
}

div.ie6warning img{
  border: 1px solid #ff9999;
}
/* IE6Warning end */

/*
 *
 *  Mininav
 *
 */
div.mininav,
div.mininav-full{
  width: 100%;
  text-align: center;
  padding: .5em 0;
  margin-bottom: 1em;
  font-size: .81em;
  border-top: 1px solid #9d9d9d;
  border-bottom: 1px solid #9d9d9d;
}
 
div.mininav ul{
  display: inline; 
}

div.mininav li{
  display: inline;
  padding: 0 1em;
  border-left: 1px solid #555555;
}
div.mininav ul.mininav li.first{
  border-left: none;
}

div.mininav li a,
div.mininav li a:visited,
div.mininav-full li a,
div.mininav-full li a:visited,
div.mininav-full span.not-a-link{
  color: #555555;
}
div.mininav li a:hover,
div.mininav-full li a:hover{
  color: #ca4445;
}






div.mininav-full ul{
	list-style: none;
	text-align: center;
}

div.mininav-full li{
	float: left;
	border: none;
	text-transform: uppercase;
	text-align: left;
	font-weight: bold;
	line-height: 1.2em;
	list-style: none;
	margin-left: 1em;
}
div.mininav-full li ul{
	padding-top: .8em;
}

div.mininav-full li ul li{
	float: none;
	display: block;
  text-transform: none;
  font-weight: normal;
  margin-left: 0;
}

/* Mininav end */

/*
 * 
 * Paging
 * 
 */
 
p.paging{
  font-size: 1em;
  width:100%;
  background-color: #EEE;
  margin:0;
}

div.paging {
  background:#fff;
  color: #ccc;
  margin: 0;
  border-top:1px solid #EEE;
  border-bottom:1px solid #EEE;
  font-size: 1em;
}


div.paging div.disabled {
  color: #CCC;
  display: inline;
}
div.paging span {
}
div.paging span.current {
  color: #000;
  font-weight: bold;
  font-size: 1.18em;
}
div.paging span a {
}          
div.paging_head{
  margin-bottom: .5em;
}          
div.paging_foot{
  margin-top: .5em;
}
/* Paging end */

/*
 *
 * Prevnext: twocol con enlaces a los registros previo y siguiente
 *
 */

div.prevnext{
  margin-bottom: .5em;
  clear: both;
}
div.prevnext div.twocol_right{
  text-align: right;
}
/* Prevnext end */
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
/*
*
* Tortilla round corners technique
*
*/

.tortillated{
position:relative;
}

.corner{
position:absolute;
width:6px;
height:6px;
background-image:url('/img/tortilla.gif');
}

.top_left{
left:0;
top:0;
background-position:top left;
}

.top_right{
right:0;
top:0;
background-position:top right;
}

.bottom_left{
left:0;
bottom:0;
background-position:bottom left;
}

.bottom_right{
right:0;
bottom:0;
background-position:bottom right;
}
/*  Tortilla end */




/*
*
* twocol: para mostrar contenidos en dos columnas
*
*/

.twocol{
  overflow: hidden; /*deberia ser auto, pero eso hace que salga una barra de scroll en Firefox cuando se ha hecho zoom*/
}

.twocol_left{
  width: 49%;
  float: left;
}

.twocol_right{
  clear: none;
  width: 49%;
  float: right;
}

/* twocol end */





div.modules{
  clear: both;
}

div.module{
  margin-bottom: .5em;
  clear: both;
}


div.BannersModule{
  text-align: center;
}

div.BannersModule div{
  margin: .8em 0;
}

div.CalendarModule{
  margin: 1em 0.3em;
}
div.CalendarModule div.next{
  font-size: .81em;
  background: #555555;
  padding: .3em;
}
div.CalendarModule div.next a{
  font-weight: bold;
  color: #FFF;
}

div.CalendarModule div.next a:hover{
  font-weight: bold;
  color: #ff9999;
}

div.SessionModule div.loginout{
}

div.SessionModule div.loginout a{
  border-top: 1px solid #797979;
  display: block;
  padding: .1em;
  margin-top: .5em;
}


/*
* Eventsbox en sidebar (classic)
*/
div.sidebar div.EventsboxModule {
  margin-top: -.7em;
  margin-bottom: 1em;
}
div.sidebar div.EventsboxModule div.box{
  margin: 0;
}

div.sidebar div.EventsboxModule div.boxheader{
  font-size: .81em;
}
div.sidebar div.EventsboxModule div.boxheader span{
  font-size: 1.18em;
}
div.sidebar div.EventsboxModule div.boxbody{
  margin: 0;
  padding: 0;
  border: none;
}
div.sidebar div.EventsboxModule .timestamp{
  font-weight: normal;
  font-size: .77em;
  color: #666;
  margin: 0;
}
div.sidebar div.EventsboxModule .headline{
  font-weight: bold;
  font-size: .81em;
}
div.sidebar div.EventsboxModule li.post{
  background-color: #FFF;
  padding: .5em .5em;
  margin: 0;
}
div.sidebar div.EventsboxModule li.altrow{
  background-color: #e7e7e7;
}


/*
* Eventsbox en sidebar (divs)
*/
div.sidebar div.EventsboxModule h2{
  font-weight: bold;
  font-size: .81em;
  line-height: 1.2em;
  padding-bottom: .8em;
}
div.sidebar div.EventsboxModule div.post-item div.innertube{
  padding: 0 .2em;
}

div.sidebar div.EventsboxModule div.post-item{
  background-color: #FFF;
  padding: 0.2em 0;
  margin: 0;
}
div.sidebar div.EventsboxModule div.altrow{
  background-color: #e7e7e7;
}

div.sidebar div.EventsboxModule div.post-body{
  padding: 0;
}




div.FeedsModule {
  margin: 1em 0.3em;
  padding: 0.5em .7em;
  background: #e7e7e7;
}
div.FeedsModule ul{
  margin-top: .5em;
  margin-left: 1em;
  font-size: .81em;
}

div.FeedsModule li a{ /*IE*/
  margin-left: .5em;
}

div.FeedsModule li >/**/ a{ /*Otros navegadores - Necesario el comentario vacio tras el > para que IE ignore el selector*/
  margin-left: 0;
}

div.HighlightsMenuModule{
  width: 722px;
  height: 266px;
  background: url(/as_collaborative/img/highlights_menu_background.png) no-repeat;
 /* background: url(/as_collaborative/img/highlights_menu_backgrounds/);*/
  font-weight: bold;
  color: #FFF;
  
  position: relative;
}

div.HighlightsMenuModule div.caption{
  font-size: 1.7em;
  /*
  position: relative;
  float: left;
  */
  position: absolute;
  width: 58%;
  top: 1.3em;
  margin-left: 2%;
  z-index: 999; /*los menus del navbar empiezan en el 1000*/
  text-shadow: #000 2px 2px 2px;
  
}

div.HighlightsMenuModule div.menu{
  /*
  position: relative;
  float: left;
  */
  width: 40%;
  position: absolute;
  top: 1.3em;
  right: 0;
  /*left: 420px;*/
  z-index: 999; /*los menus del navbar empiezan en el 1000*/
  border-left: 3px solid #FFF;
  padding: .5em;
  padding-left: 0em;
  font-size: 1.4em;
}
div.HighlightsMenuModule div.menu ul{
  margin-left: 1em;
  line-height: 1.6em;
}
div.HighlightsMenuModule a{
  color: #FFF;
  text-shadow: #000 1px 1px 1px;
}
div.HighlightsMenuModule a:hover{
  text-decoration: underline;
}

div.SearchModule{
  /*margin-top: .4em;*/
  padding: .4em;
 /*text-align: right;*/
}
div.SearchModule form{
  margin: 0;
  padding: 0;
}
div.SearchModule form label{
  margin: 0;
  padding: 0;
  color: #303030;
}
div.SearchModule input[type=text]{
  border: 1px solid #797979;
  display: inline;
  width: 100%;
  margin: 0 0 .2em auto;
}

div.SearchModule div.submit{
  margin-top: 0;
  margin: 0;
}

div.SearchModule input[type=submit]{
  font-size: .81em;
  border: 1px solid #797979;
  padding: .2em;
  margin: 0;  
}


div.SearchModule div.modern-search-box{ /*outer background*/
  /*background:url(/as_collaborative/img/modern-search-box.png) no-repeat top left;*/
  height: 26px;
  padding: 5px 0 0 10px;
  width: 245px;
}

div.SearchModule div.modern-search-box form{
  margin:0;
  padding:0
}
 
div.SearchModule input.modern-search-field{ /*input field */
  float: left;
  border:0;
  margin:0;
  font-family:tahoma;
  font-size: 12px;
  padding: 3px 0px 0px 4px;
  height:18px;
  background: transparent url(/as_collaborative/img/modern-search-form.png) no-repeat top left;
  width: 183px;
}
div.SearchModule input.empty{
  font-style: italic;
}
div.SearchModule input.empty{
  font-weight: normal;
}

div.SearchModule input.modern-search-go { /*search icon */
  float:left;
  clear: none;
  border:0;
  margin:0;
  padding:0;
  margin-left: 0;
  height: 21px;
  width: 21px;
  background: url(/as_collaborative/img/modern-search-icon.png) no-repeat top left;
  cursor: pointer;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
 
div.SearchModule input.modern-search-go:hover{ /*search icon hover "Does Not work in ie6" */
  background:url(/as_collaborative/img/modern-search-icon.png) no-repeat bottom left;
}



div.SeparatorModule hr{
  border: none;
  color: #0c0c0c; /*IE*/
  background-color: #0c0c0c; /*Other browsers*/
  height: 1px;
  width: 80%;
  margin: auto;
}




div.SessionModule{
  background: #999;
  padding: .5em;
}

div.SessionModule a{
  font-weight: bold;
}


.PostsboxModule dt{
  border: none;
  padding-left: .5em;
  padding-right: .5em;
  padding-bottom: 0;
  margin-top: .5em;
  margin-bottom:0;
}
.PostsboxModule dd{
  margin-top:0;
  padding-top: 0;
  padding-left: 2em;
  padding-right: .5em;
  padding-bottom: .25em;
  margin-bottom:.25em;
}
.PostsboxModule dt.altrow,
.PostsboxModule dd.altrow{
  background: #FFF;
}
.PostsboxModule .boxheader .twocol_right div{
  width: 100%;
  text-align: right;
}
.PostsboxModule .boxheader a{
  color: #e7e7e7;
  font-size: .77em;
}
.PostsboxModule .boxheader a:hover{
  color: #FFF;
  text-decoration: underline;
}



/*
* Language selector module
*/
.LanguageselectorModule {
	background: transparent;
	text-align: center;
	padding: .5em;
}
.LanguageselectorModule .caption{
  color: #FFF;
}
.LanguageselectorModule ul{
  font-size: .81em;
	display: inline;
}
.LanguageselectorModule li{
  display: inline;
  padding: .3em .5em;
  text-transform: uppercase;
  border-left: 1px solid #e7e7e7;
}
.LanguageselectorModule li.first{
	border-left: none;
}
.LanguageselectorModule li.selected{
  background: #e7e7e7;
}
.LanguageselectorModule li.selected a{
  color: #555555;
}

/*
* Language selector module end

*/

/**************************
CALENDAR
**************************/
table.calendar {
  background: #FFF url(/as_collaborative/img/calendar_background.png) top left;
  padding: 0;
  margin:  0;
  width: 100%;
}

table.calendar caption{
  font-size: 1.18em;
  font-weight: bold;
  background: #555555;
  padding: .3em 0;
}
table.calendar caption a{
  color: #FFF;
}
table.calendar caption a:hover{
  color: #ff9999;
}

table.calendar span.calendar-prev,
table.calendar span.calendar-next{
  color: #c2c2c2;
}

table.calendar th{
  font-size: .81em;
  color: #603fa0;
  padding: .2em 0;
}


table.calendar td{
  font-size: .81em;
  text-align: center;
  padding: .1em;
  border: 1px solid #FFF;
}

table.calendar td.today{
  border: 1px solid #ff6666;
}
table.calendar td.sunday{
  color: #E32;
}

table.calendar td.linked-day{
  background: #e4e8ed;
  border: 1px solid #603fa0;
}
table.calendar td.a{
  color: #603fa0;
}
table.calendar td.a:hover{
  color: #9a0000;
}

/*Calendar end*/


/**************************
GALLERY
**************************/

ul.gallery{
	margin: 0;
	padding: 0;
  list-style: outside none;
  margin: 0;
  padding: 0;
}

div.gallery-item{
  display: table-cell;
  padding: .75em;
}
li.gallery-item{
  width: 25%;
  display: inline;
  text-align: center;
  float: left;
}

div.gallery-caption{
	padding-top: .3em;
	width: 15em;
	font-size:.81em;
	line-height: 1.2em;
}

/*Gallery end*/

/**************************
* Home
***************************/

div.home{
}


/**************************
* Contents
***************************/

/***************************
* Cuerpos de texto grandes (pages, posts...)
***************************/

div.content-text{
  margin-right: 2em;
  margin-bottom: 2em;
}
div.content-text p{
  margin-left: 1em;
  margin-bottom: 1em;
  text-indent: 0;
}
div.content-text ul,
div.content-text ol{
  margin-bottom: 1em;
  list-style-position: outside;
  line-height: 1.5em;
}
div.content-text ul{
  margin-left: 3em;
}
div.content-text ol{
  margin-left: 3em;
}
div.content-text dl{
  padding-left: 0;
  margin-left: 1em;
}
div.content-text dt{
  padding-left: 0;
}

div.content-text ul ul{
  list-style-position: outside;
  margin-left: 3em;
  font-size: .95em;
  margin-top: .5em;
  margin-bottom: 1em;
}

/**************************
* The Project
***************************/

.project-ilustracion{
  position: relative;
  float: left;
}

div.project-texto{
  position: relative;
  float: right;
  width: 400px;
}

div.Post_view,
div.ProjectPage_view{
  padding-top: 1em;
}
/*
div.Post_view p,
div.ProjectPage_view p,
div.projectPartners p{
  text-indent: .7em;
}
*/
div.Post_view blockquote,
div.ProjectPage_view blockquote{
  color: #797979;
  font-size: 1.45em;
  font-family: Serif;
  font-style: italic;
  margin: 1.5em .8em .4em;
}

div.Post_view dl,
div.ProjectPage_view dl{
  margin-left: 2em;
}
div.Post_view dt,
div.ProjectPage_view dt{
  font-weight:bold;
  padding: 0;
  margin-bottom: .2em;
}
div.Post_view dd,
div.ProjectPage_view dd{
  padding: 0;
  margin: 0 0 1em 2em;
}

div.Post_view table,
div.ProjectPage_view table {
  border: none;
  margin: 0;
  padding: 0;
  width:30em;
}

div.Post_view td.left,
div.ProjectPage_view td.left{
  border:none;
  text-align:left;
}

div.Post_view td.right,
div.ProjectPage_view td.right{
  border:none;
  text-align: right;
}

div.Post_view ul,
div.ProjectPage_view ul{
  list-style-position:outside;
  margin-bottom: 2.7em;
}

div.Post_view li,
div.ProjectPage_view li{
  padding-top: .5em;
  margin-left: 4em;
}

p.expected_component{
  font-weight:bold;
  margin-bottom: 0;
  padding-top: 1em;
}

div.ProjectPage_view ul.submenu{
  border-bottom: 1px solid #555555;
}
div.ProjectPage_view ul.submenu li{
  list-style: none;
  display: inline;
  margin-right: 2em;
}

/* Project partners---------------------------------------------------------------------*/
/*
div.projectPartners{
 line-height: 1.5em;
}
*/
div.projectPartners .header{
  background: #e7e7e7;
  border: 1px solid #797979;
  padding: 1em;
}
/*
div.projectPartners .header a{
  font-weight: bold;
  color: #797979;
  margin-left: .8em;
}

div.projectPartners .header a:hover{
  color: #ba6666;
}
*/
div.projectPartners div.leader .header{
  border: 2px solid #797979;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomleft: 20px;
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
}
div.projectPartners .body{
  margin: .5em 1em 5em 1.5em ; 
}

div.projectPartners img.logo{
  float: left;
  margin: 0 1em 1em 0;
}

div.projectPartners div.contact{
  float: left;
  width: 515px;
}
/*
div.projectPartners ul{
  list-style: none;
}
*/
div.projectPartners ul.projectPartners li.partner{
  margin-bottom: 2em;
}

div.projectPartners .name{
  margin-bottom: .7em;
  font-weight: bold;
  color: #303030;
  font-size: 1.18em;
}

div.projectPartners div.address,
div.projectPartners div.tel,
div.projectPartners div.fax,
div.projectPartners div.manager
{
  margin-bottom: .4em;
}
div.projectPartners div.tel ul,
div.projectPartners div.fax ul,
div.projectPartners div.contact ul{
  display: inline;
  margin: 0;
  padding: 0;
}
div.projectPartners div.tel li,
div.projectPartners div.fax li,
div.projectPartners div.contact li{
  display: inline;
  margin: 0;
  padding: 0;
}
div.projectPartners .manager .title{
  display: inline;
}

div.projectPartners .website .title{
  display: inline;
}

div.projectPartners .website .linkWarning{
  font-size: .81em;
}

div.projectPartners .desc{
  clear: both;
  padding-top: .3em;
}
/*
div.projectPartners p{
  line-height: 1.5em;
  margin-bottom: 1em;
}
div.projectPartners .objectives {
  line-height: 1.5em;
}
*/
div.projectPartners .objectives .title{
  font-weight: bold;
  margin-bottom: .5em;
}
/*
div.projectPartners .desc ul,
div.projectPartners .objectives ul{
  list-style: disc inside;
  margin-left: 1em;
  margin-bottom: 1em;
}
*/

/**************************
* Users
***************************/
.login form{
  padding-top: 20px;
}

.forgotten{
  margin-top: 1em;
  font-size: .81em ;
}

/**************************
* Partners
***************************/

div.partnersarea{
  background: url(/as_collaborative/img/partnersarea_background.png) top right no-repeat;
}
.partnersarea div.lista_acciones{
  padding-top: 2em;
}
.partnersarea li.lista_acciones{
  display: block; 
  list-style: none;
  /*list-style: disc url(/img/bullet.png); */
  margin-bottom: 1.2em;
}
.partnersarea .lista_acciones a,
.partnersarea .lista_acciones a:hover{
  display: block; /*allow fixed width*/
  width: 160px;
  font-size: 1.18em;
}


/**************************
* Sitemap
***************************/
div.sitemap ul {
  margin-bottom: .5em;
  padding: 0;
}
div.sitemap li {  
  margin-left: 3em;
  margin-top: .25em;
  margin-bottom: .5em;
}


/**************************
* Otros
***************************/

.opens-in-new-window{
  font-size: .81em;
  color: #AAA;
}

.googlemap{
  width:350px;
  height:350px;
  float:right;
  margin: 0 0 1em 1em;
}

.videoplayer,
.flowplayer,
.jwplayer{
	display:block;
	width:626px;
	height:390px;
	margin: auto;
	margin-bottom: .5em;
	background: url(/img/novideoplayer.png);

}

div.noflash{
  border: 1px solid #CCC;
  background: #FFFFE1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 0 1em 1em 1em;
  margin-bottom: 1em;
}

div.noflash p{
   margin: .8em 0;
   line-height: 1.3em;
}
div.noflash a{
  text-decoration: underline;
}

.data-protection-clause{
	font-size: .81em;
}
/**************************
* Documents
***************************/
div.documentlist{
  /*font-size: 1.18em ;*/
}

.documentlist dt{
  padding:3px;
  border-bottom: solid 2px #090;
  color: #090 ;
  background: url('/img/fondo_documents_title.png') repeat-y;
  font-size: 1.18em;
}

.documentlist ul{
  list-style: none;
  margin: 1em 0em 1em 3em;
  line-height: 1.7em;
}

.DocumentsboxModule .documentlist ul{
  margin-left: 0;
  font-size: .81em;
  padding: 0;
}

.documentlist a.document_link{
  font-size: 1.18em ;
}

.documentlist .unpublished{
  font-size: .81em ;
  color: #AAA;
}

.documents img.documenticon{
  width:20px;
  margin-right:1em;
}   

.needadobe{
  width: 65%;
  border: 1px solid #CFC;
  background: #EFE;
  text-align: right;
  margin: 40px 0 20px auto;
  padding: 3px 1em 3px 0;
}

.adobetext{
  margin-bottom: 1em;
}
.adobetext img{
  width:20px;
}
/*
* Documents end
***************************/



/**************************
* Translation editor
***************************/
#app-translations-pending{
	font-size: .81em;
}

table.app-translations{
  width: 100%;
  margin-bottom: 1em;
  border: none;
}

table.app-translations td{
  padding: .5em;
  border: 1px solid #ff9999;
  background: white;
}

table.app-translations td.main{
	font-weight: bold;
	background: #ffcccc;
}

table.app-translations td.language{
	width: 1em;
  background: #ffcccc;
  font-weight: normal;
  color: #aa3333;
}

table.app-translations div.empty{
	color: #AAA;
	font-style: italic;
}


form.app-translations-filters{
  margin-bottom: 4em;
  position: relative;
}
form.app-translations-filters fieldset{
	padding: 1em;
	margin-bottom: .5em;
	background-color: #e7e7e7;
}

form.app-translations-filters div.fieldset{
	display: block;
	margin-bottom: 1em;
  font-size: .81em;
}

form.app-translations-filters input{
	clear: none;
	float: none;
	margin: 0;
	padding: 0;
}

form.app-translations-filters input[type=text]{
	background: #FFF;
}

form.app-translations-filters input[type=checkbox]{
	bottom: -.2em;
}
form.app-translations-filters input.containing{
	width: 30em;
	margin: 0 .5em;
}

form.app-translations-filters select{
  font-size: 1em;
  margin: 0 .5em;
}

form.app-translations-filters input[type=checkbox].pending-only{
  margin-right: .4em;
}
form.app-translations-filters div.submit{
  float: right;
  margin: 0;
}
form.app-translations-filters input[type=submit]{
  padding: .2em .4em;
  font-size: .81em;
}

div.app-translations-pending{
	width: auto;
	font-size: .81em;
	padding: 1em;
	background: #e7e7e7;
	border: 1px solid #797979;
}
div.app-translations-pending h2{
	padding-top: 0;
}
/*
* Translation editor end
***************************/
/**************************
* Posts
***************************/

.sorry{
  padding-top:50px;
}
.backto{
  padding-top: 1.5em;
}    

a.more{
  margin-left: .5em;
  font-style: italic;
  font-size: 1.18em;
}

div.post-item{
	margin: 0;
	padding: 1em 0;
  text-align:justify;
  line-height: 1.7em;
  border-bottom: 1px dotted #c2c2c2;

}
div.post-item .innertube{
	padding: 0 1em;
}
div.post-item p{
	margin: 0;
	margin-top: .8em;
}
div.post-item h2{
	display: inline;
}

div.post-item div.lista_acciones{
  display:inline;
	margin: 0 0 0 1em;
	padding: 0;
	position: relative;
	top: .3em;
}

div.post-body{
	padding-top: .5em;
}

div.post-item div.disabled{
  color: #AAA;
}

div.post-view-not-available{
  margin-bottom: 1em;
}

div.disabled-warning{
  color: #FFF;
  background: #800;
  padding: 0;
  margin-bottom: .5em;
}

div.post-item .timestamp{
  margin: 0;
  padding: 0;
  font-size: .81em ;
}
div.post-item .excerpt{
  margin-bottom: 1em;
}
div.with-thumbnail div.disabled-warning,
div.with-thumbnail div.timestamp,
div.with-thumbnail div.excerpt, 
div.with-thumbnail div.translations {
  margin-left: 120px;
}


.timestamp-view{
  margin: 0 0 1.7em 0;
  font-size: .81em;
}

a.morelink{
	font-style: italic;
	font-size: 1em;
}

/*.newslist .input_search_text,*/
.newslist label
{
  display: inline;
  margin: 0 0 1em;
  padding: 5px;
}
/*
.newslist .input_search_text{
  width: 15em;
}

.newslist .input_search_image{
  display: inline;
  position: relative;
  top: 12px;
  width: 20px;
}
*/
object.video,
embed.video{
  margin: .5em;
}

img.post-item-thumbnail{
  float: left;
  margin-right: 1em;
  margin-bottom: .5em;  
}

form div.post-item-thumbnail img{
  margin-right: 1em;
}
form div.post-item-thumbnail div.removeThumbnail{
  padding-top: .1em;
}

/*
 * Posts - Traducciones 
 */
div.translations{
  font-size: .81em;
  width: 100%;
}

div.translations div,
div.translations ul,
div.translations li{
  display: inline;
}
div.translations-view{
  margin-left: 1em;
}
div.translations-available,
div.translations-pending {
	-moz-border-radius: 3px;
  -webkit-border-radius: 10px;
  padding: .5em;
  margin-right: 1em;
}
div.translations-available{
	border: 1px solid #e7e7e7;
}
div.translations-pending{
  border: 1px solid #c2c2c2;
  background: #e7e7e7;
}
div.translations-available ul,
div.translations-pending ul{
  margin: 0 0 0 0;
}
div.translations div.lista_acciones{
  margin-left: .4em;
  position: relative;
  top: .4em;
}
/*
* Fin Posts
***************************/

div.helpheader{
  border-bottom: 2px solid #CCD;
}
/*
div.helpcontent { 
  padding:55px 50px 20px 30px;
}
*/
div.helpnav{
  width: 165px; 
  background: #EEF;
  border: solid 1px #CCE;
  padding: 0 1em 1.5em 0;
}

div.helpnav .selected{
 background: #BDF; padding: 2px;
 color: #009;
}

div.helpnav ul.toplevel{
  list-style-position: outside;
  font-weight: bold;
  margin-left: 1.8em;
}
div.helpnav ul.toplevel li{
  margin-top: 1.5em;
}

div.helpnav ul.nottoplevel{
  list-style-position: outside;
  font-weight: normal;
  margin-left: .8em;
}
div.helpnav ul.nottoplevel li{
  margin-top: .5em;
}

div.helpcontent ul{
 margin-left: 1.2em;
}
div.helpcontent li{
  margin-top: .5em;
}

/*
div.helpmain{
  width: 540px;
  position: relative;
  float: right; 
  padding-bottom: 20px; 
}
*/
div.helpmain h2{
  margin-top: 2.5em;
  font-size: 1.45em ;
  background: #fee;
  border-bottom: 2px solid #f00;
}

div.helpmain h3{
  font-size: 1.45em ;
  margin-top: 1em;
}

div.helpmain ol{
  margin-left: 2em;
}

div.helpmain ol li,
div.helpmain ul li{
  margin-top: 1em;
  line-height: 1.7em;
}

div.helpcontent span.info, 
div.helpcontent span.warning {
  background: #FFD;
  border: 1px solid #EEC;
  margin-left: .5em;
  margin-right: .5em;
  padding-left: .5em;
  padding-right: .5em;
}

div.helpmain .center{
  text-align: center;
}

div.helpmain .if_ref{
  font-weight: bold;
}

p.help_image{
  text-align: center;
}
img.help_image{
  margin: 1.5em 0;
}

div.helpContextlink{
	float:right;
}
div.cake-debug,
pre.cake-debug {
  background: #ffcc00;
  font-size: 120%;
  line-height: 140%;
  margin-top: 1em;
  overflow: visible;
  z-index: 9999;

}
div.cake-stack-trace {
  background: #fff;
  border: 4px dotted #ffcc00;
  color: #333;
  margin: 0px;
  padding: 6px;
  font-size: 120%;
  line-height: 140%;
  overflow: auto;
  z-index: 10;
}
table.cake-sql-log {
  background: #fff;
  border: 4px dotted #ffcc00;
  color: #333;
  margin: 0px;
  padding: 6px;
  font-size: 120%;
  line-height: 140%;
  overflow: auto;
  z-index: 10;
  display:none;
}



body{
  background: #ebf3f6 url("/as_collaborative/img/background.jpg") top no-repeat fixed;
}

#header{
 background: transparent url("/as_collaborative/img/header_background.png") top right no-repeat;
 width: 100%;
}
div.floatingHeader{ 
 position: relative; /*para poder ubicar floatingHeaderRight*/
}
div.floatingHeaderRight{
  position: absolute;
  bottom: .4em;
  right: 0;
}

#content_innertube{
  padding: 1em 1em 1em 1.5em;
}
div.mininav{
  border-top: none;
  position: relative;
  bottom: .5em;
}

h1{
  color: #ca4445;
  font-weight: normal;
  padding-bottom: 0;
  border-bottom: 1px solid #ca4445;
  margin-bottom: .7em; 
  background: url(/as_collaborative/img/h1_fondo.png) bottom left no-repeat;
}

h2{
  color: #ba6666;
  padding-bottom: 0;
  margin-bottom: .7em; 
  background: url(/as_collaborative/img/h1_fondo.png) bottom left no-repeat;
}

input[type="submit"]{
  color: #303030;
  background-color: #ffcccc;
}

#headerHtml{
	position: absolute;
	top: 0;
	right: 0;
}

div.menubar-modules{
	float: right;
}

/*
* Menubar
*/
#menubar{
  background: transparent url(/as_collaborative/img/menubar_fondo_fade.png) right top no-repeat;
}

ul.MenuBarHorizontal a:hover, 
ul.MenuBarHorizontal a:focus,
ul.MenuBarHorizontal a.MenuBarItemHover, 
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, 
ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
  text-shadow: none;
}

/*
* Footer-Credits
*/
#footer{
	background: #e8e8ee url(/as_collaborative/img/footer_background.png) top left no-repeat;
	border: 0;
	margin: 0 1em;
	padding: 2em;
	-moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
	-moz-box-shadow: inset 0 0 .5em #888;
	-webkit-box-shadow: inset 0 0 1em #888;  
	box-shadow: inset 0 0 1em #888;
	position: relative;
	top: 2em;
}
div.about{  
  position: relative;
  float: none;
  /*
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #EEE;
  */
}
div.copyright{
  color: #444;
  float: left;
}
div.credits{
  color: #444;
  float: right;
  width: 50%;
  text-align: right;
  margin: 0 0 .3em;
  padding: 0;
}
div.credits a, div.credits a:visited{
  color: #444;
}
div.w3c{
  float: right;
  width: 50%;
  text-align: right;
  margin: 0;
  padding: .5em 0 0;
}
div.w3c img{
  margin-left: 1em;
  margin-right: 0;
}


/*
* Modules
*/
.sidebar div.modules div.module{
  background: #c2c2c2 url(/as_collaborative/img/modules_background.png) bottom repeat-x;
  border: none;
}

div.SessionModule{
  color: #FFF;
}
div.SessionModule a{
  color: #FFF;
}
div.SessionModule a:hover{
  color: #ffcccc;
}
div.SessionModule hr{
  color: #e7e7e7;
}
div.SessionModule div.loginout a{
  border: none;
  margin-top: .2em;
  color: #fbff86;
}
div.SessionModule div.loginout a:hover{
  color: #FFF;
}

div.modules div.CalendarModule{
	margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
div.CalendarModule caption{
  background: #c2c2c2 url(/as_collaborative/img/modules_background.png) bottom repeat-x;
}

div.CalendarModule table.calendar td.empty{
  border: none;
}

div.CalendarModule div.next{
  background: #797979;
  color: #ff9999;
}
div.CalendarModule div.next a{
  padding-top: 2em;
}

.sidebar div.modules  div.BannersModule{
  background: transparent;
}

.sidebar div.BannersModule div.banner{
  margin: .3em 0 .6em;
}
div.LanguageselectorModule .caption{
	color: #9d9d9d;
}
div.LanguageselectorModule a,
div.LanguageselectorModule li.selected a{
	font-weight: bold;
	color: #ca4445;
}
div.LanguageselectorModule a:hover,
div.LanguageselectorModule li.selected a:hover{
  color: #797979;
}
div.LanguageselectorModule li.selected{
	background-color: #e7e7e7;
}

/*
 * Highlights - Posts
 */

div.PostsboxModule .boxbody{
  border: none;
}


div.PostsboxModule div.with-thumbnail div.disabled-warning,
div.PostsboxModule div.with-thumbnail div.timestamp,
div.PostsboxModule div.with-thumbnail div.excerpt{
  margin-left: 120px;
}
div.PostsboxModule .altrow .innertube{
  background: #e7e7e7;
}

img.post-item-thumbnail{    
  -moz-box-shadow: 3px  3px 3px #999;
  -webkit-box-shadow: 3px 3px 3px #999;
  /*box-shadow: 3px 3px 3px #999;*/
  margin-right: 15px; /*asociado al margen de div.excerpt, por eso va en pixels*/
}


/*
 * Action buttons
 */
ul.lista_acciones a.actionText,
ul.lista_acciones_per_item a.actionText {
  font-weight: normal;
  padding: 2px 6px;
  margin: 0 5px 0 0;
  background: none;
  border-left: none;
  border-right: none;
}
ul.lista_acciones a.actionText:hover,
ul.lista_acciones_per_item a.actionText:hover {
  border-left: none;
  border-right: none;
  text-decoration: none;
  background-color: #303030;
  border: 1px solid #FFF;
  color: #FFF;
}

/*
* Posts
*/

div.post-item h2 a,
div.post-item h2 a:visited{
	color: black;
}
div.post-item h2 a:hover{
  color: #ca4445;
}


/*
* Home
*/
#bienvenido{
	width: 200%; /*necesario para IE*/
}

div.home div.twocol_left{
  width: 30%;
}
div.home div.twocol_right{
	width: 70%;
}

.NewsboxModule{
  margin-top: 2em;
  margin-right: 1em;
	padding-left: 1em;
	border-left: 1px solid #EEE;
}


div.BannersModule{
	margin-top: 2em;
	text-align: left;
}
.NewsboxModule div.post-item{
	text-align: left;
}
/*
* Contenidos
*/

div.googlemap{
  float: left;
}

div.quienes {
  padding-left: 205px;
  background: url(/as_collaborative/img/quienes-somos.png) top left no-repeat;
}

div.clientes,
div.asociados{
	margin-right: 0;
}

div.presencia-en-internet {
  padding-left: 205px;
  background: url(/as_collaborative/img/presencia-en-internet.png) top left no-repeat;
}

div.presencia-en-internet-trabajos {
  margin-left: 205px;
  border: 1px solid #ffcccc;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
div.presencia-en-internet-trabajos h2{
	margin-left: 1em;
}

div.innovacion {
  padding-left: 205px;
  background: url(/as_collaborative/img/innovacion.png) top left no-repeat;
  min-height: 300px;
}

div.proyectos-internacionales {
  padding-left: 205px;
  background: url(/as_collaborative/img/proyectos-internacionales.png) top left no-repeat;
}

div.p {
  padding-left: 205px;
  background: url(/as_collaborative/img/proyectos-internacionales.png) top left no-repeat;
}

div.donde .googlemap{
  width:400px;
  height:400px;
  float:left;
  margin: 0 2em 1em 2em;
}


div.clientes ul,
div.asociados ul{
	text-align:center;
	list-style: none;
	margin: 0;
	padding: 0;
}
div.clientes li,
div.asociados li{
	 width: 33%;
	 display: inline;
	 text-align: center;
	 margin: 0 .75em;
}

div.sire{
	padding-left: 250px;
	background:  no-repeat 2em 3em;
}

h1.sire{
	margin-top: 0;
	padding-top: 0;
	border-bottom: 1px solid #888;
}

div.sire li{
  line-height: 1.7em;
  margin-right: 5em;
}

div.sire-incidentes{
	background-image: url(/as_collaborative/img/sire/sire_incidentes.png);
}
div.sire-geograficas{
  background-image: url(/as_collaborative/img/sire/sire_geograficas.png);
}
div.sire-tecnologia{
  background-image: url(/as_collaborative/img/sire/sire_tecnologia.png);
}


/*
 * apaño para galeria
 */
div.gallery-caption{
 height: 36px;
} 

