body {
 margin-left: 0px;
 margin-right: 0px;
 background-color:#f6f6f6;


}

/* POSICIONAMIENTO DE LOS DIVS
****************************************************/

#mainDiv
{

  width : 895px;
  margin: 0 auto 0 auto;
}

#headerTop
{
	clear: both;
	width:895px;
}

#headerLeft
{
	width:200px;
	float:left;
	height: 30px;

}

#headerRight
{
	display: table-cell;
  float:right;
	width:500px;
	height: 30px;
	text-align:right;
	vertical-align:middle;
	padding-right:40px;
	/*border: 1px solid #000000;*/
}

#divSpace
{
	width:895px;
	height: 10px;
	clear: both;
}

#headerDiv
{
	clear: both;
	width:895px;
		vertical-align:middle;
	/*border: 1px solid #000000;*/
}

#mainTop
{
	clear: both;
	width:895px;
	background-image: url('../imagenes/borderTop.png');
  background-repeat: no-repeat;
}

#mainContent
{

	width:895px;
	background-image: url('../imagenes/line.png');
  background-repeat: repeat-y;
}

#mainBottom
{
	clear: both;
	width:895px;
  height: 29px;
	background-image: url('../imagenes/borderBottom.png');
  background-repeat: no-repeat;
}

#footerDiv
{
clear: both;
  font-family: Arial, Times, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	vertical-align:middle;
	text-align: center;
	color : #ffffff;
	padding: 10px;


}

.botonOk
{
vertical-align:middle;
}

.search
{
vertical-align:middle;
border: 1px solid #000000;
}

.moduleError
{

	font-family: Arial, Times, sans-serif;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	vertical-align:middle;
	text-align: center;
	color : red;
}