BODY {
	FONT-FAMILY: Arial;
	FONT-SIZE: 8pt; color: #ffffff; 
	background-color:#000000;
}

a:link {     font-size: 10px; font-weight:bold;  text-decoration: none; }
a:hover {    font-size: 10px; font-weight:bold;   text-decoration: none; }
a:active {   font-size: 10px; font-weight:bold;   text-decoration: none; }
a:visited  { font-size: 10px; font-weight:bold;   text-decoration: none; }

SELECT {
	font-family: Verdana; font-size: 10px; color: #000099; background-color: #FFFFFF; border: #000000; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
}

INPUT {
	font-family: Verdana; font-size: 10px; color: #2355B1;  background-color:#FFFFFF; border: #A4C7E8; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
}

TEXTAREA {
	font-family: Verdana; font-size: 10px; color: #2355B1; background-color: #FFFFFF; border: #A4C7E8; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
}

/*DIV WEB DE CANALES DECORATIVAS*/

 div.principal{
	position:absolute;
	width:750px;
	height:500px;
	top:50%;
	left:50%;
	margin-left: -375px;	margin-top: -250px;
	overflow:hidden;
	border: #fff;
	border-style: solid;
	border-width: 1px;
}
