@charset "UTF-8";
body {
background-color:#000000;

	font-family: Verdana;
    font-size:13px;
	margin-top: 0px;
	}

/*quite esto de body background:#cccccc url('../images/fondo-rayitas.png')*/

td {font-family: Verdana;

	font-size:13px;
	
}

p {line-height:15px;}
p2{line-height:120px; font-size:18px; }
th { font-family: Verdana;

	font-size:15px;

}

.a {

	color: #FFFFFF;

}

.border {border: thin solid #000066;



}



.tblr {	font-family: Verdana,Arial, Helvetica, sans-serif;

	font-size: 13px;

	text-align: center;
	line-height:14px;

}



.tblh { font-family: Georgia,Arial, Helvetica, sans-serif;

	font-size: 16px;

	text-align: center;

}



.azul_logo {color: #0000cc}

.azul_marino {color: #000066}

.rojo {color:#990000}
.gris{color:#CCCCCC}

#container {
	height: auto;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}

#bodyrepeat {
	background-image: url(../images/bodyrepeat.gif);
	background-repeat: repeat-y;
	height: auto;
	width: 700px;
	overflow: hidden;
	padding-top: 10px;
	padding-right: 4px;
	padding-left: 4px;
}
<!--css para las tabs-->
tabs{
	padding:150px 50px;
	font-family:"Lucida Grande","Lucida Sans Unicode","bitstream vera sans","trebuchet ms",verdana;
}

/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}