body 
    {
    font-family:"Verdana, Arial, Bookman Old Style, Georgia";
    font-size:10pt;
    margin:0; 
	background-image: url(./i/fondo.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 50%;
    } 
td 
    {
    font-family:"Verdana, Arial, Bookman Old Style, Georgia";
    font-size:10pt;
    }

td.fondo
    {
	background-image: url(./i/fondo.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: 0% 0%;
    }

td.fondo2
    {
	background-image: url(./i/banner2.jpg);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: 100% 0%;
    }


td.banner
    {
	background-image: url(./i/banner.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: 0% 0%;
    }

.titulo /* subtitulo */
  {
	display: block;
	font-size: 18px; 
	color: #f93; 
	padding: 7px 0 0 0; 
	font-weight: bold; 
	border-bottom: 2px dotted #ccc;
	margin: 0; 
  }


/* vinculos */

A:link		
	{
	color: #00f;
	}

A:visited
	{
	color: #900;
	}

A:active
 	{
	text-decoration: none; 
	color: #0f0;
	}

A:hover
	{	
	text-decoration: none; 
	color: #fc0;
	}

/* le da formato a los campos en el formulario */

.formulario 

	{
    color: #000;
    background-color: #f3f3f9;
    border: 1px solid #9cf;
	border-left: 3px solid #9cf;
	}

input:focus.formulario, textarea:focus.formulario  /* le da formato a los campos SELECCINADOS en el formulario */
	{
    background-color: #fff;
    border: 1px solid #99f;
	}


