@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

.centerbg {
	background-repeat: repeat-x;
}

.addbottomtd {
	padding-right: 14px;
}

.advtable {
	padding-left: 11px;
	padding-right: 11px;
}

.novedadestd {
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.blanco {
	color: #ffffff;
	font-size: 11px;
	font-family: tahoma;
	text-decoration: none;
	font-weight:normal;
}

.blanco a {
	color: #ffffff;
	font-size: 11px;
	font-family: tahoma;
	text-decoration: none;
	font-weight:bold;
}

.blanco a:hover {
	color: #ffffff;
	font-size: 11px;
	font-family: tahoma;
	text-decoration: underline;
	font-weight:bold;
}

.rojofecha {
	color: #9F4650;
	font-size: 11px;
	font-family: tahoma;
	text-decoration: none;
	font-weight:bold;
}

.rojofecha a {
	color: #9F4650;
	font-size: 11px;
	font-family: tahoma;
	text-decoration: none;
	font-weight:bold;
}

.rojofecha a:hover {
	color: #9F4650;
	font-size: 11px;
	font-family: tahoma;
	text-decoration: underline;
	font-weight:bold;
}

.negrotit {
	color: #000000;
	font-size: 14px;
	font-family: tahoma;
	text-decoration: none;
	font-weight:bold;
	text-transform: uppercase;
}

.negrotit a {
	color: #000000;
	font-size: 14px;
	font-family: tahoma;
	text-decoration: none;
	font-weight:bold;
	text-transform: uppercase;
}

.negrotit a:hover {
	color: #000000;
	font-size: 14px;
	font-family: tahoma;
	text-decoration: underline;
	font-weight:bold;
}

.negroclaro {
	color: #444444;
	font-size: 11px;
	font-family: tahoma;
	text-decoration: none;
	font-weight:normal;
}

.negroclaro a {
	color: #444444;
	font-size: 11px;
	font-family: tahoma;
	text-decoration: none;
	font-weight:bold;
}

.negroclaro a:hover {
	color: #444444;
	font-size: 11px;
	font-family: tahoma;
	text-decoration: underline;
	font-weight:bold;
}


.contenido {
	font-family: tahoma;
	font-size: 12px;
	color:#000000;

}

.bordes_tabla{
	border-bottom: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	border-top: solid;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	border-left: solid;
	border-left-width: 1px;
	border-left-color: #CCCCCC;
	border-right: solid;
    border-right-width: 1px;
	border-right-color: #CCCCCC;
 }
.bordes_tabla2{
	border-bottom: solid;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	border-top: solid;
	border-top-width: 1px;
	border-top-color: #999999;
	border-left: solid;
	border-left-width: 1px;
	border-left-color: #999999;
	border-right: solid;
    border-right-width: 1px;
	border-right-color: #999999;
 }