
body
{
	font-size: 12px;
	font-family: verdana, arial;
	background-color:#C8C8C8;
}

.Bloq_Web
{
	width: 995px;
	position: relative;
	margin: 5px auto 0 auto;
	padding: 5px;
	display: block;
	clear: both;
	overflow: hidden;
	color: #000000;
	background-color: #FFFFFF;
}

.Bloq_Web .Titulo
{
	width: 75%;
	margin: 0 auto 0 auto;
	text-align: center;
	font-size: 1.5em;
}

.Bloq_Web .CjInformePly
{
	width: 85%;
	margin: 5px auto 5px auto;
	overflow: hidden;
	padding:5px;
  border: 1px solid #000000;
  font-size: 1.1em;
}

.Bloq_Web .CjInformePly .CjInfPly_Cab
{
	width: 98%;
	margin: 0 auto 0 auto;
  overflow: hidden;
  background-color: #006393;
  color: #FFFFFF;
  font-size: 1.2em;
  font-weight: bold;
}

.Bloq_Web .CjInformePly .CjInfPly_Text
{
	width: 98%;
	margin: 5px auto 0 auto;
	padding-left: 5px;
	font-size: 1.1em;
}

.Bloq_Web .CjInformePly .CjInfPly_Text p {line-height: 22px;}


.Bloq_Web .CjInformePly .CjInfPly_Pie
{
	width: 98%;
	margin: 0 auto 0 auto;
  overflow: hidden;
	text-align: right;
	font-size: 1.1em;
}


.Bloq_Web .CjInformePly .CjVolver
{
  width: 100%;
  margin-top: 5px;
  text-align: center;
  font-size: 1.1em;
}

.Bloq_Web .CjInformePly .CjPgs
{
  width: 100%;
  margin-top: 5px;
  text-align: center;
  font-size: 1.0em;  
}

.Bloq_Web .CjInformePly .CjPgs a
{
	text-decoration: none;
	color: #000000;
}

.Bloq_Web .CjInformePly .CjPgs a:hover
{
	text-decoration: underline;
}

.Pie
{
	width: 995px;
	position: relative;
	margin: 0 auto 0 auto;
	padding: 5px;
	display: block;
	clear: both;
	overflow: hidden;
	color: #000000;
	text-align: center;
	font-size: 0.8em;
	background-color: #FFFFFF;
}
/*******************************/

table.PlayaHistorico
{
	width: 95%;
	margin: 10px auto 0 auto;
	border-collapse: separate;
	border-spacing: 2px;
  border:1px solid #000000;
}

table.PlayaHistorico thead, caption
{
  background-color: #0075EA;
  color: #FFFFFF;
  font-size: 1.1em;
  font-weight: bold;  
  text-align: center;
}

table.PlayaHistorico tbody
{
	background-color: #FFFFFF;
	color: #000000;
}

table.PlayaHistorico thead td, tbody td
{
	border:1px solid #000000;
	text-align: center;
}

