@charset "UTF-8";
/* CSS Document */

/*-------------------------------------------------------------

						Elementos de Layout
				
-------------------------------------------------------------- */

body {
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url(images/fondo_b.png);
	background-repeat: repeat-x;
	background-position: bottom;
	background-attachment: fixed;
}

#contenedor {
	height: auto;
	min-height:520px;
	background-image: url(Images/fondo_flag.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#cabecera {
	height: 140px;
	background-image: url(images/cabecera.png);
	background-repeat: repeat-x;
	position: fixed;
	width: 100%;
	z-index: 20;
}

#logo_cabecera {
	float: right;
	height: 154px;
	width: 280px;
}


#logo_sitio {
	float: left;
	height: 64px;
	width: 180px;
	margin-top: 42px;
	background-image: url(images/logo_htmx.png);
	background-repeat: no-repeat;
}


#columna1 {
	float: left;
	width: 200px;
	position: fixed;
	top: 140px;
	font-size: x-small;
	padding-top: 16px;
	padding-right: 24px;
	padding-bottom: 16px;
	padding-left: 24px;
}

#columna2{
}

#columnna3{
}

#columna_A {
	margin-left: 8%;
	float: left;
	min-height:460px;
	margin-right: 2%;
	width: 40%;
}

#columna_B {
	margin-right: 8%;
	float: right;
	min-height:460px;
	width: 40%;
	text-align: center;
}


#principal {
	position: absolute;
	z-index: 5;
	top: 204px;
	left: 253px;
	visibility: visible;
	margin-right: 32px;
	width: 470px;
	margin-left: 32px;
	margin-bottom: 64px;
	clear: right;
}

#central {
	position: absolute;
	z-index: 5;
	top: 164px;
	visibility: visible;
	width: 100%;
}

#base{
	height: 48px;
	width: 100%;
	background-color: #000000;
	position: fixed;
	clear: both;
	margin-top: 32px;
	bottom: 0px;
	z-index: 15;
	visibility: inherit;
	background-image: url(images/pie.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	text-align: center;
	padding: 16px;
	font-weight: bold;
	background-position: bottom;
}


/*--------------------    Clases    --------------------------*/

.margen {
	width: 80%;
	float: right;
	margin-right: 24px;
}


.prompt_a {
	background-image: url(images/intro_main_01.png);
	background-repeat: no-repeat;
	height: 140px;
	color: #99FF00;
	font-weight: bold;
}

.prompt_b {
	background-image: url(images/intro_main_02.png);
	color: #FFFFFF;
}

.prompt_c {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #99FF00;
	height: 96px;
	font-style: italic;
	background-image: url(images/intro_main_03.png);
	background-repeat: no-repeat;
}


.botones a {
	height: 18px;
	display: block;
	float: left;
	font-size: 11px;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #99CC00;
}

.botones a:hover {
	color: #CCCC00;
}

.formulario {
	width: 300px;
	background-image: url(images/prompt_m.png);
	background-repeat: no-repeat;
	height: 182px;
	position: relative;
	left: 520px;
	top: 140px;
	z-index: 12;
	text-align: left;
}

.numero {
	float: left;
	height: 48px;
	width: 48px;
	margin-right: 24px;
}

.texto {
	padding-top: 16px;
	padding-right: 48px;
	padding-bottom: 16px;
	padding-left: 48px;
	text-align: center;
}


.tlegal {
	width: 240px;
	float: right;
	margin-right: 48px;
	margin-top: 8px;
}

.clear {
	clear: both;
	width: 100%;
	height: 24px;
}


/*-------------------------------------------------------------

					Composición Tipográfica
				
-------------------------------------------------------------- */

p {
}

p.columna1 {
	padding-right: 35px;
	width: 180px;
}

.datos {
	font-weight:bold;
	font-size: 10px;
	color: #000000;
}
