/* Fondo del sitio, color de letra defecto, formato de letra y tamaño en  10 */
BODY {
background: #fcfcfc;
font-family: Verdana;
font-size: 1em;
line-height: 1.2em;
letter-spacing: 0;
word-spacing: normal;
text-decoration: none;
color: #000000;

}
/* Formato Noticias */

.art-postheader, .art-postheader a, .art-postheader a:link, .art-postheader a:visited, .art-postheader a:hover,
.art-blockheader .t, .art-vmenublockheader .t, .art-logo-text, .art-logo-text a,
h1.art-logo-name, h1.art-logo-name a, h1.art-logo-name a:link, h1.art-logo-name a:visited, h1.art-logo-name a:hover
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 22px;
  text-align: left;
  letter-spacing: 3px;
}

a, 
.art-post li a
{
  color: #999;
}

a:link,
.art-post li a:link
{
  color: #999;
}

a:visited, a.visited,
.art-post li a:visited, .art-post li a.visited
{

  color: #999;
}

a:hover, a.hover,
.art-post li a:hover, .art-post li a.hover
{

  text-decoration: none;
  color: #2B2D0C;
}
.cleared
{
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1px;
}
.art-postmetadatafooter
{
  padding: 1px;
  background-color: #E3E3E3;
}
.art-postfootericons
{
  color: #333333;
  padding: 1px;
}

.art-postfootericons, .art-postfootericons a, .art-postfootericons a:link, .art-postfootericons a:visited, .art-postfootericons a:hover
{
  font-size: 11px;
  text-decoration: none;
}

.art-postfootericons a, .art-postfootericons a:link, .art-postfootericons a:visited, .art-postfootericons a:hover
{
  margin: 0;
  font-style: normal;
  font-weight: bold;
  color: #4D4D4D;
}

.art-postfootericons a:visited, .art-postfootericons a.visited
{

  color: #4D4D4D;
}

.art-postfootericons a:hover, .art-postfootericons a.hover
{

  text-decoration: underline;
  color: #1A1A1A;
}
.art-blockcontent
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.art-blockcontent-body
{
  position: relative;
  z-index: 1;
  padding: 5px;
}


.art-blockcontent-body, 
.art-blockcontent-body a, 
.art-blockcontent-body li a
{
  color: #1A1A1A;
  font-family: Broadway,Arial, Helvetica, Sans-Serif;
  font-size: 13px;
}

.art-blockcontent-body a,
.art-blockcontent-body li a
{
  color: #757A1F;
  font-family: Batang,Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  text-decoration: underline;
}

.art-blockcontent-body a:link,
.art-blockcontent-body li a:link
{
  color: #757A1F;
  font-family: Batang,Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  text-decoration: underline;
}

.art-blockcontent-body a:visited, .art-blockcontent-body a.visited,
.art-blockcontent-body li a:visited, .art-blockcontent-body li a.visited
{
  color: #808080;
  font-family: "Manga Temple",Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  text-decoration: none;
}

.art-blockcontent-body a:hover, .art-blockcontent-body a.hover,
.art-blockcontent-body li a:hover, .art-blockcontent-body li a.hover
{
  color: #C98403;
  text-decoration: none;
  font-family: Calligrapher,Arial, Helvetica, Sans-Serif;
  font-size: 16px;
}

.art-blockcontent-body ul
{
  list-style-type: none;
  color: #333333;
  margin: 0;
  padding: 0;
}

.art-blockcontent-body ul li
{
  margin-left: 12px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  line-height: 1.25em;
  padding: 0 0 0 18px;
  background-image: url('img/blockcontentbullets.png');
  background-repeat: no-repeat;
}


/* Fin Modelado */

/* Noticia */
.art-post
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 11px;
  min-height: 11px;
}

.art-post-body
{
  position: relative;
  z-index: 1;
  padding: 16px;
}

.art-post-tr, .art-post-tl, .art-post-br, .art-post-bl, .art-post-tc, .art-post-bc,.art-post-cr, .art-post-cl
{
  position: absolute;
  z-index: -1;
}

.art-post-tr, .art-post-tl, .art-post-br, .art-post-bl
{
  width: 10px;
  height: 10px;
  background-image: url('img/post_s.png');
}

.art-post-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 5px, 5px, auto);
}

.art-post-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 5px, 5px);
}

.art-post-bl
{
  bottom: 0;
  left: 0;
  clip: rect(5px, 5px, auto, auto);
}

.art-post-br
{
  bottom: 0;
  right: 0;
  clip: rect(5px, auto, auto, 5px);
}

.art-post-tc, .art-post-bc
{
  left: 5px;
  right: 5px;
  height: 10px;
  background-image: url('img/post_h.png');
}

.art-post-tc
{
  top: 0;
  clip: rect(auto, auto, 5px, auto);
}

