
*{
  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: #0070C0;
}
a{
	color: #0070C0;
}
a:hover{
	color: #F80;
}

h1{
	font-size: 1.72em;
	color: #02528e;
	padding:15px 0 10px;
  /*font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;*/
}

h2{
  font-size: 1.18em;
  color: #02528e;
  padding:15px 0 10px;
  /*font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;*/
}

h3{
  /*font-size: 1em;*/
  font-weight:bold;
  color: #02528e;
  padding:15px 0 3px;
  /*font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;*/
}

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: #eeeeff;
  border: solid 1px #b1b1e4;

}
#content div.hint ul{
  margin-bottom: auto;
  clear: both;
}
#content 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: #eeeeff;
}

/* 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: #888;
  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: #888;
  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;
}

                                              
  /* Forms */
  form {
    /*clear: both;*/
    /*margin-right: 20px;*/
    padding: 0;
    width: 100%;
    margin: 15px auto 0;
  }
  
  fieldset {
    padding: 16px 20px;
    background: #9dc5e3;
  }
  fieldset legend span{
    color: #FFF;
    background: #0070C0 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 #0090E0;
  }
     
  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: #0070C0;
    background: #eeeeff;
    background-image:url(/img/gradient_center_dark.png);
    background-repeat: repeat-x;
    border: solid 1px #0070C0 ;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  }
  .cancel {
   margin-left: 1em;
  }

div.addeditform{
	clear: both;
}
  


body{
  background: #336fb9 
              url(/as_more4nrg/img/background.png) 
              top  repeat; 

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

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

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

#mainContainer {
  width: 100%;
}

/**************************
HEADER
**************************/
#header {
  height: 125px;
  background: #FFF url(/as_more4nrg/img/header_background.png);
}
.floatingHeader{
  width: 856px; 
  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_more4nrg/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_more4nrg/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_more4nrg/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: 856px;
    min-width: 856px;
    margin: 0 auto 30px; 
    width: 856px;
}

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

div.pageborder div.pgb_middle div.pgb_right{
    background: url(/as_more4nrg/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_more4nrg/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_more4nrg/img/pageborder_br.png) no-repeat top right;
    height: 25px ;
    margin-left: 20px ;
}



/* 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: #02528e url(/as_more4nrg/img/menubar_fondo.png) top left repeat-x;
  height: 26px;
  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 #054270;
}

/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	padding: 0.5em 0.75em;
	background-color: #02528e;
  background-image:url(/as_more4nrg/img/menubar_fondo.png);
  background-repeat:repeat-x;
	color: #9dc5e3;
	text-decoration: none;  
  
                                              /*
                                              	border-top: solid 1px #003080;
                                              	border-bottom: solid 1px #003080;
                                              */	
}
/* 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: #FB5;
  color: #02528e;
  text-decoration: none;
  background-image:url(/as_more4nrg/img/menubar_fondo_hover.png);
  background-repeat:repeat-x;
                                            	
                                              /*  
                                                border-top: solid 1px #003080;
                                                border-bottom: solid 1px #003080;
                                              */
}
/* 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_more4nrg/img/menubar_fondo_hover.png);
	color: #02528e;
  text-shadow: #000 1px 1px 3px;  
  background-color: #FB5;  
  background-repeat:repeat-x;
  
                                                /*
                                                  border-top: solid 1px #003080;
                                                  border-bottom: solid 1px #003080;
                                                */
}

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

 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: #EEEEFF;
 background-image:none;
 border:none;
 color: #054270;
 padding: 0.5em 0.75em;
}
#MenuBar1 .flyout ul a {
 background-color: #EEEEFF;
 color: #054270;
 padding: 0.5em 0.75em;
}

#MenuBar1 .flyout a:hover {
 background-color:#02528e;  
 color: #EEEEFF;
 padding: 0.5em 0.75em;
}
#MenuBar1 .flyout ul a:hover {
 background-color: #02528e;
 color: #EEEEFF;
 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{
  display: inline;
}
 
div.breadcrumbs{
	margin-top: .8em;
} 

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: #eeeeff;
  background-image:url(/img/gradient_center_dark.png);
  background-repeat: repeat-x;
  border: solid 1px #0070C0 ;
  -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 #F80 ;
  text-decoration: none;
}

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

#content 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: #eeeeff;
  padding: .5em;
  border-bottom:  1px solid #FB5;
  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 #b1b1e4;
}
/* IE6Warning end */

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

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

div.mininav li a,
div.mininav li a:visited{
  color: #0090E0;
}
div.mininav li a:hover{
  color: #02528e;
}

