 table, thead, tbody, th, tr, td {
	margin:0;
	padding:0;
  	font-weight:normal;
  	font-style:normal;	
}


/* ------------ General elements ------------ */

table#attachments a:link,table#attachments a:visited {
	color:#336699;
  	text-decoration:none;
}
table#attachments a:hover {
	color:#336699;
  	text-decoration:underline;
}
table#attachments a:active,table#attachments a.active {
	color:#336699;
  	text-decoration:underline;
}



/* ----------- tables ----------- */

table#attachments {
  	margin:1em 0;
  	width:100%;
}

table#attachments th.descargar{
width:10%
}
thead th {
  	border-bottom:3px solid #d0d0d0;
  	color:#494949;
  	font-weight:bold;
	text-align:left;
}
th a:link, th a:visited {
  	color:#a5a291;
}
table#attachments td, th {
  	padding:.3em .5em;
}
tr.even, tr.odd, tbody th {
  	border:solid #e5e5e5;
  	border-width:1px 0;
}
tr.even td, tr.odd td, tbody th td { /* <= for IE */
  	border:solid #e5e5e5;
  	border-width:1px 0;
}
tr.odd, tr.info {
  	background-color:#f8f8f8; 	
}
tr.even {
  	background-color:#fff;
}
tr.odd td.active {
  	background-color:#efefef;  	
}
tr.even td.active {
  	background-color:#f9f7ed;
}
td.region, td.module, td.container {
  	border-top:2px solid #d0d0d0;
  	border-bottom:1px solid #d0d0d0;
  	background-color:#f9f7ed;
  	color:#455067;
  	font-weight: bold;
}
tr:first-child td.region, tr:first-child td.module, tr:first-child td.container {
  	border-top-width:0;
}
td.menu-disabled {
  	background:#e9e9e9;
}

table#attachments {
	margin:10px 0px 10px 0px;
}
table#attachments th {
	color:#898989;
}


.modificado{
	padding:5px;
	border:1px solid #e5e5e5;
	background:#F8F8F8;
	
	}
	
	/* -------- node_images module css --------- */

div.node_images_teaser {
	/*float:left;*/
	padding:0.2em 0px 5px 0px;
	margin:0 0 0 0;
}
div.node_images_intro {
	float:left;
	padding:0em 0px 0px 0px;
}
div.node_images {
	clear:both;
	padding:0 0 0 0;
	margin:25px 0px 0px 0px;
	/*border:1px solid #f00;*/
}
img.node_image, img.node_image_teaser {
	padding:2px;
	border:1px solid #ddd;
}
img.node_image_teaser {
	float:left;
}
div.node_images_teaser img.node_image_teaser {
	margin:0px 20px 5px 0px;
}
div.node_images_intro img.node_image {
	margin:0px 20px 5px 0px;
}
div.node_images img.node_image {
	margin:0px 5px 5px 0px;
}

div.node_images h2.node_images_page {
	background:none;
	padding:0 0 0 0px;
	margin-bottom:10px;
	color:#898989;
	border-bottom:3px solid #d0d0d0;
	font-size:90%;
	line-height:130%;
 text-align:left;
}