.art-post-bc
{
  bottom: 0;
  clip: rect(5px, auto, auto, auto);
}

.art-post-cr, .art-post-cl
{
  top: 5px;
  bottom: 5px;
  width: 10px;
  background-image: url('img/post_v.png');
}

.art-post-cr
{
  right: 0;
  clip: rect(auto, auto, auto, 5px);
}

.art-post-cl
{
  left: 0;
  clip: rect(auto, 5px, auto, auto);
}

.art-post-cc
{
  position: absolute;
  z-index: -1;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background-color: #FAFAFA;
}

.art-post
{
  margin: 10px;
}

a img
{
  border: 0;
}

.art-article img, img.art-article
{
  margin: 5px;
}

.art-metadata-icons img
{
  border: none;
  vertical-align: middle;
  margin: 2px;
}

.art-article table, table.art-article
{
  border-collapse: collapse;
  margin: 1px;
  width: auto;
}

.art-article table, table.art-article .art-article tr, .art-article th, .art-article td
{
  background-color: Transparent;
}

.art-article th, .art-article td
{
  padding: 2px;
  border: solid 1px #8C8C8C;
  vertical-align: top;
  text-align: left;
}

.art-article th
{
  text-align: center;
  vertical-align: middle;
  padding: 7px;
}

pre
{
  overflow: auto;
  padding: 0.1em;
}
/* Fin Formato Noticias */

.tabla-principal {
	background:#FFF;
}
a.Ntooltip {
position: relative; /* es la posición normal */
text-decoration: none !important; /* forzar sin subrayado */
color:#666; !important; /* forzar color del texto */
}

a.Ntooltip:hover {
z-index:999; /* va a estar por encima de todo */
font-weight:bold !important; /* forzar negritas */
}

a.Ntooltip span {
display: none; /* el elemento va a estar oculto */
}

a.Ntooltip:hover span {
display: block; /* se fuerza a mostrar el bloque */
position: absolute; /* se fuerza a que se ubique en un lugar de la pantalla */
top:2em; left:2em; /* donde va a estar */
width:120px; /* el ancho por defecto que va a tener */
padding:5px; /* la separación entre el contenido y los bordes */
color: #FFFFFF; /* el color de los textos por defecto */
}
/* Estilos Userbar y Userbar2 */

.userbar {
	background: #FCFCFC url(images-site/fnduserbar.gif);
	color: #666;
	font-family: Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
	font-size: 11px;
}

.userbar2 {
	background: #FCFCFC url(images-site/fnduserbar2.gif) repeat-x;
}

.usernoticia2 {
	background: url(img/noticiaup-centro.jpg);
}
.usernoticia3 {
	background: url(img/noticiadown-centro.jpg);
}
.userinicio_medio_izq {
	background: url(img/tabla_inicio_medio_izq.jpg);
}
.userinicio_medio_der {
	background: url(img/tabla_inicio_medio_der.jpg);
}
.userinicio_up_centro {
	background: url(img/tabla_inicio_up_centro.jpg);
}
.userinicio_down_centro {
	background: url(img/tabla_inicio_down_centro.jpg);
}
.userinicio_fondo_1 {
	background: url(img/tabla_inicio_fondo_1.gif);
	font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #747474;
}
.userinicio_fondo_2 {
	background: url(img/tabla_inicio_fondo_2.gif);
	font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #747474;
}
.userinicio_fondo_3 {
	background: url(img/tabla_inicio_fondo_3.gif);
	font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #747474;
}
/* Estilos Categorias */

.cat-azul {
	background: #FCFCFC url(images-site/cat-azul.gif);
}

.cat-rojo {
	background: #FCFCFC url(images-site/cat-rojo.gif);
}

.cat-naranjo {
	background: #FCFCFC url(images-site/cat-naranjo.gif);
}
.cat-seccionderecha {
	background: #FCFCFC url(images-site/menu2.jpg);
}

