/* CSS Document */

html, body {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
body {
	background: url(img/bg_index.gif) repeat-x left 50%;
}

#contenedorIndex {
	height: 100%;
	background: red;
	position: absolute;
	width: 50%;
	left: 50%;
	margin-left: -28px;
	margin-right: 0;
}
#topIndex {
	position: relative;
	height: 50%;
	background: cyan;
	min-width: 500px;
	display: table;
}
	#topIndexContenido {
		display: table-cell;
		vertical-align: bottom;
	}

	#topIndexForm {
		padding-left: 28px;
	}
#bottomIndex {
	position: relative;
	height: 50%;
	background: lightgreen;
	min-width: 500px;
}
#bottomIndexContenido {
}






#contenedor {
	background: url(img/bg_contenedor.png) no-repeat 50% 50%;
	width: 100%;
	height: 100%;
	overflow: auto;
}

#contenedorTopIndex {
	position: absolute;
	left: 50%;
	margin-left: -28px;
	bottom: 50%;
	color: #dedede;
	width: 475px;
}

#contenedorBottomIndex {
	position: absolute;
	left: 50%;
	margin-left: -43px;
	padding-left: 15px;
	top: 50%;
	color: #dedede;
	width: 460px;
	background: url(img/bg_contenedorBottomIndex.png) no-repeat left top;
}

#contenedorBottomIndex p {
	font-size: 11px;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.25);
	margin-bottom: 5px;
}

	#contenedorTopIndex table td table { margin-top: 5px; font-size: 10px; }
	#contenedorTopIndex table td table a.boton { font-size: 11px; }
	#contenedorTopIndex ul { list-style-type: none; }

	#cabeceraIndex { height: 80px; text-align: left; }
	#formularioIndex { padding: 0 15px 0 28px; }
	#recordarIndex { padding: 15px 15px 15px 28px; height: 270px; }
	#pieIndex {
		padding: 10px;
		color: #939393;
		bottom: 0;
		position: absolute;
		text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
	}

	#adsIndex div { display: none; }

	span.etiquetaIndex {
		width: 85px;
		font-size: 10px;
		display: block;
		padding: 0 30px 0 3px;
		white-space: nowrap;
	}

	.tituloIndex {
		display: inline-block;
		font-size: 14px;
		text-shadow: 1px 1px 0 rgba(0,0,0,0.25);
		margin-bottom: 5px;
	}

	#contenedorBottomIndex div.warning {
		height: 300px;
		color: #FF7F7F;
		padding: 25px 15px 15px 101px;
		background: url(img/ico_warning.gif) no-repeat 30px 15px;
		vertical-align: middle;
	}

input.error {
	border: 1px solid #BF2323;
}
label.error {
	display: none;
}