html,
body
{
	color: #666666;
	font-family: arial;
	font-size: 12px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: #D7D5D6;
}


div.body
{
	height: 100%;
	width: 100%;
}

div.body div.containerAll
{
	margin: auto;
	width: 984px;
}


div.header
{
	background-color: #F4F3F8;
	margin: 15px 0 0 0;
}

div.mainHeader
{
	background: url(../images/backgroundHeader.png) repeat-x;
	width: 984px;
	height: 127px;
}

div.mainHeaderLogo
{
	float: left;
	width: 320px;
	height: 113px;
	padding: 8px 0px 0px 20px;
}

div.contentMainHeaderBotonera
{
	padding: 79px 0 0 0;
	float: left;
}

div.mainHeaderBotonera
{
	height: 32px;
	width: 642px;
}

div.mainHeaderBotonera div.buttonHeader
{
	float:left;
	height:32px;
	padding:0 21px;
}

div.mainHeaderBotonera div.active
{
	background: url(../images/buttonHeaderActive.png) repeat-x;
}

div.mainHeaderBotonera div.buttonHeader a
{
	color:#FFFFFF;
	font-size:16px;
	line-height:30px;
	text-decoration: none;
}

div.mainHeaderBotonera div.separadorButtonHeader
{
	float: left;
	background: url(../images/botoneraSeparador.png) no-repeat;
	width: 1px;
	height: 32px;
}


#bannerHeader
{
	padding:0 10px 10px 12px;
}

#bannerHeader a img
{
	border: 0px;
}

div.cajaRedondaTop
{
	height: 10px;
	line-height:  1px;
	font-size:  1px;
	width: 984px;
}

div.cajaRedondaTop div.cajaRedondaTopLeft
{
	background: url(../images/cajaRedondaTopLeft.gif) no-repeat;
	float: left;
	height: 10px;
	line-height:  1px;
	font-size:  1px;
	width: 10px;
}

div.cajaRedondaTop div.cajaRedondaTopMiddle
{
	background: url(../images/cajaRedondaTopMiddle.gif) repeat-y;
	float: left;
	height: 10px;
	line-height:  1px;
	font-size:  1px;
	width: 964px;
}

div.cajaRedondaTop div.cajaRedondaTopRight
{
	background: url(../images/cajaRedondaTopRight.gif) no-repeat;
	float:  left;
	height: 10px;
	line-height:  1px;
	font-size:  1px;
	width:  10px;
}

div.cajaRedondaBottom
{
	float: left;
	height:  10px;
	line-height:  1px;
	font-size:  1px;
	width:  984px;
	padding-bottom: 16px;
}

div.cajaRedondaBottom div.cajaRedondaBottomLeft
{
	/*clear: left;*/
	background: url(../images/cajaRedondaBottomLeft.gif) no-repeat;
	float:  left;
	height: 14px;
	line-height:  1px;
	font-size:  1px;
	width:  10px;
}

div.cajaRedondaBottom div.cajaRedondaBottomMiddle
{
	background: url(../images/cajaRedondaBottomMiddle.gif) repeat-x;
	float:   left;
	height:  14px;
	line-height:  1px;
	font-size:  1px;
	width:  964px;
}

div.cajaRedondaBottom div.cajaRedondaBottomRight
{
	background: url(../images/cajaRedondaBottomRight.gif) no-repeat;
	float:  left;
	height: 14px;
	line-height:  1px;
	font-size:  1px;
	width:  10px;
}

div.cajaRedondaMiddle
{
	background: #3D3B3C;
	padding: 0px 10px;
	float: left;
}



div.content
{
	width: 946px;
	background: url(../images/backgroundContent.gif) repeat;
	float: left;
	padding: 19px 19px 0px 19px;
}

div.footer
{
	width: 100%;
	float: left;
}

div.contentMainFooter
{
	background: url(../images/backgroundContent.gif) repeat;
	padding: 19px 0 0 0;
	float: left;
	width: 100%;
}

div.mainFooter
{
	border-top: solid #585657 1px;
	margin: 0 10px 0 10px;
	padding: 10px 0 0 0;
	color: #ffffff;
	font-size: 11px;
}
h1.tituloSeccion
{
	font-weight: normal;
	color: #ffffff;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
	font-size: 30px;
	border-bottom: solid #B4B2B3 1px;
}


/**********************Button******************************/
div.Button {
  height: 22px;
  font-size: 12px;
  font-family: Arial;
  font-weight: bold;
  color: #ffffff;
  text-transform: lowercase;
}

div.Button.Black div.izq {
  float: left;
  background: url('../images/btn_izq_black.gif');
  width: 5px;
  height: 22px;
  cursor: pointer;
}

div.Button.Black div.cen {
  float: left;
  background: url('../images/btn_bkg_black.gif') repeat-x;
  height: 19px;
  padding-top: 3px;
  padding-left: 7px;
  padding-right: 7px;
  cursor: pointer;
}

div.Button.Black div.der {
  float: left;
  background: url('../images/btn_der_black.gif');
  width: 5px;
  height: 22px;
  cursor: pointer;
}

div.Button.Orange div.izq {
  float: left;
  background: url('../images/btn_izq_orange.gif');
  width: 5px;
  height: 22px;
  cursor: pointer;
}

div.Button.Orange div.cen {
  float: left;
  background: url('../images/btn_bkg_orange.gif') repeat-x;
  height: 19px;
  padding-top: 3px;
  padding-left: 7px;
  padding-right: 7px;
  cursor: pointer;
}

div.Button.Orange div.der {
  float: left;
  background: url('../images/btn_der_orange.gif');
  width: 5px;
  height: 22px;
  cursor: pointer;
}
/**********************Button******************************/
