/* Normal, standard links. */
a:link
{
	color: #FFCC00;
	font-size:11px;
	text-decoration: none;
}
a:visited
{
	color: #FF9900;
	font-size:11px;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

a.boton {/* BOTONES MENU DE USUARIOS */
text-decoration:none;
color:#000;
background: #666;
border:1px outset #9FA592;
padding: .3em .5em;
margin: 50px 2px;
font-weight: bold;
}
a.boton:hover {/* SOBRE BOTONES MENU DE USUARIOS */
border:1px outset #666;
background: #9FA592;
color:#000;
}

input.boton {/* BOTONES MENU DE USUARIOS */
text-decoration:none;
color:#000;
background: #666;
border:1px outset #9FA592;
padding: .3em .5em;
margin: 1px 2px;
font-weight: bold;
}
input.boton:hover {/* SOBRE BOTONES MENU DE USUARIOS */
border:1px outset #666;
background: #9FA592;
color:#000;
}

a.linkopacity img {
        filter:alpha(opacity=50);
        -moz-opacity: 0.5;
        opacity: 0.5;
        -khtml-opacity: 0.5;
}
 
a.linkopacity:hover img {
        filter:alpha(opacity=100);  
        -moz-opacity: 1.0;  
        opacity: 1.0;
        -khtml-opacity: 1.0; 
}

/* Tables should show empty cells. */
table
{
	empty-cells: show;
}

/* set a fontsize that will look the same in all browsers. */
#body
{
	font-family: Verdana, Helvetica, sans-serif;
	background: #000000 url(../images/bg.jpg) 0 0 repeat-y;
	background-position: top center;
    margin: 30px 0 30px 0;
}

/* use dark grey for the text, leaving black for headers etc */
body, td, th, tr{ 


    line-height:130%;   
    font-family: "Arial"; 
    color:#9FA592;  
    font-size:12px

}


/* lets give all forms zero padding/margins */
form
{
	padding: 0px;
	margin: 0px;
}

fieldset
{
	padding: 16px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	color: #000000;
	font-family: verdana, sans-serif;
}
input, button
{
	font-size: 90%;
}

textarea
{
	font-size: 100%;
	color: #000000;
	font-family: verdana, sans-serif;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
	border: none;
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 90%;
	font-weight: normal;
	color: #000000;
	font-family: verdana, sans-serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #9FA592;
	background-color: #9FA592;
}

/* By default set the color on these tags as black. */
h1, h2, h3, h4, h5, h6, h7
{
	color: #9FA592;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
}

/* No image should have a border when linked. */
a img
{
	border: 0;
}

/* No lines around buttons in Firefox! */
a
{
	outline: none;
}

/* Reset all lists. */
ul, ul li
{
	padding: 0;
	margin: 0;
	list-style: none;
}

/* We can define lists to be lists tho! */
ul.normallist
{
	padding-left: 2em;
}

ul.normallist li
{
	list-style: disc;
}

/* ************************************* */
/* Some handy custom classes				 */
/* ************************************* */

.floatright
{
	float: right;
}
.floatleft
{
	float: left;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: 0.8em;
	font-family: verdana, sans-serif;
}
.middletext
{
	font-size: 0.85em;
}
.normaltext
{
	font-size: 1em;
}
.largetext
{
	font-size: 1.4em;
}

.amarillo
{
	color: #FFCC00;
}

#titu {
font-size:12px;
color: #9FA592;
margin-bottom: 5px;
}

#arrow {/* BOTONES MENU DE USUARIOS */
background: url(../images/arrow.png) no-repeat;
color:#FFF;
font-size:10px;
padding:3px 0 0px 17px;
font-weight: bold;
width:100px;
height: 18px;
margin: 3px 7px 0 0;
}

#cabecera {
margin-top: 5px;
color:#FFF;
background: url(../images/hov.jpg) repeat;
padding: 5px 24px 3px 6px;
font-size:12px;
font-weight: bold;
}

#noticias {
background: url(../images/transparentw.png) repeat;
padding: 10px;
border: 1px solid #9FA592;
}

#black {
background: url(../images/transparent.png) repeat;
padding: 10px;
border: 1px solid #9FA592;
}

.piedra
{
	color: #8F9681;
}