.cat-derechabordes {
	background: #FCFCFC url(images-site/menu_bordes_lados.jpg);
}
.cat-derechabaho {
	background: #FCFCFC url(images-site/menu_bordes_bajo.jpg);
}
.cat-fixed {
	background: #FCFCFC url(images-site/fixed.jpg);
}
.infoBoxContents {
  background: #F6F6F6 url(images-site/fndmenu.gif);
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
/* Textos */

.texto-cuac{
border-spacing: 0px;
border-collapse: inherit;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #747474;
}

.texto-plomo {
	color: #666;
	font-family: Arial;
	font-size: 11px;
}


.texto-tiquito {
	font-size: 9px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #8f8f8f;
	text-decoration: none;
}
.texto-NavegacionHeader {
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #606060;
	text-decoration: none;
}

.texto-menu {
	color: #535353;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 150%;
}

.texto-menu a:link {
	color: #535353;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 150%;
}

.texto-menu a:visited {
	color: #535353;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 150%;
}

.texto-menu a:hover {
	color: #535353;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 150%;
	text-decoration: none;
}

.texto-rojoGrande {
	font-family: verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
}
.texto-rojoGrande a:active {
	color: #FF0000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 150%;
}
.texto-rojoGrande a:visited {
	color: #FF0000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 150%;
}
.texto-rojoGrande a:hover{
	color: #0F0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: underline;
}
.texto-tituloSeccion {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0066FF;
}
.texto-VerdeChicoSub { 
	font-family : Verdana, Arial, sans-serif; 
	font-size : 10px; 
	color: #70d250; 
	text-decoration: underline; 
}
.texto-ChicoMarron { 
	font-family : Verdana, Arial, sans-serif; 
	font-size : 10px; 
	color: #cc0033; 
}
.texto-NormalMedio { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
.texto-TituloCenter { 
	font-family: Arial, Helvetica, sans-serif;
	color: #0259B0;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	line-height: 1em;
	text-align: center;
}
.texto-box { 
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px; 
}
.texto-rojoChico {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #ff0000; 
}
.texto-PlomoNormal {
	color: #535353;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	line-height: 150%;
}

.texto-PlomoNormal a:active {
	color: #535353;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	line-height: 150%;
}
.texto-PlomoNormal a:visited {
	color: #535353;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	line-height: 150%;
}
.texto-PlomoNormal a:hover {
	color: #0066CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	line-height: 150%;
}

.texto-naranjoLa {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FE9900;
	font-weight: normal;
	text-decoration: none;
}
.texto-naranjoLa a:active {
	color: #0259B0;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 150%;
}
.texto-naranjoLa a:visited {
	color: #0259B0;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 150%;
}
.texto-naranjoLa a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FE9900;
	font-weight: normal;
	text-decoration: none;
}
.texto-AzulN {
  color: #004F9D;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 150%;
}

/* Fondos y Tablas */

.fndnava  {
	background: #EEEEEE url(images-site/fndnav.gif);
}
.ColumnaOver {
	background-color: #D7E9F7;
	cursor: pointer; 
	cursor: hand;
}
.ColumnaSelect {
	background-color: #E9F4FC;
	text-align: center;
}
/* message box */
.messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
/* input requirement */

TABLE.inicio-tabla {
border-width: 1px 1px 1px 1px;
border-style: solid;
border-color: #CCC;
border-spacing: 0px;
background-color:#FFFFFF;
border-collapse: inherit;
}
.errorBox { 
font-family : Verdana, Arial, sans-serif; 
font-size : 10px; 
background: #ffb3b5; 
font-weight: bold; 
}
.productsNotifications { background: #f2fff7; }

/* Links por defecto */
A {
  color: #666;
  text-decoration: none;
}

A:hover {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

/* Formularios */

FORM {
	display: inline;
}

.infoBox {
  background: #CCCCCC url(images-site/fndmenu.gif);
}

/* Modificaciones Nuevas */
td, th, p, li
{
	font: 8pt verdana, geneva, lucida, arial, helvetica, sans-serif;
	text-align: left;
}
.asdf
{
	background: #CCCCCC;
	color: #000000;
}
TABLE.border {
border-right: 1px solid #181B16;
border-left: 1px solid #181B16;
}
.header-logo {
	background: url(img/asdf.jpg);
}
.alt1 {
background: #ffb3b5;
color:#000000;
border-top: 1px solid #000000;
border-bottom:1px solid #000000;
border-left:1px solid #000000;
border-right:1px solid #000000;
}
.alt2, .alt2Active
{
	background: #EEECEC;
	color: #000000;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
/* Fin modificaciones nuevas ^^ */
.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #0057C1;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.fondolista{
background-color: #F6F6F6;
border-width: 1px 1px 1px 1px;
border-style: solid;
border-color: #CCC;
border-spacing: 0px;
border-collapse: inherit;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #747474;
font-weight: bold;
}
TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

/* ----- Para los formularios (GLOBAL) ------ */

/* SOLO PARA LA BUSQUEDA EN TOP */
.TextField { 
	border: 1px solid #000066;
	font: 10px Verdana, sans-serif;
	color:#000066;
	background-color: #000;
	background-image: url(images-site/fndbuscador.gif); 
	background-repeat: repeat-x;
}

.FieldX{
	background: #F5F5F5;
	border: 1px solid #C3C3C3;
	color: #474747;
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	vertical-align: middle;
}

/* busqueda avanzada, */
.select{
	background: #FFF;
	border: 1px solid #666;
	color: #474747;
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	vertical-align: middle;
}
