@charset "utf-8";
/* CSS Document */

body  {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#000000;
	}
	
#contenedor { 
	margin-left:auto;
	margin-right:auto;
	}

.texto

	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:.7em;
	}

.td
	{
		width:766px;
		height:314px;
		background-repeat:no-repeat;
		background-position:top;
	}

.tdinfo
	{
		width:770px;
		height:530px;
		background-repeat:no-repeat;
		background-position:top;
	}

.td2
	{
		width:766px;
		height:540px;
		background-color:#000000;
		background-image:none;
	
	}	



a {
	text-decoration: none;
	font-size:.8em;
	outline:none;
  }

a:link {
	color:#EE741F;
	   }

a:visite {
	color:#FF6600;
	}
	
a:hover, a:focus {
	text-decoration:underline;
	}

#otro a {
	text-decoration: none;
	color:#999999;
	outline:none;
	text-align: center;
	}