body{
    margin: 5px 0px 5px 0px;
    padding: 0px;
	 font: 11px Verdana;
	background-image: url(images/fondo.jpg);
}
TR.header{
background-image: url(images/header.jpg);
background-repeat: no-repeat;
height: 100px;
}
.inputurl{
	width: 300px;
	border: 1px solid Black;
	margin-bottom: 4px;
	margin-top: 4px;
	font-size: 12px;
	font-family: Verdana;
	padding-left: 4px;
	letter-spacing: 1px;
	background-color: #F4F4F4;
}
TD.navvar{
	background-image: url(images/fondonavvar.jpg);
	background-repeat: no-repeat;
	height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-family: verdana;
	font-size: 13px;
	word-spacing: 1px;
}
a.navvar{
	text-decoration: none;
	color: #CC0000;
	letter-spacing: 1px;
}
a.navvar:hover {
	text-decoration: underline;
	color: #666666;	
}
a.members {
	font-size: 12px;
	font-family: verdana;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 3px 6px 3px 6px;
	background-color: #CFF2D2;
	color: black;
	margin-right: 7px;
	border: 1px solid #D3D3D3;
}
a.members:hover {
	background-color: #CC0000;
	color: white;
	text-decoration: none;
}
a{
	color:#CC0000;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color: #666666;
	text-decoration: underline;
}
p {
padding-left: 20px;
padding-right: 20px;
padding-top: 15px;
padding-bottom: 15px;
}
TR.fondocentral{
	background-image: url(images/fondogeneral.jpg);
	background-repeat: repeat-y;
}
TR.footer{
	background-image: url(images/fondofooter.jpg);
	background-repeat: no-repeat;
	height: 75px;
}
h1 {
	font-size: 15px;
	color: #CC0000;
	letter-spacing: 1px;
	padding: 10px 10px;
	padding-bottom: 4px;
	padding-top: 10px;
	font-weight: bold;
	border-bottom: 1px dashed #CC0000;
}
TD.tituloforms{
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
}
p.proxy{
	padding-left: 20px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.botonsubmit{
background-color: #D3D3D3;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 15px;
padding-right: 15px;
font-weight: bold;
}