#header {
	 height: 190px;
	 overflow: visible;
	 background:url(../images/discs.png) no-repeat;
}

#fondo {
	width: 184px;
	height: 184px;
}

#bodyarea {
	background: #080808 url(../images/bgpost.jpg);
	border: solid #A0A592 1px;
	padding-bottom: 15px;
}
#izquierda {
	border-right: #464646 solid 1px;
	padding: 5px;
}
#toolbar {

	 padding: 0;
	 height: 30px;
}
#linktree {
	clear: both;
	padding: 10px;
	font-weight: 100;
	font-family: arial, tahoma, sans-serif;
}
/* template menu */
.menu { 
	background:#000 url(../images/hov.jpg) repeat-x;  
	line-weight:35px;		 
	border:none;	 
	border:0px;	 
	margin:0px;	 
	padding:0px;	 
	font:55%; 
	font-family: "Lucida Sans Unicode","Trebuchet MS","Lucida Grande", Verdana, sans-serif;
	font-size:11px;	 
	font-weight: bold;
}
.menu ul {	
	background:#000 url(../images/hov.jpg) repeat-x;  
	height:35px;	 
	list-style:none;	 
	margin:0;	 
	padding:0;
}
.menu li {		
	float:left;		 
	padding:0px;
}
.menu li a {		
	background:#000 url(../images/hov.jpg) repeat-x;		 
	color:#fff;		 
	display:block;		 
	font-weight:normal;		 
	line-height:30px;		 
	margin:0;	
	padding:0px 21px;		 
	text-align:center;		 
	text-decoration:none;
}
.menu li a:hover, .menu ul li:hover a {			
	background:#000 url(../images/cur.jpg) repeat-x;  
	color:#FFF;  
	text-decoration:none;
}
.menu li .current {
	background:#000 url(../images/hov.jpg) repeat-x;  
	color:#fff;  
	text-decoration:none;
}
.menu p { 
	clear:left;
}
#userarea {
	float:right;
	padding: 0 5px 2px 5px;
	margin-top: 60px;
	height: 97px;
	color: #fff;
	background:url(../images/transparent.png);
	border: 1px solid #A0A592;
}

#userarea1 {
	float:right;
	padding: 0 5px 2px 5px;
	margin-top: 60px;
	height: 50px;
	color: #fff;
	background:url(../images/transparent.png);
	border: 1px solid #A0A592;
}

#news {
	position: absolute;
	top: 11em;
	left: 25px;
	width: auto;
	text-align: left;
	color: #E3E4E5;
	font-size: 6pt;
}
.left,.alignleft {float: left; margin-left: 1em;}
.right,.alignright {float: right;margin-right: 1em;}

#footer {
	 position: relative;
	 height: auto;
	 overflow: hidden;
}

#footerarea {
	 font-family: "Arial", Tahoma, Arial, Helvetica, sans-serif;
	 text-align: center;
	 padding-top: 2em;
	 color: #fff;
}
#footerarea a:link, #footerarea a:visited {
	 color: #fff;
}
#footerarea a:hover {
	 color: #fff;
	 text-decoration: none;
}

.izquierda {
float:left;
}

.tabla{
width:742px;
margin: 5px 9px;
overflow:auto;
}

#columna {
float: left;
border:1px solid #9FA592;
margin-right:5px;
margin-bottom:2px;
width:290px;
padding:2px 3px;
background-color:#F3F1EB;
text-transform:uppercase;
font-size: 11px;
vertical-align:top;
color:#000;
}

.fila{
clear: both;
}

form.fvalida fieldset{
float: left;
width: 33%;
min-height: 900px;
margin-bottom: 15px;
}

form.fvalida div{
margin: 1em 0;
font-size:11px;
}

.ie form.fvalida div{
margin: 1em 0;
font-size:11px;
}

form.fvalida div label{
width: 35%;
float:left;
color:#FC0;
}


div label{
width: 35%;
float:left;
color:#FC0;
}

tr.test{
background: #333;
vertical-align: bottom;
} 
tr.test:hover{ 
background: #666;
} 

td.test{
} 
td.test:hover{ 
background: #666;
} 

.ie td.test{
} 
.ie td.test:hover{ 
background: #666;
} 

