body {
	/*border:1px solid #000000;*/
	background-color:#000000;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#cc0000;
}

h2 {
	color:#FFFFFF;
	font-size:24px;
}

h3 {
	font-size:14px;
	margin:5px 0;
}
.container {
	/*border:1px solid #000000;*/
	padding:0px;
	text-align:left;
	width:730px;
	display:table;
}

.web {
	/*border:1px solid #000000;*/
	float:left;
	width:100%;
}

.top {
	background-color:#fffccf;
	height:285px;
}


* html .top
{

}

.pagina {
	clear:both;
	/*border:1px solid #000000;*/
	width:100%;
	display:table;

}

* html .pagina {

}

.pagina a
{
	color:#EA5A5A;
	text-decoration:none;
}

.pagina a:hover
{
	color:#f08787;
	text-decoration:none;
}

.foot {
	padding-top:10px;
/*	border:1px solid #000000;*/
	height:32px;
	width:100%;
	float:left;
	clear:both;
	color:#666666;
	text-align:center;
	display:run-in;
}
.foot a{
	color:#666666;
	text-decoration:none;
}

.button {

	border: 1px solid #999999;
	background-color: #d0d1d0;
	font-size: 11px;
	color: #444444;
	font-weight: normal;
	background-image: url(../ico/formButtonBg.gif);
	background-repeat: repeat-x;
	background-position: top;
	}
	
.buttonOn, .button:hover, .button:focus, .buttonOn:focus {

	border: 1px solid #444444;
	background-color: #ffffff;
	font-size: 11px;
	color: #444444;
	font-weight: normal;
	background-image: url(../ico/formButtonBgOn.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-color: #758a9e;
	}