html  {
	background-color: #040404;
	background-image: url(../img/bkg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin-top: 0px;
}
#ampliado {
	margin-left: 35px;
	margin-top: 34px;
}
#ampliado #texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: justify;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 30px;
}

#ampliado #titular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #93B81A;
	text-align: right;
	margin-right: 37px;
	margin-bottom: 10px;
}

#ampliado #titular a {
	color: #93B81A;
	text-decoration: none;
}


#tabla {
	margin-right: auto;
	margin-left: auto;
}

body {
     margin-top: 0px;
}#contenido {
	background-image: url(../img/fondo_celda.jpg);
	background-repeat: no-repeat;
	height: 591px;
}
#botonera {
	margin-left: 37px;
	margin-top: 10px;
}
#botonera #titulo {
	margin-bottom: 20px;
	margin-left: 9px;
}

#dark {
	width: 100%;
	height: 100%;	
	position: fixed!important;
	position: absolute;	
	display:block;	
	left: 0px;
	top: 0px;
	z-index: 20;
	background:transparent;
	background-color: #000000;
	opacity: 0.70;
	-ms-filter:'alpha(opacity=70)';
	filter:alpha(opacity=70);
	z-index: 20;	
}

#popup {
	display:block;
	height: 100%;
	width: 100%;
	position: fixed!important;
	position: absolute;	
	background:transparent;
	left: 0px;
	top: 0px;
	z-index: 21;
	vertical-align:baseline;
}
#popup #box {
	min-width: 200px;
	max-width: 760px;
	/** width de ejemplo, aplicar al objeto **/
	margin-top: 8%;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position:relative;
}

#popup #box .cerrar_btn {
	background-repeat: no-repeat;
	background-image: url(../img/cerrar.png)!important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/tit-web.png');
	height: 12px;
	width: 58px;
	display: block;
	position: absolute;
	z-index:50;
	top:-16px;
	right: 4px;
}
#ampliado_home {

	margin-left: 35px;
}
#ampliado_home #texto {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: justify;
	margin-top: 12px;
	padding-left: 10px;
	padding-right: 30px;
}
