/* Estilos generales para toda la web */

BODY, TABLE, TR, TD {
	background: #FFFFFF;
    font-family: Tahoma, Verdana, Sans, Sans-serif; 
    font-size: 13px;
    text-decoration: none;
    color: #666666;
	margin: 0;
	padding: 0;
}

H1 {
    font-family: Tahoma, Verdana, Sans, Sans-serif; 
    font-size: 13px;
    text-decoration: none;
    color: #333333;
	font-weight: bold;
	margin: 10px 0 0 0;s
}

H2 {
	font-family: Tahoma, Verdana, Sans, Sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}s

.h1d {
	border-bottom: 1px dotted #C0C0C0;
}

A:active   {text-decoration: none; color: #566787}
A:visited  {text-decoration: none; color: #566787}
A:link     {text-decoration: none; color: #566787}
A:hover    {text-decoration: none; color: #C05A5C}