/* 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 */

/*
*
* 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: #9dc5e3;
  padding: .3em;
}
div.CalendarModule div.next a{
  font-weight: bold;
  color: #0070C0;
}

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

div.SessionModule div.loginout{
}

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


/*
* Eventsbox en sidebar
*/
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: #EEEEFF;
}


div.FeedsModule {
  margin: 1em 0.3em;
  padding: 0.5em .7em;
  background: #EEEEFF;
}
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_more4nrg/img/highlights_menu_background.png) no-repeat;
 /* background: url(/as_more4nrg/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: #054270;
}
div.SearchModule input[type=text]{
  border: 1px solid #0070C0;
  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 #0070C0;
  padding: .2em;
  margin: 0;  
}


div.SearchModule div.modern-search-box{ /*outer background*/
  /*background:url(/as_more4nrg/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_more4nrg/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_more4nrg/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_more4nrg/img/modern-search-icon.png) no-repeat bottom left;
}



div.SeparatorModule hr{
  border: none;
  color: #9dc5e3; /*IE*/
  background-color: #9dc5e3; /*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: #EEEEFF;
  font-size: .77em;
}
.PostsboxModule .boxheader a:hover{
  color: #FFF;
  text-decoration: underline;
}

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

table.calendar caption{
  font-size: 1.18em;
  font-weight: bold;
  background: #9dc5e3;
  padding: .3em 0;
}
table.calendar caption a{
  color: #0070C0;
}
table.calendar caption a:hover{
  color: #F80;
}

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

table.calendar th{
  font-size: .81em;
  color: #F80;
  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 #FDC;
}

table.calendar td.linked-day{
  background: #eeeeff;
  border: 1px solid #FB5;
}
table.calendar td.a{
  color: #003080;
}
table.calendar td.a:hover{
  color: #000081;
}

/*Calendar end*/

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

div.home{
}


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

#content ul{
  margin-left: 1em;
  margin-bottom: 2.7em;
}

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

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

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

div.ProjectPage_view{
  padding-top: 1em;
}

div.ProjectPage_view p,
div.projectPartners p{
  text-indent: .7em;
}

div.ProjectPage_view blockquote{
  color: #0070C0;
  font-size: 1.45em;
  font-family: Serif;
  font-style: italic;
  margin: 1.5em .8em .4em;
}

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

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

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

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

div.ProjectPage_view ul{
  margin-bottom: 2.7em;
}

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 #0070C0;
}
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: #EEEEFF;
  border: 1px solid #0070C0;
  padding: 1em;
}
/*
div.projectPartners .header a{
  font-weight: bold;
  color: #0070C0;
  margin-left: .8em;
}

div.projectPartners .header a:hover{
  color: #F80;
}
*/
div.projectPartners div.leader .header{
  border: 2px solid #0070C0;
  -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 2em 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: #054270;
  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;
}
div.projectPartners div.tel li,
div.projectPartners div.fax li,
div.projectPartners div.contact li{
  display: inline;
}
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{
  width: 420px;
  margin: auto;
}
.partnersarea div.lista_acciones{
  padding-left: 10px;
  float: right;
  position: relative;
  top: -20px;
}
*/
.partnersarea div.lista_acciones{
  padding-top: 2em;
  background: url(/as_more4nrg/img/partnersarea_background.png) top right no-repeat;
}
.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
***************************/
#content 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;
}
/**************************
* 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
***************************/


/**************************
* Newsitems/post
***************************/
.sorry{
  padding-top:50px;
}
.backto{
  padding-top: 1.5em;
}    

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

.post span.listaaciones{
  margin: 2px 0;
  float: right;
}                 
.post div.headline{
  display: inline;
}

div.posts_view{
}

div.post dd,
div.post{
  text-align:justify;
  line-height: 1.7em;
  margin-left: -.5em;
}
dd.post div.disabled{
  color: #AAA;
}

div.post_view_notavailable{
  margin-bottom: 1em;
}

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

div.post .timestamp{
  margin: 0 0 0.7em 0;
  font-size: .81em ;
}

li.post{
  list-style-type: none;
  list-style-position: outside;
}

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

.post dt{
  background: url('/img/fondo_newsitems_title.png') repeat-y;
  margin-bottom: .5em;
  border-bottom: 2px solid #0070C0;
}


/*.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.postItemThumbnail{
  float: left;
  margin-right: 1em;
  margin-bottom: .5em;  
}

form div.postItemThumbnail img{
  margin-right: 1em;
}
form div.postItemThumbnail div.removeThumbnail{
  padding-top: .1em;
}
/*
* Fin Newsitems/post
***************************/

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-image: url(/as_more4nrg/img/background.jpg);
  background-repeat: repeat;
  font-family: verdana, arial, helvetica, sans-serif;
}


