body {
	font-family: lato;
	color: #434040;
}

#desarrollotabs {
	background-color: #EEEEEE;
	font-size: 18px;
	color: #3E3E3E;
}

#mistabs {
	background-color: #EEEEEE;
	border-bottom-color: #DDDDDD;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.seleccionado {
	background-color: #DDDDDD !important;
}

.seleccionado a {
	background:rgba(0,0,0,0) !important;
	border-bottom-color: #DDDDDD !important;
	border-bottom-style: solid !important;
	border-bottom-width: 1px !important;
}

#desarrollotabs a {
	border-bottom-style: none !important;
}

.deseleccionado a {
	border-right-style: solid !important;
	border-right-color: #DDDDDD !important;
	border-right-width: 1px !important;
	padding-top: 4px !important;
	padding-bottom: 4px !important;
}

.primerfila {
	padding-top: 20px;
	padding-bottom: 30px;
}

.correcionimagen {
	width: 566px !important;
	height: 438px !important;
}

@media (max-width: 992px) {
	.correcionimagen {
		width: 377px !important;
		height: 292px !important;
	}
}

@media (max-width: 767px) {
	.correcionimagen {
		width: 566px !important;
		height: 438px !important;
	}
}

@media (max-width: 590px) {
	.correcionimagen {
		width: 377px !important;
		height: 292px !important;
	}
}

@media (max-width: 400px) {
	.correcionimagen {
		width: 283px !important;
		height: 219px !important;
	}
}