#contenido
{
	margin: 0 auto;
	width: 960px;
	border: solid 0px red;
}
.clearfix:after
{
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}
.clearfix
{
	display: inline-block;
}
* html .clearfix
{
	height: 1%;
}
.clearfix
{
	display: block;
}

/* MODO DEBUG */
.debugAV
{
	width: 330px; /*height: 250px;*/
	border: solid 1px red;
}
.debugAV img
{
	/*cursor: pointer; 	float: right; 	vertical-align: middle; 	display: inline; 	padding-left:5px;*/
}
.debugNoAppVista
{
	color: #000;
	font-family: Tahoma;
	font-size: 15px;
	background-color: #33FFCC;
	border: solid 0px #000;
	width: inherit;
	height: auto;
	padding-top: 44px;
}
.debugAppVista
{
	border: solid 0px red;
	background-color: #33FFCC;
	height: 24px;
	position: absolute;
	z-index: 1;
	width: auto;
}
.debugAppVistaNombre
{
	color: #000;
	font-family: Tahoma;
	font-size: 14px;
	overflow: hidden;
}
.debugAppVistaNA
{
	border: solid 0px red;
	background-color: #800000;
	height: 24px;
	position: absolute;
	z-index: 1;
	width: auto;
}
.debugAppVistaNombreNA
{
	color: #FFF;
	font-family: Tahoma;
	font-size: 14px;
	overflow: hidden;
}
.debugZona
{
	text-align: left;
	background-color: #006766;
	padding-left: 5px; /*width: auto;*/
	overflow: hidden;
}
.debugZonaConfig
{
	cursor: pointer;
	padding: 0px;
	margin: 0px;
}
.debugZonaNombre
{
	padding-left: 10px;
	color: #00E0DD;
	font-family: Tahoma;
	font-size: 14px;
	vertical-align: middle;
	display: inline;
}
.debugAppVistaMovil
{
	text-align: right;
	background-color: #FFB98F;
	width: auto;
	overflow: hidden;
	height: 24px;
	position: absolute;
	z-index: 1;
}
.debugZonaMovil
{
	text-align: left;
	background-color: #FF7F33;
	padding-left: 5px;
	width: auto;
	overflow: hidden;
}
.debugZonaNombreMovil
{
	padding-left: 10px;
	color: #000000;
	font-family: Tahoma;
	font-size: 14px;
	vertical-align: middle;
	display: inline;
}