tr.test td{
padding:3px 6px;
color:#FC0;
}

.galery {
border:1px solid #9FA592;
width: 92%;
margin-bottom: 5px;
}

.mini {
border:0;
width: 100%;
height: 100%;
}
.minigalery{
float: left;
width: 70px;
height: 70px;
margin-right: 4px;
margin-bottom: 2px;
background:#333;
border: 1px solid #9FA592;
}

.btn {
display: block;
margin: 1em 0;
}

#transparent{
border: #333 solid 1px;
background-color:#FFF;
filter:alpha(opacity=30); -moz-opacity:0.3; -khtml-opacity: 0.3; opacity: 0.3;
z-index: 99;
height: 100%;
width: 100%;
position:absolute;
min-height: 760px;
}

#nopacity{
padding: 3px 5px;
z-index: 101;
color:#FFF;
position: relative;
}

table.ficha tr td{
color: #fff;
font-weight:bold;
}

.titulo {
padding: 1px;
color:#FC0;
background: #111 url(images/cur.jpg) repeat;
}

.soporte {
padding: 0 6px;
color:#FFF;
background: #666;
}

a.insert{
	font-size:10px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
	display: inline-block;
	width: 85px;
	text-transform:uppercase;
	margin: 5px 3px 0 0;
	padding: 2px 3px;
}

a.insert:hover{
	color:#FC0;
	text-decoration:none;
	background: #333;
	border-left: 2px solid #F60;
}

a.square{
	font-size:10px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
	display: inline-block;
	width: 85px;
	text-transform:uppercase;
	margin: 3px 3px 0 0;
	padding: 2px 20px 2px 20px;
	background: url(../images/square.gif) no-repeat;
}

a.square:hover{
	color:#FC0;
	text-decoration:none;
	border-left: 2px solid #F60;
}


#capaexpansion{	position:relative; display:none;}
#capaexpansion2{ position:relative; display:none;}
#capaexpansion3{ position:relative; display:none;}
#capaexpansion4{ position:relative; display:none;}
#capaexpansion5{ position:relative; display:none;}
#capaexpansion6{ position:relative; display:none;}
#capaexpansion7{ position:relative; display:none;}
#capaexpansion8{ position:relative; display:none;}
#capaexpansion9{ position:relative; display:none;}
#capaexpansion10{ position:relative; display:none;}
#capaexpansion11{ position:relative; display:none;}
#capaexpansion12{ position:relative; display:none;}
#capaexpansion13{ position:relative; display:none;}
#capaexpansion14{ position:relative; display:none;}
#capaexpansion15{ position:relative; display:none;}
#capaexpansion16{ position:relative; display:none;}
#capaexpansion17{ position:relative; display:none;}
#capaexpansion18{ position:relative; display:none;}
#capaexpansion19{ position:relative; display:none;}
#capaexpansion20{ position:relative; display:none;}
#capaexpansion21{ position:relative; display:none;}
#capaexpansion22{ position:relative; display:none;}
#capaexpansion23{ position:relative; display:none;}
#capaexpansion24{ position:relative; display:none;}
#capaexpansion25{ position:relative; display:none;}
#capaexpansion26{ position:relative; display:none;}
#capaexpansion27{ position:relative; display:none;}
#capaexpansion28{ position:relative; display:none;}
#capaexpansion29{ position:relative; display:none;}
#capaexpansion30{ position:relative; display:none;}
#capaexpansion31{ position:relative; display:none;}
#capaexpansion32{ position:relative; display:none;}
#capaexpansion33{ position:relative; display:none;}
#capaexpansion34{ position:relative; display:none;}
#capaexpansion35{ position:relative; display:none;}
#capaexpansion36{ position:relative; display:none;}
#capaexpansion37{ position:relative; display:none;}
#capaexpansion38{ position:relative; display:none;}
#capaexpansion39{ position:relative; display:none;}
#capaexpansion40{ position:relative; display:none;}
#capaexpansion41{ position:relative; display:none;}
#capaexpansion42{ position:relative; display:none;}
#capaexpansion43{ position:relative; display:none;}
#capaexpansion44{ position:relative; display:none;}
#capaexpansion45{ position:relative; display:none;}