h1{
  font-size: 2.45em;
  color: #E32;
  margin: 15px 0px 10px;
  font-family: 'Gill Sans','lucida grande',helvetica, arial, sans-serif;
}

h2{
  font-size: 1.18em;
  font-weight: normal;
  color: #E32;
  margin: 15px 0px 10px;
  font-family: 'Gill Sans','lucida grande',helvetica, arial, sans-serif;
}

h3{
  font-weight: bold;
  color: #E32;
  margin: 15px 0px 3px;
  font-family: 'Gill Sans','lucida grande',helvetica, arial, sans-serif;
}

#content_innertube{
  margin-left: 3em;
  margin-right: 6em;
}
div.contentHome #content_innertube{
  margin: 0;
  background: transparent url(/as_more4nrg/img/home_degr_blanco.png) bottom left repeat-x;
}

#header{
 background-position: top right;
 background-repeat: repeat-y;
 position: relative;
 z-index:9999; /*Para #homeLogo, pero en IE no funciona el z-index en elementos con posicion absoluta*/
}
#headerHtml{
  position: absolute;
  top: 6px;
  right: 6px;
  width: 225px; 
}
#headerHtml div.SearchModule{
  padding-bottom: 0;
  margin-bottom: .2em;
}
div.SearchModule input.empty {
  color: #9dc5e3;
}
div.SearchModule input.full {
  color: #EEEEFF;
}

#homeLogo{
  position: absolute;
  left: -30px;
}

div.mininav{
  line-height: 2.5em;
}

#content_innertube{
  background: transparent;
}
div.contentHome{
  background: url(/as_more4nrg/img/home_fondo_06.jpg) top no-repeat;
}

/*
* Menubar
*/
#menubar{
  position: relative;
  z-index: 9997;
}
#MenuBar1{
  position: absolute;
  right: 10px;
}

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{
  text-align: center;
  padding-top: 1em;
  margin-top: 1em;
}
#footer .footerBanner{
  margin-left: 5em;
  margin-right: 5em;
}
div.about{  
  float: none;
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #EEE;
}
div.copyright{
  float: left;
}
div.credits{
  color: #CCC;
  float: right;
  margin: 0 0 .3em;
  padding: 0;
}
div.credits a, div.credits a:visited{
  color: #CCC;
}
div.w3c{
  clear: both;
  float: right;
  margin: 0;
  padding: 0;
}
div.w3c img{
  margin-left: 1em;
  margin-right: 0;
}

/*
* Home
*/
div.home .modules .TwocolModule{
  margin-bottom: 0;
}
div.home .modules .twocol_left{
  width: 69%;
}
div.home .modules .twocol_right{
  width: 29%;
}
#welcome {
  position: relative;
  z-index: 0;
  margin-bottom: 2em;
  background: url(/as_more4nrg/img/home_welcome_background.png);
}
#welcome .exchanging{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9000;
}

/*
* Modules
*/
#sidebar_left_innertube div.modules div.module{
  background-color: #ced5c2;
  border: 1px solid #0070C0;
}

div.SessionModule{
  margin-top: 0; 
  padding-top:0;
  background: transparent;
  text-align: right;
  color: #9dc5e3;
}
div.SessionModule a{
  font-weight: normal;
  color: #EEEEFF;  
}
div.SessionModule div.loginout{
  display: inline;
}
div.SessionModule div.loginout a{
  border: none;
  color: #EEEEFF;
}
div.SessionModule a:hover,
div.SessionModule div.loginout a:hover{
  color: #F80;
}
div.CalendarModule{
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  width: 99%;
}

div.CalendarModule table.calendar{
	background:white url("/as_more4nrg/img/home_minifondo.png") no-repeat scroll left top;
	opacity: 0.9;
	filter: alpha(opacity=90);
  zoom: 1;
	margin-bottom: .5em;
	padding-top: .5em;
	border: none;
}
div.CalendarModule caption a{
  color: #FFF;
  font-weight: normal;
  font-size: 1.3em;
}
div.CalendarModule table.calendar span.calendar-prev,
div.CalendarModule table.calendar span.calendar-next{
  color: #02528e;
  margin: 1em 0;
}
div.CalendarModule table.calendar td{
  border: none;
}
div.CalendarModule table.calendar td.today{
  background: #FFF;
  border: 1px solid #9dc5e3;
}
div.CalendarModule table.calendar td.linked-day{
  border: 1px solid #b1b1e4;
}
div.CalendarModule div.next{
  padding: .8em;
  line-height: 1.7em;  
  background:white url("/as_more4nrg/img/home_minifondo.png") no-repeat scroll left top;
  opacity: 0.9;
  filter: alpha(opacity=90);
  zoom: 1;
}

