body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#990000;
	margin-left:0;
	margin-top:0;
	margin-bottom:0;
	margin-right:0;
}

p { 
line-height:22px;
text-align:justify;
}

strong{color:#ffffff;}

.text {
	font-family:  Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#E4E4E4;

}

@font-face 
    {
	font-family: Exotic-Demi;
	src: url(http://www.multimagencr.com/fonts/EXOTICD.TTF);
	}
	
h1{
	font-family:  Exotic-Demi, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#ffffff;
	margin-bottom:0px;
}

td{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#E4E4E4;

}

a {
	font-family: "Exotic-Demi", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#E4E4E4;
	text-decoration:none;
	font-weight: bold;
}

a:hover{
	font-family: Exotic-Demi, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#C70102;
	font-weight: bold;

}

#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#C70102;
	font-weight: bold;

}

.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CCCCCC;
}


th {
	font-family: Arial, Helvetica, sans-serif;
}

textarea{
		width:150px;
		height:110px;
		border-style:solid;
		border-width:1px;
		border-color:#000000;
		background:#CCCCCC;
		color:#121212;
		font-family:tahoma;
		font-size:11px;
		padding-left:7px;
		overflow:hidden
		}
		
input	{
		width:143px;
		height:19px;
		border-style:solid;
		border-width:1px;
		border-color:#000000;
		background:#CCCCCC;
		color:#121212;
		font-family:tahoma;
		font-size:11px;
		padding-left:7px
		}
		
#botones{
		width:60px;
		height:19px;
		border-style:solid;
		border-width:1px;
		border-color:#D90000;
		background:#990000;
		color:#ffffff;
		font-family:tahoma;
		font-size:11px;
		font-weight: bold;
		padding-left:0px;
		text-align:center		
}