/* Hoja de estilos www.noproblem.es*/

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background: #4477AA;
	margin: 0;
}

a:link,
a:visited {text-decoration: none; color: #3333CC; }
a:hover,
a:active {text-decoration: underline; color: #3262C2; }

hr{     border: 1px dotted Black;      }

input.button, input.text, textarea, select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: transparent;
	border: 1px solid;
	-moz-border-radius:.4em
}
input.text, textarea, select {
	background-color: #FDFEFF;
}
input.text:hover, input.text:hover, textarea:hover, select:hover {
	background-color: #EAF5FF;
}
input.text:focus, input.text:focus, textarea:focus, select:focus {
	background-color: #DBEDFF;
}
input.button:hover, input.button:focus {
	background-color: #E1F9FF;
}
input.button:active {
	background-color:#EEE
}




.tabla {
	border: 1px solid #0066CC;
	font-size: 10pt;
}

.tabla1 {
	border: 1px solid #FFFFFF;
	background-color: #2B9EFC;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding: 0.4em;
}

#tabla2 {
	border: 1px solid #FFFFFF;
	background-color: #2B9EFC;
	font-size: 8pt;
	color: #FFFFFF;
	padding: 0.4em;
	margin: 3px;
	text-align: left;
	-moz-border-radius: 8px;
}

/*enlaces indice*/
#tabla2 a:link ,
#tabla2 a:visited {text-decoration: none; color: White; font-weight: bold; }
#tabla2 a:hover,
#tabla2 a:active {text-decoration: underline; color: #3262C2; }


.tabla_descargas{   border: 1px dotted GrayText; }
.tabla_ayuda{   border: 1px dotted GrayText; }
.tabla_precio{   border: 1px dotted GrayText; }
.tabla_noticias{   border: 1px dotted GrayText; }

.titulo_mini {
	font-size: 12px;
	font-weight: bold;
}
.titulo_grande{font-size: 20px;  font-weight: bold;}

/* incompatible con IE */
/*.tabla2:hover {
	background-color: #ADD8E6;
}*/

.imagen{ 
	float: right;
	margin: 10px;
	overflow: hidden;
	display: block;
}
.imagen_borde{
		-moz-border-radius: 4px;
		border: 1px solid White;
}
.legal {
	font-size: 10px;
	text-align: center;
	vertical-align: bottom;
	margin: 20px;
	font-weight: bold;
}

.cuadro{ border: 1px solid Black;  background-color: #F1F1F1;
	overflow: visible;
	width: 75%;
	border-left-width: 3px;
	-moz-border-radius:.4em;
	padding-left: 5px;
}
.mini_noticia{
	font-size: 10px;
	vertical-align: bottom;
	margin: 5px;
	}

.titulo_articulo{ font-size: 20px;  font-style: italic;  font-weight: bold;    text-align: right;    border-bottom-style: solid; }

h1 {
font-size: 22px;  font-style: italic;  font-weight: bold;    text-align: center;    border-bottom-style: solid;	
}

h2 {
	font-size: 10pt;  font-weight: bold;
	}
	
h3 {
font-size: 12px;  font-style: italic;  font-weight: bold;
}

h4 {
font-size: 20px;  font-style: italic;  font-weight: bold; text-align: center;
}

#tabla_contenidos {
	border: 1px solid black;
	font-size: 10pt;
	color: black;
	padding: 25px;
	margin-bottom: 5px;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 5px;
	background: White;
	-moz-border-radius:.4em
}

/* enlaces tabla contenidos*/
#tabla_contenidos a:link,
#tabla_contenidos a:visited {text-decoration: none; color: #000066; }
#tabla_contenidos a:hover,
#tabla_contenidos a:active {text-decoration: underline; color: #3262C2; }


/* globalnav Menu tabuladores arriba */

#globalnav {
	position:relative;
	float:left;
/*	width: 750px; */
	width: 98%; 
	padding:0 0 1.75em 1em;
	margin:0;
	list-style:none;
	line-height:1em;
	/*font-size: 8pt;*/
	font-size: 10pt;

}

#globalnav LI {
	float:left;
	margin:0;
	padding:0;
}

#globalnav A {
	display:block;
	color: White;
	text-decoration:none;
/*	font-weight:bold;*/ 
	margin:0;
	padding:0.25em 1em;
	border-left:1px solid #fff;
	border-top:1px solid #fff;
	border-right:1px solid #aaa;
		background: #258;
}

#globalnav A:hover,
#globalnav A:active,
#globalnav A.here:link,
#globalnav A.here:visited {
   background: #4477AA; 
	color: White;
	text-decoration: none;
}

#globalnav A.here:link,
#globalnav A.here:visited {
	position:relative;
	z-index:2;
}

/*subnav*/

#globalnav UL {
	position:absolute;
	left:0;
	top:1.5em;
	float:left;
	background: #47a;
	width: 880px;
	/*width: 750px; */
/*	width: 98%; */
	margin: 0;
	padding: 0.25em 0.25em 0.25em 1em;
	list-style: none;
	border-top: 1px solid #fff;
}

#globalnav UL LI {
	float:left;
	display:block; 
	/*margin-top:1px;*/
	margin-top:3px;
}

#globalnav UL A {
	background: #47a;
	color: White;
	display:inline;
	margin:0;
	padding:0 1em;
	border:0;
	font-weight: bold;
}

#globalnav UL A:hover,
#globalnav UL A:active,
#globalnav UL A.here:link,
#globalnav UL A.here:visited {
	color: #D8D8D8;
}

.cosas_arriba {
	color: White;
	z-index: 1; position: absolute; right: 160px;
	top: 0px;
	font-size: 10px;
}
.cosas_arriba a:link, a:visited, a:active{
	color: White;
}
.inquiero {
	color: #3333CC;
	z-index: 1; position: absolute; right: 0px;
	top: 0px;
}

.thumb a:hover img { filter: alpha(opacity=50); opacity: .5; }


#menu dl {width: 150px; margin: 0; padding: 5px 0 10px 0; background: #47a;}
#menu dt {margin:0; padding: 5px; font-size: 1.0em; font-weight:bold; color: #fff; border-bottom:1px solid #fff; background: #69c;}
#menu dd {margin:0; padding:0; color: #fff; font-size: 8pt; border-bottom:1px solid #fff; background: #47a;}
#gallery a, #gallery a:visited {color:#fff; text-decoration:none; display:block; padding:5px 5px 5px 20px;
background: #47a url(../imagenes/arrow.gif) no-repeat 10px 10px; width:125px;
}
#gallery a:hover {background: #258 url(../imagenes/arrowr.gif) no-repeat 11px 10px; color:#9cf; }