/*---------------------------------####REGLAS GENERALES####---------------------------*/
* {
  padding:0;
  margin:0;
  outline:0;
}
html, body {
  font-family: "trebuchet MS";
  font-size:11px;
}
A:link {text-decoration: none; color: #CCCCCC;}
A:visited {text-decoration: none; color:#CCCCCC;}
A:active {text-decoration: none;  color:#CCCCCC;}
A:hover {text-decoration: underline; color: #FFFFFF;}
body{
  background: #FFFFFF url(img/bkrg-degrade.jpg) repeat-x;
}
#contenedor {
	width:100%;
	text-align:center;
}
#contenedor2 {
	width:798px;
	text-align: left;
	margin:auto;
	height:200px;
}
#header {
	width:798px;
	height:57px;
	margin:auto;
	padding-top:10px;
	text-align:right;
}
#cajagris {
	width:798px;
	height:313px;
	margin:auto;
	position:relative;
	background-image:url(img/fondo-gris.png);
	background-repeat:no-repeat;
	z-index:30;
	top:-330px;

}
#conceptos {
	width:150px;
	position:relative;
	top:-30px;
	margin-left:20px;
	text-align: center;
	z-index:100;
}
#sombracajagris {
	width:798px;
	height:20px;
	margin:auto;
	background-image: url(img/sombra.png);
	background-repeat:no-repeat;
	position:relative;
		top:-330px;
	
}
#cajablanca {
	width:581px;
	height:289px;
	margin-left: 203px;
	position:relative;
	top:12px;
	background-image: url(img/bkrg-blco.png);
	background-repeat:no-repeat;
	z-index:20;
}
#texto {
	width:360px;
	height:270px;
	padding:10px;
	text-align:left;
	float:left;
	padding-top:25px;
}
#foto {
	width:169px;
	height:253px;
	padding:10px;
	text-align:left;
	float: right;
	padding-top:18px;
}

#banners-cont {
	width:798px;
	margin:auto;
	position:relative;
}
.banners {
	width:253px;
	height:96px;
	float:left;
	margin:6px;
}