/* Principal */
/*-------------------------------------------------------------------------------------------------------------------*/
body {
	background-color: #EAEAE8;
}

iframe.noborder {
border: solid #EAEAE8 0px; 
}


body,td,th {
	font-size: 12px;
}

.razonsocial{
	color: #000000;
	font-family: Garamond, Arial, Helvetica, sans-serif;
	font-size: 20px;
}

.nodo {
	/*VER TAMBIEN EL FICHERO SpryCollapsiblePanel.css en la carpeta Spry*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#FFFFFF;
	text-align: center;
	/*border: 1px solid #FF0000;*/ /*linea Contorno del nombre*/
	font-weight: 600;
	background:#FF0000;  /*url(imagenes/custom/menu_bg.png) 0 0 repeat-x; /*url(imagenes/custom/menu_l.png) 0 0 no-repeat;*/
	border-bottom:#FFFFFF;
	cursor:pointer;
}

.nodo:hover{
	/*color: #EAEAE8;*/
	font-size:16px;
	color: #000000;
	border-bottom-color:#FFFFFF;
	border-bottom:medium;
	border-bottom:#FFFFFF;
}


.subnodo{
	/*VER TAMBIEN EL FICHERO SpryCollapsiblePanel.css en la carpeta Spry*/
	border: 0px; /*solid #333333;*/
	text-align: inherit;
	display: block;
	margin-top: 4px;
	margin-right: 2px;
	margin-bottom: 4px;
	margin-left: 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	background:#FF0000;
	border-bottom-color:#FF0000;
}

.subnodo_texto {
	/*VER TAMBIEN EL FICHERO SpryCollapsiblePanel.css en la carpeta Spry*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	color: #000000;
}

.subnodo:hover
{
	background:#FF0000;
}

.subnodo_texto:hover
{
	font-size:12px;
	/*color:#EAEAE8;*/
	color:#FFFFFF;
}

.subnodo_contorno
{
	/*VER TAMBIEN EL FICHERO SpryCollapsiblePanel.css en la carpeta Spry*/
	background-color: #FF0000;
	/*border-bottom-color:#FF0000;
	border-left-color:#FF0000;
	border-right-color:#FF0000;*/
	padding-bottom: 2px;
}


.stat
{
	cursor: text; /*Intentamos camuflar que hay un enlace ... jejejeje, pero claro, esperando que no les de por pulsar.*/
}





/*.F09pxBlanca {
	font-size: 9px;
	color:#FFFFFF;
}
.F10px {font-size: 10px}

a {
	text-decoration: none;
}
a:hover {
	color: #000000;
}*/


/*#submenu:hover {
	border: thin solid #FF0000;
}

div:focus {
	border: thin outset #0000FF;
}
.Fblancasub {
	color: #FFFFFF;
	text-decoration: underline;
}
.FuenteAzul {
	color: #3366CC;
	font-weight: 600;
	font-family: Arial;
}

.Blanco {color: #FFFFFF}
.Borde1 {
	border: 1px solid #333333;
}
.Piep {font-size: 7px}*/





/*.tmenua {
	font-family:arial, sans-serif;
	font-size: 11px;
	color: #000000;
}*/
/*.mmenu {
	list-style-type: disc;
	list-style-position: inside;
	
}*/







/* MENU */
/*-------------------------------------------------------------------------------------------------------------------*/
/*#mainmenu {
width:100%;
height:30px;
background:#ccc url(imagenes/custom/menu_bg.png) 0 0 repeat-x;
margin:0;
padding:0;
}


#fancymenu {
position:absolute;
margin:0;
}

#fancymenu ul {
list-style:none;
margin:0;
padding:0;
}

#fancymenu li {
float:left;
display:block;
}

#fancymenu li a {
float:left;
display:block;
position:relative;
height:30px;
line-height:30px;
overflow:hidden;
font-weight:600;
font-size:100%;
color:#313131;
text-decoration:none;
z-index:4;
padding:0 10px;
}

#fancymenu li.background {
background:url(imagenes/custom/menu_r.png) 100% 0 no-repeat;
position:absolute;
visibility:hidden;
z-index:2;
}

#fancymenu li.background .left {
background:url(imagenes/custom/menu_l.png) 0 0 no-repeat;
height:30px;
margin-right:5px;
}
*/