/* Estilos Generales de Objetos ------------------------------------------- */

body {
	color: black;
	background-color: white;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px;
	font-size: x-small;
	font-family: Tahoma, Serif;
	}

table {
	border-style: none;
	border-collapse: collapse;
	}

td {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px;
	font-size: x-small;
	}

img {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	}

form {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px;
	}

input, textarea, select {
	font-size: x-small;
	font-family: Tahoma, Serif;
	font-weight: bold;
	}

li {
	padding-bottom: 2px;
	padding-top: 2px;
	}

/* Estilos para Celdas ------------------------------------------------------ */

td.tdCen {
	text-align: center;
	}

td.tdDer {
	text-align: right;
	}

td.tdIzq {
	text-align: left;
	}

td.tdJus {
	text-align: justify;
	}

td.tdTop {
	vertical-align: top;
	}

td.tdBot {
	vertical-align: bottom;
	}

td.tdNoWrap {
	white-space: nowrap;
	}

/* Estilos para Celdas Especiales ---------------------------------------------- */

td.tdVPSPromo {
	text-align: left;
	vertical-align: middle;
	font-size: xx-small;
	}

/* Estilos para Textos ---------------------------------------------- */

.txtVPSPromo {
	color: #ff9901;
	}
	.txtVPSPromo a {
		color: #ff9901;
		text-decoration: none;
	}
	.txtVPSPromo a:hover {
		text-decoration: underline;
	}































/* Final */
