/******************************
* Contenedor
******************************/
#contenedor{
/*	bottom:0;*/
/*	width:730px;*/
	height:100%;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background: #fff;
/*	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;*/
	border-left: 0 solid  #ccc;
	border-top: 0 solid #ccc;
	text-align: left;
}

/******************************
* Contenido
******************************/
#contenido{
	text-align: left;
/*	background-color: #d76c6c;*/
}

/******************************
* Cabecera
******************************/
#cabecera	{
	padding: 0px;
	margin: 0px;
	height: 93px;
	background-color:#fff;
	text-align: left;
/*	border-right: 2px solid #ccc;*/
}

/******************************
* Logo
******************************/
#logo	{
	margin:0px;
	padding: 0px;
}

#logo a	{
	text-decoration: none;
}

#logo img	{
	border: none;
}
/******************************
* Pie
******************************/
#pie{
/*
	position:absolute;
	bottom:1px;
	height:15px;
	clear: both;
	margin: 0 0px;
	color: #666;
	padding: 0 0;
/*	border-bottom: 1px solid #ccc;*/
	width:730px;
	text-align:center;
	font-size: 90%;
	background: #f5f
}
