/*
 * CSS for Standard tree layout
 * Copyright (C) 2005 SilverStripe Limited
 * Feel free to use this on your websites, but please leave this message in the fies
 * http://www.silverstripe.com/blog
 */
 
ul.tree{
	width: auto;
	padding-left : 0px;
	margin-left : 0px;
}

ul.tree img{
 	border : none;
}
 

ul.tree, ul.tree ul {
	padding-left: 0;
}

ul.tree ul {
	margin-left: 16px;
		
}
ul.tree li.closed ul {
	display: none;
}


ul.tree li {
	list-style: none;
	background: url(i-repeater.gif) 0 0 repeat-y;
	display: block;
	width: auto;
	/* background-color:#FFFFFF; */
}



ul.tree li.last {
	list-style: none;
	background-image: none;
}



/* Span-A: I/L/I glpyhs */
ul.tree span.a {
	background: url(t.gif) 0 50% no-repeat;
	display: block;
}
ul.tree span.a.last {
	background: url(l.gif) 0 50% no-repeat;
}

/* Span-B: Plus/Minus icon */
ul.tree span.b {
}
ul.tree span.a.children span.b {
	background: url(minus.gif) 0 50% no-repeat;
	cursor: pointer;
}
ul.tree li.closed span.a.children span.b {
	background: url(plus.gif) 0 50% no-repeat;
	cursor: pointer;
}

/* Span-C: Spacing and extending tree line below the icon */
ul.tree span.c {
	margin-left: 16px;
}
ul.tree span.a.children span.c {
	background: url(i-bottom.gif) 0 50% no-repeat;
}
ul.tree span.a.spanClosed span.c {
	background-image: none;
}


/* Anchor tag: Page icon */
ul.tree a  {
	white-space: nowrap;
	overflow: hidden;
	position:relative;
	background: url(page-file.png) 0 50% no-repeat;
	padding:3px 1px 3px 18px;
}

ul.tree span.a.children a {
	background-image: url(page-openfoldericon.png);
}
ul.tree span.a.children.spanClosed a {
	background-image: url(page-foldericon.png);
}

/* Unformatted tree */
ul.tree.unformatted li {
	background-image: none;
	padding-left: 16px;
}
ul.tree.unformatted li li {
	background-image: none;
	padding-left: 0px;
}

/*
 * Divs, by default store vertically aligned data
 */

ul.tree li div {
	float: right;
	clear: right;
	height: 1em;
	margin-top: -26px;
}
/* As inside DIVs should be treated normally */
ul.tree div a  {
	padding: 0;
	background-image: none;
	min-height: auto;
	height: auto;
}

ul.tree li A:link, ul.tree li A:hover, ul.tree li A:visited {
	color : #111111;
}


ul.tree li .over{
	background-color : pink;
}
	ul.tree a {
  		font-size: 0.8em;
  	
  	}  	
  	#credit {
  		float: right;
  		width: 120px;
  		padding: 10px;
  		font-size: 80%;
  		text-align: center;
  	}
  	#credit img {
  		border-style: none;
  	}
  	#credit a {
  		color: black;
  		text-decoration: none;
  	}
  	#credit a:hover {
  		color: black;
  		text-decoration: underline;
  	}

.DHTMLSuite_contextMenu{	/* The bar that is parent of the menu strip */
	position:absolute;
	background-color:#FFF;
	border:1px solid #000;
	padding:1px;
}

.DHTMLSuite_contextMenu li{
	list-style-type:none;
	padding:1px;	/* Equal to border + padding of .DHTMLSuite_item_mouseover */
	border:0px;
	cursor: pointer;
	background-repeat:no-repeat;
	background-position:left center;
}
.DHTMLSuite_contextMenu .DHTMLSuite_item_mouseover{
	border:1px solid #000;
	background-color:#EEE;
	padding:0px;	/* Padding + border of this element should be equal to padding of li element (see above ) */
}
.DHTMLSuite_contextMenu ul{
	margin:0px;
	padding:0px;
}

.DHTMLSuite_contextMenu a{
		font-size:8px;

	text-decoration:none;
	color:#000;
	padding-left:25px;
}

.DHTMLSuite_contextMenu div.DHTMLSuite_contextMenu_separator{	/* Css for the separator line */
	height:1px;
	line-height:1px;
	padding:0px;
	background-color: #AAA;
	overflow:hidden;
	margin-top:1px;
	margin-bottom:1px;
}
	.dhtmlgoodies_tree,#floatingContainer{
		margin:0px;
		padding:0px;
	}
	.dhtmlgoodies_tree ul{	/* Sub menu groups */
		font-size:11px;
		margin-left:10px;	/* Left spacing */
		padding-left:0px;
		display:none;	/* Initially hide sub nodes */
	}
	
	#floatingContainer ul{
		margin-left:20px;	/* Left spacing */
		padding-left:0px;	
	}
	.dhtmlgoodies_tree li,#floatingContainer li{	/* Nodes */
		list-style-type:none;
		vertical-align:middle;
		
	}
	.dhtmlgoodies_tree li a,#floatingContainer li a{	/* Node links */
		color:#000;
		font-family: Tahoma, Arial;	font-size: 12px;
		color: #FF6600;
		text-decoration: none;
		padding-left:1px;
		line-height:13px;
		margin-left:2px;
		
	}
	.dhtmlgoodies_tree li a.highlightedNodeItem{
		color:#FFF;
		background-color:#009;
	}
	
		
	
	.dhtmlgoodies_tree input.folderTreeTextBox{	/* Css for the text input - rename item */
		font-size:10px;
		margin:0px;
		padding:0px;
		height:12px;
	}
