#texto-identificacion{
	width: 540px;
	margin: 0 auto;
}
	#texto-identificacion p{
		font-size: 90%;
	}
div#texto-registro{
	width: 400px;
	margin: 10px auto 0 auto;
	color: #fff;
	background: url(../images/verde_bg.jpg) top left #8FBC8F;
	padding: 2px 10px 5px 10px;
}
	#texto-registro label{
		font-size: 90%;
		display: block;
	}
	#texto-registro p{
		width: 180px;
		float: left;
		margin: 5px 0;
		padding-left: 20px;
	}
		#texto-registro p.login_enter{
			padding-left: 50px;
			margin-top: 20px;
			width: 150px;
		}
			p.login_enter input{
				width: 75px !important;
			}
	#texto-registro input{
		width: 130px;	
	}
div#identificacion{
	text-align: center;
	padding: 10px;
	background: url(../images/verde_bg.jpg) top left #8FBC8F;
}
	#identificacion label{
		display: block;
	}
	#identificacion #input{
		padding: 3px 2px;
	}
	#identificacion h4{
		color: #fff;
	}
	p.registrar{
		font-size: 110%;
		padding: 2px;
		margin-left: 40px;
		margin-right: 40px;
		text-align: center;
		background: url(../images/columna_bg.jpg) top left #8FBC8F;
	}
		p.registrar a{
			font-weight: bold;
		}
	p.correcto{
		float: none !important;
		width: 400px !important;
	}
	p.warning{
		font-weight: bold;
		text-align: center;
		padding: 3px;
		background: url(../images/rojo_bg.jpg) top left #A52A2A;
		color: #fff;
	}
		#recuerda label{
			font-weight: bold;
			margin-right: 5px;
		}
		#recuerda .enviar{
			margin-left: 10px;
		}
		form#myForm{
			text-align: center;
			margin-bottom: 20px;
		}

div#texto-consulta{
	width: 540px;
	margin: 0 auto;
}

	#texto-consulta ul li{
		height: 40px;
		padding-left: 60px;
		padding-top: 40px;
		background-repeat: no-repeat;
		background-position: bottom left;
		float: left;
	}
	li.pregunta{
		background-image: url(../images/img_pregunta.gif);
		width: 200px;
	}
	li.respuesta{
		background-image: url(../images/img_respuesta.gif);
		width: 200px;
	}
	li.datos{
		background-image: url(../images/img_datos.gif);
		width: 300px;
		margin-left: 50px;
	}

	#pregunta {
		margin: 0 !important;
		padding: 0 !important;
	}
	#pregunta label{
		display: none;
	} 
	h4.pregunta{
		display: block;
		height: 40px;
		padding-left: 60px;
		padding-top: 40px;
		background-repeat: no-repeat;
		background-position: bottom left;
		background-image: url(../images/img_pregunta.gif);
	}
	h4.respuesta{
		display: block;
		height: 40px;
		padding-left: 60px;
		padding-top: 40px;
		background-repeat: no-repeat;
		background-position: bottom left;
		background-image: url(../images/img_respuesta.gif);
	}
#texto-consulta.columna{
	width: 380px !important;
	margin: 0 0 0 20px !important;
	float: left;
}

	#texto-consulta.columna h5{
		border-bottom: 1px solid #000;
		margin: 20px 0 0 10px;
		color: #655a41;
	}
	#texto-consulta.columna p{
		margin: 0 0 0 15px;
		font-size: 90%;
	}
		#texto-consulta.columna p.fecha{
			font-size: 80%;
			text-align: right;
			font-style: italic;
			color: #655a41;
		}
	#contenido #columna {
		width: 200px !important;
		margin: 40px 0 0 480px !important;
		float: none;
	}
		#columna h6{
			font-size: 90%;
			margin-left: 10px;
			margin: 0 0 0 10px;
		}
			#columna ul{
				margin:5px 5px 10px 5px;
				font-size: 90%;
				font-weight: bold;
				color: #CE5C00;
				
			}
				#columna ul li{
					list-style: square !important;
					margin-left: 20px;
				}