div.DocumentsboxModule div.boxbody{
  margin: 0;
  padding: 0;
}
div.DocumentsboxModule a.document_link{
  font-size: 1em;
}

/*
* Box: caja con cabecera, cuerpo y pie
*/
div.box{
  margin-bottom: 2em;
  /*
  background:  url(/as_more4nrg/img/home_minifondo.png) top no-repeat;
  */
  background: white;  
  filter: alpha(opacity=90); /* IE */
  opacity: 0.9;                 /* Firefox, Safari(WebKit), Opera */
  zoom: 1;       /* set "zoom", "width" or "height" to trigger "hasLayout" in IE 7 and lower */     
}
div.CalendarModule caption,
div.boxheader{
  background: #02528e
              url(/as_more4nrg/img/boxheader_background.png);
  background-position: top;
  background-repeat: repeat-x;
  color: #FFF;
  margin-bottom: 0;
  
  padding: .2em .5em;
  
  font-size: 1.18em;
  border: none;
}
div.boxbody{ 
  border: 1px solid #02528e;
}
div.boxfooter{
  border: 1px solid #02528e;
  background: #EEEEFF;
}
/*
* Box end
*/



/*
* Newsbox portada
*/
.NewsboxModule .boxbody{
  padding: 0;
}
.newsboxTitle{
  font-size: 1.3em; 
}
.newsboxMorelink{
  text-align: right;
  margin-top: .4em;
}
.newsboxMorelink a,
.newsboxMorelink a:visited{
  color: #FFF;
  color: #EEEEFF;
  font-size: .81em;
}


.NewsboxModule .timestamp{
  display: inline; 
  padding: 0 .5em 0 0;
}
.NewsboxModule .timestamp:after{
  content: ' - '
}
.NewsboxModule .excerpt{
  display: inline; 
}
.NewsboxModule .excerpt p{
  display: inline; 
  margin: 0 0 1em 0;
}

.newsboxMorelink a:hover{
  text-decoration: underline;
  color: #FFF;
}
.NewsboxModule dt.post{
  padding-left: .5em;
  padding-right: .5em;
	padding-bottom: 0;
	margin-top: .5em;
	margin-bottom:0;
  background: white url(/as_more4nrg/img/home_blue_transparent.png);
  border-top: 1px solid #9dc5e3;
}
.NewsboxModule dt.first{
  margin-top: 0;
}
.NewsboxModule dd{
  margin-top:0;
  padding-top: 0;
  padding-left: 2em;
  padding-right: .5em;
  padding-bottom: .25em;
  margin-bottom:.25em;
}

.NewsboxModule dd.altrow{
  background: transparent;
}


.NewsboxModule .boxbody img.postItemThumbnail{    
  border: 1px solid #0090E0;
  background: #FFF;
  padding: 2px;
}

/*
* Posts
*/
.index img.postItemThumbnail{
  border: 1px solid #0090E0;
  padding: 3px;
  background: #FFF;
}  
  
dt.post{
  background: url(/as_more4nrg/img/fondo_newsitems_title.png) repeat-y;
  margin-bottom: .5em;
  border-bottom: 2px solid #0070C0;
  font-size: 1.1em;
}
  
/*
* Project
*/  
div.Post_view h2{
  margin-bottom: 1em;
  padding: 0;
  color: #000;
  font-weight: bold;
  font-size: 1em;
}
div.Post_view dt,
div.Post_view table {
  clear: none;
}
div.Post_view ul{
  list-style-position: outside;
}
div.Post_view li{
line-height: 1.6em;
margin-bottom: 1em;
}


/*
* Posts
*/
dl.post dt{
  line-height: 1.8em;
}
/*
* Project partners
*/
div.partners{
  padding:20px;
  margin-top:20px;
  text-align:center;
  width:230px;
  height:130px;
}

div.partners_borders{
  border-top: 1px solid #EEE;
  border-left: 1px solid #EEE;
}

div.partners .caption{
  padding-top: 1.5em;
}
div.partners .where{
  padding-top: .5em;
}

p.partners_link_info{
  border: 1px solid #BBB;
  background: #EEE;
  margin: 2em 1em 0;
  padding: 1em;
}
