/* CSS Frial */

body {
font-family: 'Arial', 'Trebuchet MS';
font-size: 12px;
color: #666666;
padding:0;
border:0;
margin:0;
background-color:#731D34;
text-align: center;
}
a, a:visited{
color:#666;
text-decoration: underline;}
a:hover {
color:#999;
text-decoration: underline;
}

#ieancho {
width:768px;

margin:0;
background-color:#fff;
}
#contenido{
width:768px;
/*height:max;*/
/*background: #fff;*/
/*text-align:center;*/
margin:auto;
}

#cabecera{
width: 768px;
height: 175px;
/*margin:auto;*/
/*position:static;*/
background:#E6EBEB url('images/cabecera.gif') no-repeat left bottom;
text-align:left;
}

#navegador{
position:absolute;
z-index:17;
}

#logosidebar {
  position:absolute;
	/*width:750px;*/
	text-align:left;
	z-index:3;
	padding-top:60px;
	padding-left:20px;
	float:left;
	background-color:#ffffff;
}

#columnainfo {
box-sizing: content-box
  /*float:right;*/
  position:absolute;
	width: 528px;
	border:0;
	/*height:auto;*/
	/*padding-left:220px;*/
	padding-right:20px;
	padding-top:60px;
	margin-left:220px;
	/*padding-bottom:20px;*/
	background-color:#ffffff;
  z-index:2;
	text-align: left;
}

.relleno {
height:300px;
}



h2 {
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	color: #731D34;
}
.tabla {
	font-size: 14px;
	background-color: #FFFFFF;
	padding: 2px;
}
.tabla2 {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}
.destaca {
	background-color: #EAEAEA;
}

#footer {

  width:768px;
  /*height:37px;*/
  background:#fff;
  margin:auto;
  }

