﻿#envoltura 
{
	clear: both;
	overflow: hidden; 
	height: 312px; 
	width: 378px;
	position: relative;
	background:#D9E0D4;
	border-left: 1px solid #AECAD5;
	border-right: 1px solid #AECAD5;
}
 
#dentro 
{
	width: 380px;
	position: relative;
}
 
.contenido1 
{
	width: 380px;
	height: 78px;
	border-top: 1px solid #AECAD5;
	background:#D9E0D4;
}

.contenido2 
{
	width: 380px;
	height: 77px;
	background:#D9E0D4;
}
	
#envoltura2 
{
	clear: both;
	overflow: hidden; 
	height: 146px; 
	width: 848px;
	position: relative;
	background:#D9E0D4;
	border-left: 1px solid #AECAD5;
	border-right: 1px solid #AECAD5;
}
 
#dentro2 
{
	width: 850px;
	position: relative;
}		