.fondo_ {
	background-color: #007BB7;
	background-repeat: repeat-x;
	background-position: top;
}
.forms {
	font-family: Tahoma, Arial, Verdana;	font-size: 12px;
	color: #666666;
	text-decoration: none;
	background-color: #F7F7F7;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B9C9CE;
	border-right-color: #EBEFF2;
	border-bottom-color: #FFFFFF;
	border-left-color: #B9C9CE;
	height: 21px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.boton {
	font-family: Tahoma, Arial, Verdana;	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #2983CB;
	border: solid;
}
.tx_1 {
	font-family: Tahoma, Arial;	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.tx_contenidos_12_gris_oscuro {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.tx_contenidos_verde {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #729324;
	text-decoration: none;
}
.tx_contenidos_verde:hover {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #0080D5;
	text-decoration: underline;
	cursor:auto;
}

.tx_titulos-1_link {
	font-family: Tahoma, Arial;	font-size: 12px;
	color: #2388C5;
	text-decoration: none;
}
.tx_titulos-2 {
	font-family: Tahoma, Arial;
	font-size: 20px;
	color: #0099FF;
/*	text-decoration: none;*/
	font-weight: normal;
}
.tx_titulos-3 {
	font-family: Tahoma, Arial;
	font-size: 20px;
	color: #FF6600;
/*	text-decoration: none;*/
	font-weight: normal;
}
.tx_titulos-2:hover{
	font-family: Tahoma, Arial;
	font-size: 20px;
	color: #FF6600;
	font-weight: normal;
}
.tx_titulos-1_link:hover {
	font-family: Tahoma, Arial;	font-size: 12px;
	color: #FF7400;
	text-decoration: underline;
}
.tx_titulos-1_chicos {
	font-family: Arial;	font-size: 10px;
	color: #2388C5;
	text-decoration: none;
}
.tx_titulos-1_chicos:hover {
	font-family: Arial;	font-size: 10px;
	color: #FF7400;
	text-decoration: underline;
}
.tx_contenidos {
	font-family: Tahoma, Arial;	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.tx_contenidos_12 {
	font-family: Tahoma, Arial;	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.tx_contenidos_12_rojo {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #FF7400;
	text-decoration: none;
	font-weight: bold;
}
.tx_contenidos_12_rojo_arial {
	font-family: Arial;
	font-size: 11px;
	color: #FF7400;
	text-decoration: underline;
	font-weight: bold;
}
.tx_contenidos_12_arial {
	font-family: Arial;	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.tx_2 {
	font-family: Tahoma, Arial;	font-size: 12px;
	color: #2388C5;
	text-decoration: none;
}
.tx_2:hover {
	font-family: Tahoma, Arial;	font-size: 12px;
	color: #BDDD3E;
	text-decoration: underline;
}
.tx_contenidos_12_azul {
	font-family: Tahoma, Arial;	font-size: 12px;
	color: #2388C5;
	text-decoration: none;
}
.tx_3 {
	font-family: Tahoma, Arial;	font-size: 12px;
	color: #3DA1DD;
	text-decoration: none;
}
.tx_3:hover {
	font-family: Tahoma, Arial;	font-size: 12px;
	color: #3DA1DD;
}
.tx_5 {
	font-family: Tahoma, Arial;	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.tx_5:hover {
	font-family: Tahoma, Arial;	font-size: 12px;
	color: #e8e8e8;
	text-decoration: underline;
}
.tx_6 {
	font-family: Tahoma, Arial;	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}


.padding {
	padding: 6px;
	font-family: Tahoma, Arial;
	color: #FFFFFF;
	text-decoration: none;	font-size: 12px;
	font-weight: bold;
}
hr {
	display: block;
	height: 1px;
	line-height: 1px;
	background-color: #E6E6E6;
	width: 100%;
	padding: 0;
	border: 0px;
	color: #E6E6E6;
}
.cuadro_buscador {
	background-color: #BDDD3E;
	border: 4px solid #FFFFFF;
}
.recuadro1 {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DBDBDB;
	border-right-color: #DBDBDB;
	border-bottom-color: #DBDBDB;
	border-left-color: #DBDBDB;
}
.recuadro2 {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E9E9E9;
	border-right-color: #E9E9E9;
	border-bottom-color: #E9E9E9;
	border-left-color: #E9E9E9;
	background-color: #EBF5FC;
}
.recuadro3 {
	border: 5px solid #DBDBDB;
}
.tx_4 {

	font-family: Tahoma, Arial;	font-size: 12px;
	color: #009999;
	text-decoration: none;
}
.recuadro5 {

	border: 1px solid #E5E5E5;
}
