/* Oriente Domus CSS */
/* Principal */
body {
	background-color: #FFFFFF;
	background-image:url(../img/background.jpg);
	background-repeat:repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: times;
	font-size: 12px;
	color:#FFFFFF;
}

td {
	font-family: times;
	font-size: 12px;
	color:#ffffff;
}

th {
	font-family: times;
	font-size: 12px;
	color:#ffffff;
}

/* Textos Especiales */
.TxtRed {
	color: #CC2137;
}

.LinkWhite {
	font-family: verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration:none;
}
a:hover.LinkWhite {
	font-family: verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}

.TxtGWhite {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration:none;
}
a:hover.TxtGWhite {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline;
}

.LinkBlack {
	color: #000000;
	text-decoration: none;
	cursor: hand;
}
a:hover.LinkBlack {
	color: #000000;
	text-decoration: underline;
}

.TxtTitleMain {
	font-size: 14px;
	color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #8C8C8C;
	height: 24px;
	padding-top: 5px;
	padding-left: 3px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* Fin CSS */