 /* Caimari CSS */
/* Principal */
body {
	background-color: #FFFFFF;
	background-image:url(../img/back.jpg);
	background-repeat:repeat;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: times;
	font-size: 12px;
}

td {
	font-family: times;
	font-size: 12px;
	color:#000000;
}

th {
	font-family: times;
	font-size: 12px;
	color:#000000;
}

/* Textos Especiales */
.Titulos {
	color:#000000;
	text-decoration:underline;
	font-variant:small-caps;
	font-size:16px;
}

.Subtitulos {
	color:#000000;
	text-decoration:underline;
	font-variant:small-caps;
	font-size:12px;
}

/* Links */
.LinkWhite {
	color: #FFFFFF;
	text-decoration:none;
}
a:hover.LinkWhite {
	color: #FFFFFF;
	text-decoration: underline;
}

.LinkBlack {
	color: #000000;
	text-decoration: none;
	cursor: hand;
}
a:hover.LinkBlack {
	color: #000000;
	text-decoration: underline;
}