article {
	
}

#select_provincia {
	position: relative;
	width: 84%;
	border-radius: 10px;
	padding: 5% 8%;
	bac
	background-size: 40% 100%;
	background-repeat: no-repeat;
	background-color: #E5E2E6;
}

#select_provincia.mujer{
	background-image: url("/GuiaNacional/img/web/modaMujer.png");
}

#select_provincia.hombre{
	background-image: url("/GuiaNacional/img/web/modaHombre.png");
}

#select_provincia img {
	height: 80%;
	position: absolute;
	left: 40%;
	z-index: 0;
}

#select_provincia h2 {
	font-size: 22pt;
	padding-bottom: 3%;
}

#select_provincia p {
	font-size: 11pt;
}

.mujer h2 {
	color: #DC79B0;
}

.hombre h2{
	color: #5AB3D3;
}

#provincias {
	margin-top: 20px;
}

#lista {
	margin-top: 20px;
	padding: 2% 4%;
}

#lista h4 {
	color: green;
	margin-bottom: 20px;
}

#lista hr {
	border-top: 2px dotted #000;
	color: #fff;
	background-color: #fff;
	height: 0px;
	width: 100%;
}

.result {
	position:relative;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	background-color: #E5E2E6;
}

.result img {
	height: 100px;
	width: 30%;
}

.result h3 {
	top: 5px;
	left: 33%;
	position: absolute;
	color: #993366;	
}

.result p {
	position: absolute;
	top: 35px;
	left: 33%;
}