@charset "utf-8";

.doscols{
	position: relative;
	float: left;
	width: 830px;
	height: auto;
	padding: 10px;
}
.cont_izq{
	position: relative;
	float: left;
	width: 395px;
	height: auto;
	padding: 10px;
	margin: 10px 0px 10px 0px;
	color: #7A7A79
}
.text_titulo{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 4px;
}
.el_texto{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	font-size: 15px;
	text-align: justify;
	margin-bottom: 15px;
}
.cont_der{
	position: relative;
	float: left;
	width: 395px;
	height: auto;
	padding: 10px;
	margin: 10px 0px 10px 0px;
	color: #7A7A79
}
/******************************/
.label{
	position: relative;
	float: left;
	width: 395px;
	height: auto;
	margin-bottom: 4px;
}
.input{
	position: relative;
	float: left;
	background: none;
	border: none;
	width: 373px;
	max-width: 373px;
	min-width: 373px;
	padding: 0px 10px 0px 10px;
	height: 20px;
	border: 1px solid #7A7A79;
	color: #7A7A79;
	margin-bottom: 8px;
}
.elsubmit{
	background: none;
	border: none;
	border: 1px solid #7A7A79;
	border-radius: 5px;
	cursor: pointer;
}
.elsubmit:hover{
	background-color: #7A7A79;
	color: #FFF;
}